Searched refs:pwm_request (Results 1 – 6 of 6) sorted by relevance
318 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() function
38 Legacy users can request a PWM device using pwm_request() and free it147 The PWM core list manipulations are protected by a mutex, so pwm_request()
300 chip->pwm = pwm_request(haptic_pdata->pwm_channel_id, in max8997_haptic_probe()
389 struct pwm_device *pwm_request(int pwm, const char *label) in pwm_request() function414 EXPORT_SYMBOL_GPL(pwm_request);
488 lcd_pwm = pwm_request(1, "RX1950 LCD"); in rx1950_backlight_init()
530 pb->pwm = pwm_request(data->pwm_id, "pwm-backlight"); in pwm_backlight_probe()