Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pwm/
H A 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()
H A 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()
H A Dpwm-zx.c78 state->polarity = PWM_POLARITY_INVERSED; in zx_pwm_get_state()
161 (state->polarity == PWM_POLARITY_INVERSED) ? in zx_pwm_apply()
H A Dpwm-imx27.c145 state->polarity = PWM_POLARITY_INVERSED; in pwm_imx27_get_state()
279 if (state->polarity == PWM_POLARITY_INVERSED) in pwm_imx27_apply()
H A Dpwm-sifive.c124 state->polarity = PWM_POLARITY_INVERSED; in pwm_sifive_get_state()
157 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-meson.c171 if (state->polarity == PWM_POLARITY_INVERSED) in meson_pwm_calc()
278 if (state->polarity == PWM_POLARITY_INVERSED) { in meson_pwm_apply()
H A Dpwm-ep93xx.c127 if (polarity == PWM_POLARITY_INVERSED) in ep93xx_pwm_polarity()
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 Dsysfs.c206 case PWM_POLARITY_INVERSED: in polarity_show()
227 polarity = PWM_POLARITY_INVERSED; in polarity_store()
H A Dpwm-rockchip.c132 state->polarity = PWM_POLARITY_INVERSED; in rockchip_pwm_get_state()
266 if (state->polarity == PWM_POLARITY_INVERSED) in rockchip_pwm_config()
H A Dpwm-atmel-hlcdc.c273 ret = pwmchip_add_with_polarity(&chip->chip, PWM_POLARITY_INVERSED); in atmel_hlcdc_pwm_probe()
H A Dpwm-vt8500.c168 if (polarity == PWM_POLARITY_INVERSED) in vt8500_pwm_set_polarity()
H A Dpwm-bcm-iproc.c98 state->polarity = PWM_POLARITY_INVERSED; in iproc_pwmc_get_state()
H A Dpwm-bcm-kona.c306 ret = pwmchip_add_with_polarity(&kp->chip, PWM_POLARITY_INVERSED); in kona_pwmc_probe()
H A Dpwm-tiecap.c121 if (polarity == PWM_POLARITY_INVERSED) in ecap_pwm_set_polarity()
H A Dpwm-hibvt.c123 if (polarity == PWM_POLARITY_INVERSED) in hibvt_pwm_set_polarity()
H A Dpwm-imx-tpm.c157 state->polarity = PWM_POLARITY_INVERSED; in pwm_imx_tpm_get_state()
H A Dpwm-atmel.c332 state->polarity = PWM_POLARITY_INVERSED; in atmel_pwm_get_state()
H A Dcore.c158 pwm->args.polarity = PWM_POLARITY_INVERSED; in of_pwm_xlate_with_flags()
947 pwm->args.polarity = PWM_POLARITY_INVERSED; in acpi_pwm_get()
H A Dpwm-sun4i.c151 state->polarity = PWM_POLARITY_INVERSED; in sun4i_pwm_get_state()
H A Dpwm-rockchip-i2s.c162 if (state->polarity == PWM_POLARITY_INVERSED) in rockchip_i2s_pwm_config()
H A Dpwm-fsl-ftm.c290 if (newstate->polarity == PWM_POLARITY_INVERSED) in fsl_pwm_apply_config()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dmp6507.c594 pwm_state->polarity = PWM_POLARITY_INVERSED; in motor_timer_func()
607 pwm_state->polarity = PWM_POLARITY_INVERSED; in motor_timer_func()
620 pwm_state->polarity = PWM_POLARITY_INVERSED; in motor_timer_func()
630 pwm_state->polarity = PWM_POLARITY_INVERSED; in motor_timer_func()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpwm.h26 PWM_POLARITY_INVERSED, enumerator