devm_pwm_put(9) resource managed pwm_put

SYNOPSIS

void devm_pwm_put(struct device * dev, struct pwm_device * pwm);

ARGUMENTS

dev

device for PWM consumer

pwm

PWM device

DESCRIPTION

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.

COPYRIGHT