Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dir-rx51.c166 pwm_put(ir_rx51->pwm); in ir_rx51_release()
245 pwm_put(pwm); in ir_rx51_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpwm.h462 void pwm_put(struct pwm_device *pwm);
564 static inline void pwm_put(struct pwm_device *pwm) in pwm_put() function
/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dcore.c464 pwm_put(pwm); in pwm_free()
1116 void pwm_put(struct pwm_device *pwm) in pwm_put() function
1138 EXPORT_SYMBOL_GPL(pwm_put);
1142 pwm_put(*(struct pwm_device **)res); in devm_pwm_release()
H A Dsysfs.c373 pwm_put(pwm); in pwm_unexport_child()
400 pwm_put(pwm); in export_store()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dssd1307fb.c752 pwm_put(par->pwm); in ssd1307fb_probe()
776 pwm_put(par->pwm); in ssd1307fb_remove()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dpwm.rst42 device or a consumer name. pwm_put() is used to free the PWM device. Managed
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_panel.c2015 pwm_put(panel->backlight.pwm); in intel_panel_destroy_backlight()