Home
last modified time | relevance | path

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

12

/Linux-v6.6/drivers/pwm/
Dpwm-atmel-tcb.c147 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_disable()
153 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_disable()
208 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
214 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
228 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
233 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-hibvt.c123 if (polarity == PWM_POLARITY_INVERSED) in hibvt_pwm_set_polarity()
149 state->polarity = (PWM_POLARITY_MASK & value) ? PWM_POLARITY_INVERSED : PWM_POLARITY_NORMAL; in hibvt_pwm_get_state()
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()
281 if (state->polarity == PWM_POLARITY_INVERSED) in pwm_imx27_apply()
Dpwm-sifive.c126 state->polarity = PWM_POLARITY_INVERSED; in pwm_sifive_get_state()
142 if (state->polarity != PWM_POLARITY_INVERSED) in pwm_sifive_apply()
Dpwm-microchip-core.c168 if (state->polarity == PWM_POLARITY_INVERSED) { in mchp_core_pwm_apply_duty()
430 state->polarity = negedge < posedge ? PWM_POLARITY_INVERSED : PWM_POLARITY_NORMAL; in mchp_core_pwm_get_state()
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()
140 if (state->polarity == PWM_POLARITY_INVERSED) in rockchip_pwm_config()
Dpwm-apple.c50 if (state->polarity == PWM_POLARITY_INVERSED) in apple_pwm_apply()
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()
Dcore.c153 pwm->args.polarity = PWM_POLARITY_INVERSED; in of_pwm_xlate_with_flags()
180 pwm->args.polarity = PWM_POLARITY_INVERSED; in of_pwm_single_xlate()
795 pwm->args.polarity = PWM_POLARITY_INVERSED; in acpi_pwm_get()
Dpwm-meson.c163 if (state->polarity == PWM_POLARITY_INVERSED) in meson_pwm_calc()
255 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-bcm-iproc.c88 state->polarity = PWM_POLARITY_INVERSED; in iproc_pwmc_get_state()
Dpwm-vt8500.c165 if (polarity == PWM_POLARITY_INVERSED) in vt8500_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.c395 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.c286 if (newstate->polarity == PWM_POLARITY_INVERSED) in fsl_pwm_apply_config()
/Linux-v6.6/include/linux/
Dpwm.h22 PWM_POLARITY_INVERSED, enumerator

12