Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-atmel-tcb.c160 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_disable()
166 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_disable()
220 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
226 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
240 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
245 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
Dpwm-renesas-tpu.c119 pwm->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
124 pwm->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
129 pwm->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
Dsysfs.c142 case PWM_POLARITY_INVERSED: in polarity_show()
161 polarity = PWM_POLARITY_INVERSED; in polarity_store()
Dpwm-ep93xx.c136 if (polarity == PWM_POLARITY_INVERSED) in ep93xx_pwm_polarity()
Dpwm-tiehrpwm.c214 if (pc->polarity[chan] == PWM_POLARITY_INVERSED) in configure_polarity()
222 if (pc->polarity[chan] == PWM_POLARITY_INVERSED) in configure_polarity()
Dpwm-rockchip.c86 if (pwm_get_polarity(pwm) == PWM_POLARITY_INVERSED) in rockchip_pwm_set_enable_v2()
Dpwm-vt8500.c176 if (polarity == PWM_POLARITY_INVERSED) in vt8500_pwm_set_polarity()
Dpwm-bcm-kona.c307 ret = pwmchip_add_with_polarity(&kp->chip, PWM_POLARITY_INVERSED); in kona_pwmc_probe()
Dpwm-tiecap.c133 if (polarity == PWM_POLARITY_INVERSED) in ecap_pwm_set_polarity()
Dpwm-sun4i.c357 pwm->chip.pwms[i].polarity = PWM_POLARITY_INVERSED; in sun4i_pwm_probe()
Dpwm-fsl-ftm.c289 if (polarity == PWM_POLARITY_INVERSED) in fsl_pwm_set_polarity()
Dcore.c152 pwm_set_polarity(pwm, PWM_POLARITY_INVERSED); in of_pwm_xlate_with_flags()
/linux-4.4.14/arch/avr32/boards/favr-32/
Dsetup.c237 5000, PWM_POLARITY_INVERSED),
/linux-4.4.14/arch/avr32/boards/atngw100/
Dmrmt.c161 5000, PWM_POLARITY_INVERSED),
/linux-4.4.14/include/linux/
Dpwm.h74 PWM_POLARITY_INVERSED, enumerator