Name

pwmchip_remove — remove a PWM chip

Synopsis

int pwmchip_remove (struct pwm_chip * chip);
 

Arguments

chip

the PWM chip to remove

Description

Removes a PWM chip. This function may return busy if the PWM chip provides a PWM device that is still requested.

Returns

0 on success or a negative error code on failure.