devm_pwm_put —
resource managed pwm_put
void devm_pwm_put ( | struct device * dev, |
struct pwm_device * pwm) ; |
Release a PWM previously allocated using devm_pwm_get
. Calling this
function is usually not needed because devm-allocated resources are
automatically released on driver detach.