Home
last modified time | relevance | path

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

/linux/drivers/input/misc/
H A Dmax8997_haptic.c339 pwm_put(chip->pwm); in max8997_haptic_probe()
355 pwm_put(chip->pwm); in max8997_haptic_remove()
/linux/include/linux/
H A Dpwm.h497 void pwm_put(struct pwm_device *pwm);
590 static inline void pwm_put(struct pwm_device *pwm) in pwm_put() function
/linux/drivers/pwm/
H A Dcore.c1383 pwm_put(pwm); in pwm_unexport_child()
1410 pwm_put(pwm); in export_store()
1811 pwm_put(pwm); in of_pwm_get()
2001 pwm_put(pwm); in pwm_get()
2040 void pwm_put(struct pwm_device *pwm) in pwm_put() function
2049 EXPORT_SYMBOL_GPL(pwm_put);
2053 pwm_put(pwm); in devm_pwm_release()
2155 pwm_put(cdata->pwm[i]); in pwm_cdev_release()
/linux/drivers/video/fbdev/
H A Dssd1307fb.c754 pwm_put(par->pwm); in ssd1307fb_probe()
776 pwm_put(par->pwm); in ssd1307fb_remove()
/linux/Documentation/driver-api/
H A Dpwm.rst39 consumer name. pwm_put() is used to free the PWM device. Managed variants of
176 and pwm_put() may not be called from an atomic context.
/linux/drivers/gpu/drm/solomon/
H A Dssd130x.c399 pwm_put(ssd130x->pwm); in ssd130x_power_off()