Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dpwm.h312 struct pwm_device *pwm_request(int pwm_id, const char *label);
413 static inline struct pwm_device *pwm_request(int pwm_id, const char *label) in pwm_request() function
/Linux-v6.1/Documentation/driver-api/
Dpwm.rst38 Legacy users can request a PWM device using pwm_request() and free it
168 The PWM core list manipulations are protected by a mutex, so pwm_request()
/Linux-v6.1/drivers/input/misc/
Dmax8997_haptic.c281 chip->pwm = pwm_request(haptic_pdata->pwm_channel_id, in max8997_haptic_probe()
/Linux-v6.1/drivers/pwm/
Dcore.c369 struct pwm_device *pwm_request(int pwm, const char *label) in pwm_request() function
394 EXPORT_SYMBOL_GPL(pwm_request);
/Linux-v6.1/drivers/video/backlight/
Dpwm_bl.c512 pb->pwm = pwm_request(data->pwm_id, "pwm-backlight"); in pwm_backlight_probe()