Home
last modified time | relevance | path

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

/Linux-v5.4/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.c111 pwm->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
116 pwm->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
121 pwm->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
Dpwm-zx.c78 state->polarity = PWM_POLARITY_INVERSED; in zx_pwm_get_state()
161 (state->polarity == PWM_POLARITY_INVERSED) ? in zx_pwm_apply()
Dpwm-imx27.c142 state->polarity = PWM_POLARITY_INVERSED; in pwm_imx27_get_state()
269 if (state->polarity == PWM_POLARITY_INVERSED) in pwm_imx27_apply()
Dpwm-sifive.c127 state->polarity = PWM_POLARITY_INVERSED; in pwm_sifive_get_state()
160 if (state->polarity != PWM_POLARITY_INVERSED) in pwm_sifive_apply()
Dpwm-omap-dmtimer.c193 pwm_get_polarity(pwm) == PWM_POLARITY_INVERSED, in pwm_omap_dmtimer_config()
223 polarity == PWM_POLARITY_INVERSED, in pwm_omap_dmtimer_set_polarity()
Dpwm-rockchip.c94 state->polarity = PWM_POLARITY_INVERSED; in rockchip_pwm_get_state()
138 if (state->polarity == PWM_POLARITY_INVERSED) in rockchip_pwm_config()
Dpwm-jz4740.c133 case PWM_POLARITY_INVERSED: in jz4740_pwm_apply()
Dpwm-ep93xx.c127 if (polarity == PWM_POLARITY_INVERSED) in ep93xx_pwm_polarity()
Dsysfs.c169 case PWM_POLARITY_INVERSED: in polarity_show()
190 polarity = PWM_POLARITY_INVERSED; in polarity_store()
Dpwm-meson.c171 if (state->polarity == PWM_POLARITY_INVERSED) in meson_pwm_calc()
278 if (state->polarity == PWM_POLARITY_INVERSED) { in meson_pwm_apply()
Dpwm-tiehrpwm.c196 if (pc->polarity[chan] == PWM_POLARITY_INVERSED) in configure_polarity()
204 if (pc->polarity[chan] == PWM_POLARITY_INVERSED) in configure_polarity()
Dpwm-atmel-hlcdc.c273 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-vt8500.c168 if (polarity == PWM_POLARITY_INVERSED) in vt8500_pwm_set_polarity()
Dpwm-bcm-kona.c306 ret = pwmchip_add_with_polarity(&kp->chip, PWM_POLARITY_INVERSED); in kona_pwmc_probe()
Dpwm-hibvt.c123 if (polarity == PWM_POLARITY_INVERSED) in hibvt_pwm_set_polarity()
Dpwm-tiecap.c121 if (polarity == PWM_POLARITY_INVERSED) in ecap_pwm_set_polarity()
Dcore.c147 pwm->args.polarity = PWM_POLARITY_INVERSED; in of_pwm_xlate_with_flags()
815 pwm->args.polarity = PWM_POLARITY_INVERSED; in acpi_pwm_get()
Dpwm-imx-tpm.c159 state->polarity = PWM_POLARITY_INVERSED; in pwm_imx_tpm_get_state()
Dpwm-sun4i.c130 state->polarity = PWM_POLARITY_INVERSED; in sun4i_pwm_get_state()
Dpwm-fsl-ftm.c290 if (newstate->polarity == PWM_POLARITY_INVERSED) in fsl_pwm_apply_config()
/Linux-v5.4/include/linux/
Dpwm.h25 PWM_POLARITY_INVERSED, enumerator