Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dpwm.h317 struct pwm_device *pwm_request(int pwm_id, const char *label);
420 static inline struct pwm_device *pwm_request(int pwm_id, const char *label) in pwm_request() function
/Linux-v5.4/Documentation/driver-api/
Dpwm.rst38 Legacy users can request a PWM device using pwm_request() and free it
154 The PWM core list manipulations are protected by a mutex, so pwm_request()
/Linux-v5.4/drivers/input/misc/
Dmax8997_haptic.c286 chip->pwm = pwm_request(haptic_pdata->pwm_channel_id, in max8997_haptic_probe()
/Linux-v5.4/drivers/pwm/
Dcore.c377 struct pwm_device *pwm_request(int pwm, const char *label) in pwm_request() function
402 EXPORT_SYMBOL_GPL(pwm_request);
/Linux-v5.4/arch/arm/mach-s3c24xx/
Dmach-rx1950.c489 lcd_pwm = pwm_request(1, "RX1950 LCD"); in rx1950_backlight_init()
/Linux-v5.4/drivers/video/backlight/
Dpwm_bl.c533 pb->pwm = pwm_request(data->pwm_id, "pwm-backlight"); in pwm_backlight_probe()