Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dleds_pwm.h11 unsigned pwm_id __deprecated;
Dpwm_backlight.h11 int pwm_id; member
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() argument
/Linux-v4.19/drivers/video/backlight/
Dpwm_bl.c530 pb->pwm = pwm_request(data->pwm_id, "pwm-backlight"); in pwm_backlight_probe()