'\" t .\" Title: devm_pwm_put .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Pulse-Width Modulation (PWM) .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "DEVM_PWM_PUT" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Pulse-Width Modulation (PWM)" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" devm_pwm_put \- resource managed \fBpwm_put\fR .SH "SYNOPSIS" .HP \w'void\ devm_pwm_put('u .BI "void devm_pwm_put(struct\ device\ *\ " "dev" ", struct\ pwm_device\ *\ " "pwm" ");" .SH "ARGUMENTS" .PP \fIdev\fR .RS 4 device for PWM consumer .RE .PP \fIpwm\fR .RS 4 PWM device .RE .SH "DESCRIPTION" .PP Release a PWM previously allocated using \fBdevm_pwm_get\fR\&. Calling this function is usually not needed because devm\-allocated resources are automatically released on driver detach\&. .SH "COPYRIGHT" .br