Name
pwmchip_add —
register a new PWM chip
Synopsis
int pwmchip_add ( | struct pwm_chip * chip) ; |
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 normal.
Return
0 on success or a negative error code on failure.