pwmchip_add_with_polarity(9) register a new PWM chip

SYNOPSIS

int pwmchip_add_with_polarity(struct pwm_chip * chip, enum pwm_polarity polarity);

ARGUMENTS

chip

the PWM chip to add

polarity

initial polarity of PWM channels

DESCRIPTION

Register a new PWM chip. If chip->base < 0 then a dynamically assigned base will be used. The initial polarity for all channels is specified by the polarity parameter.

RETURNS

0 on success or a negative error code on failure.

COPYRIGHT