Home
last modified time | relevance | path

Searched refs:pwm_id (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/
Dpwm_backlight.h11 int pwm_id; member
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() argument
/Linux-v6.1/drivers/video/backlight/
Dpwm_bl.c512 pb->pwm = pwm_request(data->pwm_id, "pwm-backlight"); in pwm_backlight_probe()