Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pwm/
Dcore.c780 pwm_put(pwm); in pwm_unexport_child()
807 pwm_put(pwm); in export_store()
1295 pwm_put(pwm); in of_pwm_get()
1515 pwm_put(pwm); in pwm_get()
1530 void pwm_put(struct pwm_device *pwm) in pwm_put() function
1555 EXPORT_SYMBOL_GPL(pwm_put);
1559 pwm_put(pwm); in devm_pwm_release()
/linux-6.12.1/include/linux/
Dpwm.h414 void pwm_put(struct pwm_device *pwm);
502 static inline void pwm_put(struct pwm_device *pwm) in pwm_put() function
/linux-6.12.1/drivers/input/misc/
Dmax8997_haptic.c346 pwm_put(chip->pwm); in max8997_haptic_probe()
362 pwm_put(chip->pwm); in max8997_haptic_remove()
/linux-6.12.1/Documentation/driver-api/
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. Currently the
/linux-6.12.1/drivers/video/fbdev/
Dssd1307fb.c754 pwm_put(par->pwm); in ssd1307fb_probe()
776 pwm_put(par->pwm); in ssd1307fb_remove()
/linux-6.12.1/drivers/gpu/drm/solomon/
Dssd130x.c399 pwm_put(ssd130x->pwm); in ssd130x_power_off()
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_backlight.c1696 pwm_put(panel->backlight.pwm); in intel_backlight_destroy()