Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dpwm.h313 void pwm_free(struct pwm_device *pwm);
419 static inline void pwm_free(struct pwm_device *pwm) in pwm_free() function
/Linux-v6.1/drivers/input/misc/
Dmax8997_haptic.c347 pwm_free(chip->pwm); in max8997_haptic_probe()
363 pwm_free(chip->pwm); in max8997_haptic_remove()
/Linux-v6.1/drivers/pwm/
Dcore.c434 void pwm_free(struct pwm_device *pwm) in pwm_free() function
438 EXPORT_SYMBOL_GPL(pwm_free);
776 pwm_free(pwm); in of_pwm_get()
1000 pwm_free(pwm); in pwm_get()
/Linux-v6.1/drivers/video/backlight/
Dpwm_bl.c608 pwm_free(pb->pwm); in pwm_backlight_probe()
643 pwm_free(pb->pwm); in pwm_backlight_remove()
/Linux-v6.1/Documentation/driver-api/
Dpwm.rst39 after usage with pwm_free().
169 and pwm_free() may not be called from an atomic context. Currently the