Home
last modified time | relevance | path

Searched refs:pwm_put (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dpwm.h196 void pwm_put(struct pwm_device *pwm);
244 static inline void pwm_put(struct pwm_device *pwm) in pwm_put() function
/linux-4.1.27/drivers/pwm/
Dcore.c396 pwm_put(pwm); in pwm_free()
686 void pwm_put(struct pwm_device *pwm) in pwm_put() function
707 EXPORT_SYMBOL_GPL(pwm_put);
711 pwm_put(*(struct pwm_device **)res); in devm_pwm_release()
Dsysfs.c232 pwm_put(pwm); in pwm_unexport_child()
259 pwm_put(pwm); in pwm_export_store()
/linux-4.1.27/Documentation/
Dpwm.txt40 device or a consumer name. pwm_put() is used to free the PWM device. Managed
/linux-4.1.27/drivers/video/fbdev/
Dssd1307fb.c291 pwm_put(par->pwm); in ssd1307fb_ssd1307_remove()