Home
last modified time | relevance | path

Searched refs:PWM_POLARITY_INVERSED (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/drivers/pwm/
Dpwm-atmel-tcb.c169 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_disable()
175 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_disable()
232 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
238 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
252 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
257 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
Dpwm-renesas-tpu.c119 pwm->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
124 pwm->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
129 pwm->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
Dpwm-zx.c81 state->polarity = PWM_POLARITY_INVERSED; in zx_pwm_get_state()
164 (state->polarity == PWM_POLARITY_INVERSED) ? in zx_pwm_apply()
Dpwm-omap-dmtimer.c196 pwm_get_polarity(pwm) == PWM_POLARITY_INVERSED, in pwm_omap_dmtimer_config()
226 polarity == PWM_POLARITY_INVERSED, in pwm_omap_dmtimer_set_polarity()
Dsysfs.c177 case PWM_POLARITY_INVERSED: in polarity_show()
198 polarity = PWM_POLARITY_INVERSED; in polarity_store()
Dpwm-rockchip.c98 state->polarity = PWM_POLARITY_INVERSED; in rockchip_pwm_get_state()
141 if (state->polarity == PWM_POLARITY_INVERSED) in rockchip_pwm_config()
Dpwm-jz4740.c143 case PWM_POLARITY_INVERSED: in jz4740_pwm_set_polarity()
Dpwm-ep93xx.c136 if (polarity == PWM_POLARITY_INVERSED) in ep93xx_pwm_polarity()
Dpwm-tiehrpwm.c209 if (pc->polarity[chan] == PWM_POLARITY_INVERSED) in configure_polarity()
217 if (pc->polarity[chan] == PWM_POLARITY_INVERSED) in configure_polarity()
Dpwm-atmel-hlcdc.c283 ret = pwmchip_add_with_polarity(&chip->chip, PWM_POLARITY_INVERSED); in atmel_hlcdc_pwm_probe()
Dpwm-bcm-iproc.c100 state->polarity = PWM_POLARITY_INVERSED; in iproc_pwmc_get_state()
Dpwm-imx.c215 if (state->polarity == PWM_POLARITY_INVERSED) in imx_pwm_apply_v2()
Dpwm-vt8500.c176 if (polarity == PWM_POLARITY_INVERSED) in vt8500_pwm_set_polarity()
Dpwm-hibvt.c120 if (polarity == PWM_POLARITY_INVERSED) in hibvt_pwm_set_polarity()
Dpwm-bcm-kona.c306 ret = pwmchip_add_with_polarity(&kp->chip, PWM_POLARITY_INVERSED); in kona_pwmc_probe()
Dpwm-tiecap.c134 if (polarity == PWM_POLARITY_INVERSED) in ecap_pwm_set_polarity()
Dpwm-sun4i.c131 state->polarity = PWM_POLARITY_INVERSED; in sun4i_pwm_get_state()
Dpwm-fsl-ftm.c312 if (polarity == PWM_POLARITY_INVERSED) in fsl_pwm_set_polarity()
Dcore.c159 pwm->args.polarity = PWM_POLARITY_INVERSED; in of_pwm_xlate_with_flags()
/Linux-v4.19/include/linux/
Dpwm.h25 PWM_POLARITY_INVERSED, enumerator