Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/misc/
Dmax8997_haptic.c366 pwm_free(chip->pwm); in max8997_haptic_probe()
382 pwm_free(chip->pwm); in max8997_haptic_remove()
/Linux-v4.19/include/linux/
Dpwm.h319 void pwm_free(struct pwm_device *pwm);
458 static inline void pwm_free(struct pwm_device *pwm) in pwm_free() function
/Linux-v4.19/drivers/video/backlight/
Dpwm_bl.c590 pwm_free(pb->pwm); in pwm_backlight_probe()
625 pwm_free(pb->pwm); in pwm_backlight_remove()
/Linux-v4.19/Documentation/
Dpwm.txt39 after usage with pwm_free().
148 and pwm_free() may not be called from an atomic context. Currently the
/Linux-v4.19/drivers/pwm/
Dcore.c454 void pwm_free(struct pwm_device *pwm) in pwm_free() function
458 EXPORT_SYMBOL_GPL(pwm_free);
/Linux-v4.19/arch/arm/mach-s3c24xx/
Dmach-rx1950.c511 pwm_free(lcd_pwm); in rx1950_backlight_exit()