Scroll to navigation

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

NAME

devm_pwm_put - 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

January 2017 Kernel Hackers Manual 4.8.