Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pwm/
Dpwm-atmel-tcb.c173 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_disable()
179 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_disable()
234 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
240 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
254 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
259 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
Dpwm-visconti.c97 if (state->polarity == PWM_POLARITY_INVERSED) in visconti_pwm_apply()
120 state->polarity = PWM_POLARITY_INVERSED; in visconti_pwm_get_state()
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-dwc.c149 if (state->polarity != PWM_POLARITY_INVERSED) in dwc_pwm_apply()
188 state->polarity = PWM_POLARITY_INVERSED; in dwc_pwm_get_state()
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-imx27.c145 state->polarity = PWM_POLARITY_INVERSED; in pwm_imx27_get_state()
279 if (state->polarity == PWM_POLARITY_INVERSED) in pwm_imx27_apply()
Dpwm-omap-dmtimer.c259 polarity == PWM_POLARITY_INVERSED, in pwm_omap_dmtimer_set_polarity()
299 state->polarity == PWM_POLARITY_INVERSED, in pwm_omap_dmtimer_apply()
Dpwm-rockchip.c93 state->polarity = PWM_POLARITY_INVERSED; in rockchip_pwm_get_state()
138 if (state->polarity == PWM_POLARITY_INVERSED) in rockchip_pwm_config()
Dpwm-ep93xx.c88 if (state->polarity == PWM_POLARITY_INVERSED) in ep93xx_pwm_apply()
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-vt8500.c168 if (polarity == PWM_POLARITY_INVERSED) in vt8500_pwm_set_polarity()
Dpwm-bcm-iproc.c98 state->polarity = PWM_POLARITY_INVERSED; in iproc_pwmc_get_state()
Dpwm-hibvt.c123 if (polarity == PWM_POLARITY_INVERSED) in hibvt_pwm_set_polarity()
Dpwm-tiecap.c118 if (polarity == PWM_POLARITY_INVERSED) in ecap_pwm_set_polarity()
Dpwm-imx-tpm.c157 state->polarity = PWM_POLARITY_INVERSED; in pwm_imx_tpm_get_state()
Dcore.c148 pwm->args.polarity = PWM_POLARITY_INVERSED; in of_pwm_xlate_with_flags()
873 pwm->args.polarity = PWM_POLARITY_INVERSED; in acpi_pwm_get()
Dpwm-atmel.c397 state->polarity = PWM_POLARITY_INVERSED; in atmel_pwm_get_state()
Dpwm-sun4i.c151 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.15/include/linux/
Dpwm.h25 PWM_POLARITY_INVERSED, enumerator