Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/include/linux/
Dpwm.h318 void pwm_free(struct pwm_device *pwm);
425 static inline void pwm_free(struct pwm_device *pwm) in pwm_free() function
/Linux-v5.4/drivers/pwm/
Dcore.c442 void pwm_free(struct pwm_device *pwm) in pwm_free() function
446 EXPORT_SYMBOL_GPL(pwm_free);
716 pwm_free(pwm); in of_pwm_get()
969 pwm_free(pwm); in pwm_get()
/Linux-v5.4/drivers/video/backlight/
Dpwm_bl.c629 pwm_free(pb->pwm); in pwm_backlight_probe()
664 pwm_free(pb->pwm); in pwm_backlight_remove()
/Linux-v5.4/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.4/arch/arm/mach-s3c24xx/
Dmach-rx1950.c512 pwm_free(lcd_pwm); in rx1950_backlight_exit()