Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/rc/
Dir-rx51.c166 pwm_put(ir_rx51->pwm); in ir_rx51_release()
245 pwm_put(pwm); in ir_rx51_probe()
/Linux-v5.10/include/linux/
Dpwm.h409 void pwm_put(struct pwm_device *pwm);
506 static inline void pwm_put(struct pwm_device *pwm) in pwm_put() function
/Linux-v5.10/drivers/pwm/
Dcore.c463 pwm_put(pwm); in pwm_free()
1112 void pwm_put(struct pwm_device *pwm) in pwm_put() function
1134 EXPORT_SYMBOL_GPL(pwm_put);
1138 pwm_put(*(struct pwm_device **)res); in devm_pwm_release()
Dsysfs.c305 pwm_put(pwm); in pwm_unexport_child()
332 pwm_put(pwm); in export_store()
/Linux-v5.10/drivers/video/fbdev/
Dssd1307fb.c752 pwm_put(par->pwm); in ssd1307fb_probe()
776 pwm_put(par->pwm); in ssd1307fb_remove()
/Linux-v5.10/Documentation/driver-api/
Dpwm.rst42 device or a consumer name. pwm_put() is used to free the PWM device. Managed
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_panel.c2014 pwm_put(panel->backlight.pwm); in intel_panel_destroy_backlight()