Scroll to navigation

PWMCHIP_REMOVE(9) Pulse-Width Modulation (PWM) PWMCHIP_REMOVE(9)

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.

RETURN

0 on success or a negative error code on failure.

COPYRIGHT

January 2017 Kernel Hackers Manual 4.8.