Searched refs:tpu_pwm_set_pin (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pwm/ |
H A D | pwm-renesas-tpu.c | 100 static void tpu_pwm_set_pin(struct tpu_pwm_device *pwm, in tpu_pwm_set_pin() function 164 tpu_pwm_set_pin(pwm, TPU_PIN_INACTIVE); in tpu_pwm_timer_start() 178 tpu_pwm_set_pin(pwm, TPU_PIN_PWM); in tpu_pwm_timer_start() 320 tpu_pwm_set_pin(pwm, duty ? TPU_PIN_ACTIVE : TPU_PIN_INACTIVE); in tpu_pwm_config() 351 tpu_pwm_set_pin(pwm, pwm->duty ? in tpu_pwm_enable() 365 tpu_pwm_set_pin(pwm, TPU_PIN_INACTIVE); in tpu_pwm_disable()
|
/kernel/linux/linux-6.6/drivers/pwm/ |
H A D | pwm-renesas-tpu.c | 100 static void tpu_pwm_set_pin(struct tpu_pwm_device *tpd, in tpu_pwm_set_pin() function 164 tpu_pwm_set_pin(tpd, TPU_PIN_INACTIVE); in tpu_pwm_timer_start() 178 tpu_pwm_set_pin(tpd, TPU_PIN_PWM); in tpu_pwm_timer_start() 346 tpu_pwm_set_pin(tpd, duty ? TPU_PIN_ACTIVE : TPU_PIN_INACTIVE); in tpu_pwm_config() 377 tpu_pwm_set_pin(tpd, tpd->duty ? in tpu_pwm_enable() 391 tpu_pwm_set_pin(tpd, TPU_PIN_INACTIVE); in tpu_pwm_disable()
|
Completed in 2 milliseconds