Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/misc/
Dpwm-beeper.c156 pwm_free(beeper->pwm); in pwm_beeper_probe()
169 pwm_free(beeper->pwm); in pwm_beeper_remove()
Dmax8997_haptic.c360 pwm_free(chip->pwm); in max8997_haptic_probe()
376 pwm_free(chip->pwm); in max8997_haptic_remove()
/linux-4.1.27/include/linux/
Dpwm.h19 void pwm_free(struct pwm_device *pwm);
41 static inline void pwm_free(struct pwm_device *pwm) in pwm_free() function
/linux-4.1.27/Documentation/
Dpwm.txt37 after usage with pwm_free().
112 and pwm_free() may not be called from an atomic context. Currently the
/linux-4.1.27/drivers/pwm/
Dcore.c394 void pwm_free(struct pwm_device *pwm) in pwm_free() function
398 EXPORT_SYMBOL_GPL(pwm_free);
/linux-4.1.27/drivers/video/backlight/
Dpwm_bl.c348 pwm_free(pb->pwm); in pwm_backlight_remove()
/linux-4.1.27/arch/arm/mach-s3c24xx/
Dmach-rx1950.c505 pwm_free(lcd_pwm); in rx1950_backlight_exit()