Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/pwm/
H A Dpwm-atmel-tcb.c146 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_disable()
152 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_disable()
204 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
210 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
224 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
229 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
H A Dpwm-visconti.c97 if (state->polarity == PWM_POLARITY_INVERSED) in visconti_pwm_apply()
120 state->polarity = PWM_POLARITY_INVERSED; in visconti_pwm_get_state()
H A 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()
H A Dpwm-dwc.c149 if (state->polarity != PWM_POLARITY_INVERSED) in dwc_pwm_apply()
188 state->polarity = PWM_POLARITY_INVERSED; in dwc_pwm_get_state()
H A 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()
H A Dpwm-sifive.c126 state->polarity = PWM_POLARITY_INVERSED; in pwm_sifive_get_state()
142 if (state->polarity != PWM_POLARITY_INVERSED) in pwm_sifive_apply()
H A 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()
H A 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()
H A Dpwm-clk.c72 if (state->polarity == PWM_POLARITY_INVERSED) in pwm_clk_apply()
H A Dpwm-rockchip.c93 state->polarity = PWM_POLARITY_INVERSED; in rockchip_pwm_get_state()
140 if (state->polarity == PWM_POLARITY_INVERSED) in rockchip_pwm_config()
H A Dpwm-imx27.c146 state->polarity = PWM_POLARITY_INVERSED; in pwm_imx27_get_state()
375 if (state->polarity == PWM_POLARITY_INVERSED) in pwm_imx27_apply()
H A Dpwm-apple.c50 if (state->polarity == PWM_POLARITY_INVERSED) in apple_pwm_apply()
H A Dpwm-ep93xx.c88 if (state->polarity == PWM_POLARITY_INVERSED) in ep93xx_pwm_apply()
H A Dsysfs.c169 case PWM_POLARITY_INVERSED: in polarity_show()
190 polarity = PWM_POLARITY_INVERSED; in polarity_store()
H A 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()
H A Dpwm-tiehrpwm.c196 if (pc->polarity[chan] == PWM_POLARITY_INVERSED) in configure_polarity()
204 if (pc->polarity[chan] == PWM_POLARITY_INVERSED) in configure_polarity()
H A Dpwm-meson.c163 if (state->polarity == PWM_POLARITY_INVERSED) in meson_pwm_calc()
255 if (state->polarity == PWM_POLARITY_INVERSED) { in meson_pwm_apply()
H A Dpwm-bcm-iproc.c88 state->polarity = PWM_POLARITY_INVERSED; in iproc_pwmc_get_state()
H A Dpwm-vt8500.c165 if (polarity == PWM_POLARITY_INVERSED) in vt8500_pwm_set_polarity()
H A Dpwm-tiecap.c118 if (polarity == PWM_POLARITY_INVERSED) in ecap_pwm_set_polarity()
H A Dpwm-imx-tpm.c159 state->polarity = PWM_POLARITY_INVERSED; in pwm_imx_tpm_get_state()
H A Dpwm-atmel.c395 state->polarity = PWM_POLARITY_INVERSED; in atmel_pwm_get_state()
H A Dpwm-sun4i.c151 state->polarity = PWM_POLARITY_INVERSED; in sun4i_pwm_get_state()
H A Dpwm-fsl-ftm.c286 if (newstate->polarity == PWM_POLARITY_INVERSED) in fsl_pwm_apply_config()
/openbmc/linux/include/linux/
H A Dpwm.h22 PWM_POLARITY_INVERSED, enumerator

12