Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpwm.h318 struct pwm_device *pwm_request(int pwm_id, const char *label);
453 static inline struct pwm_device *pwm_request(int pwm_id, const char *label) in pwm_request() function
/Linux-v4.19/Documentation/
Dpwm.txt38 Legacy users can request a PWM device using pwm_request() and free it
147 The PWM core list manipulations are protected by a mutex, so pwm_request()
/Linux-v4.19/drivers/input/misc/
Dmax8997_haptic.c300 chip->pwm = pwm_request(haptic_pdata->pwm_channel_id, in max8997_haptic_probe()
/Linux-v4.19/drivers/pwm/
Dcore.c389 struct pwm_device *pwm_request(int pwm, const char *label) in pwm_request() function
414 EXPORT_SYMBOL_GPL(pwm_request);
/Linux-v4.19/arch/arm/mach-s3c24xx/
Dmach-rx1950.c488 lcd_pwm = pwm_request(1, "RX1950 LCD"); in rx1950_backlight_init()
/Linux-v4.19/drivers/video/backlight/
Dpwm_bl.c530 pb->pwm = pwm_request(data->pwm_id, "pwm-backlight"); in pwm_backlight_probe()