Home
last modified time | relevance | path

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

/linux-6.1.9/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 tpd->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
116 tpd->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
121 tpd->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-imx27.c145 state->polarity = PWM_POLARITY_INVERSED; in pwm_imx27_get_state()
279 if (state->polarity == PWM_POLARITY_INVERSED) in pwm_imx27_apply()
Dpwm-sifive.c125 state->polarity = PWM_POLARITY_INVERSED; in pwm_sifive_get_state()
139 if (state->polarity != PWM_POLARITY_INVERSED) in pwm_sifive_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-clk.c72 if (state->polarity == PWM_POLARITY_INVERSED) in pwm_clk_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.c165 if (state->polarity == PWM_POLARITY_INVERSED) in meson_pwm_calc()
269 if (state->polarity == PWM_POLARITY_INVERSED) { in meson_pwm_apply()
Dcore.c148 pwm->args.polarity = PWM_POLARITY_INVERSED; in of_pwm_xlate_with_flags()
175 pwm->args.polarity = PWM_POLARITY_INVERSED; in of_pwm_single_xlate()
846 pwm->args.polarity = PWM_POLARITY_INVERSED; in acpi_pwm_get()
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-bcm-iproc.c88 state->polarity = PWM_POLARITY_INVERSED; in iproc_pwmc_get_state()
Dpwm-vt8500.c168 if (polarity == PWM_POLARITY_INVERSED) in vt8500_pwm_set_polarity()
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()
Dpwm-atmel.c396 state->polarity = PWM_POLARITY_INVERSED; in atmel_pwm_get_state()
Dpwm-sun4i.c150 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-6.1.9/include/linux/
Dpwm.h22 PWM_POLARITY_INVERSED, enumerator
/linux-6.1.9/drivers/gpu/drm/bridge/
Dti-sn65dsi86.c1487 FIELD_PREP(SN_PWM_INV_MASK, state->polarity == PWM_POLARITY_INVERSED); in ti_sn_pwm_apply()
1531 state->polarity = PWM_POLARITY_INVERSED; in ti_sn_pwm_get_state()