Searched refs:pwm_set_relative_duty_cycle (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/regulator/ |
D | pwm-regulator.c | 90 pwm_set_relative_duty_cycle(&pstate, in pwm_regulator_set_voltage_sel() 217 pwm_set_relative_duty_cycle(&pstate, dutycycle, duty_unit); in pwm_regulator_set_voltage()
|
/Linux-v5.10/drivers/input/misc/ |
D | pwm-beeper.c | 40 pwm_set_relative_duty_cycle(&state, 50, 100); in pwm_beeper_on()
|
D | pwm-vibra.c | 52 pwm_set_relative_duty_cycle(&state, vibrator->level, 0xffff); in pwm_vibrator_start()
|
/Linux-v5.10/include/linux/ |
D | pwm.h | 230 pwm_set_relative_duty_cycle(struct pwm_state *state, unsigned int duty_cycle, in pwm_set_relative_duty_cycle() function
|
/Linux-v5.10/drivers/video/fbdev/ |
D | ssd1307fb.c | 310 pwm_set_relative_duty_cycle(&pwmstate, 50, 100); in ssd1307fb_init()
|
/Linux-v5.10/drivers/gpu/drm/i915/display/ |
D | intel_panel.c | 673 pwm_set_relative_duty_cycle(&panel->backlight.pwm_state, level, 100); in pwm_set_backlight() 1179 pwm_set_relative_duty_cycle(&panel->backlight.pwm_state, level, 100); in pwm_enable_backlight()
|