Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/regulator/
Dpwm-regulator.c96 pwm_set_relative_duty_cycle(&pstate, in pwm_regulator_set_voltage_sel()
223 pwm_set_relative_duty_cycle(&pstate, dutycycle, duty_unit); in pwm_regulator_set_voltage()
/Linux-v4.19/drivers/input/misc/
Dpwm-beeper.c49 pwm_set_relative_duty_cycle(&state, 50, 100); in pwm_beeper_on()
Dpwm-vibra.c52 pwm_set_relative_duty_cycle(&state, vibrator->level, 0xffff); in pwm_vibrator_start()
/Linux-v4.19/include/linux/
Dpwm.h228 pwm_set_relative_duty_cycle(struct pwm_state *state, unsigned int duty_cycle, in pwm_set_relative_duty_cycle() function