Home
last modified time | relevance | path

Searched refs:pwm_put (Results 1 – 7 of 7) 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/drivers/pwm/
H A Dcore.c1391 pwm_put(pwm); in pwm_unexport_child()
1418 pwm_put(pwm); in export_store()
1819 pwm_put(pwm); in of_pwm_get()
2009 pwm_put(pwm); in pwm_get()
2048 void pwm_put(struct pwm_device *pwm) in pwm_put() function
2057 EXPORT_SYMBOL_GPL(pwm_put);
2061 pwm_put(pwm); in devm_pwm_release()
2163 pwm_put(cdata->pwm[i]); in pwm_cdev_release()
2412 pwm_put(&chip->pwms[offset]); in pwm_gpio_free()
/linux/include/linux/
H A Dpwm.h506 void pwm_put(struct pwm_device *pwm);
599 static inline void pwm_put(struct pwm_device *pwm) in pwm_put() function
/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/video/fbdev/
H A Dssd1307fb.c754 pwm_put(par->pwm); in ssd1307fb_probe()
778 pwm_put(par->pwm); in ssd1307fb_remove()
/linux/drivers/gpu/drm/solomon/
H A Dssd130x.c400 pwm_put(ssd130x->pwm); in ssd130x_power_off()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_backlight.c1720 pwm_put(panel->backlight.pwm); in intel_backlight_destroy()