Home
last modified time | relevance | path

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

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