Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/misc/
Dmax8997_haptic.c352 pwm_free(chip->pwm); in max8997_haptic_probe()
368 pwm_free(chip->pwm); in max8997_haptic_remove()
/Linux-v5.10/include/linux/
Dpwm.h317 void pwm_free(struct pwm_device *pwm);
424 static inline void pwm_free(struct pwm_device *pwm) in pwm_free() function
/Linux-v5.10/drivers/pwm/
Dcore.c461 void pwm_free(struct pwm_device *pwm) in pwm_free() function
465 EXPORT_SYMBOL_GPL(pwm_free);
844 pwm_free(pwm); in of_pwm_get()
1097 pwm_free(pwm); in pwm_get()
/Linux-v5.10/drivers/video/backlight/
Dpwm_bl.c615 pwm_free(pb->pwm); in pwm_backlight_probe()
650 pwm_free(pb->pwm); in pwm_backlight_remove()
/Linux-v5.10/Documentation/driver-api/
Dpwm.rst39 after usage with pwm_free().
155 and pwm_free() may not be called from an atomic context. Currently the
/Linux-v5.10/arch/arm/mach-s3c/
Dmach-rx1950.c519 pwm_free(lcd_pwm); in rx1950_backlight_exit()