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

12

/linux-master/drivers/pwm/
H A Dpwm-visconti.c96 if (state->polarity == PWM_POLARITY_INVERSED)
119 state->polarity = PWM_POLARITY_INVERSED;
H A Dpwm-dwc-core.c103 if (state->polarity != PWM_POLARITY_INVERSED)
148 state->polarity = PWM_POLARITY_INVERSED;
H A Dpwm-atmel-tcb.c132 * - set output to high if PWM_POLARITY_INVERSED
146 if (polarity == PWM_POLARITY_INVERSED)
152 if (polarity == PWM_POLARITY_INVERSED)
189 * - set output to high if PWM_POLARITY_INVERSED
207 if (polarity == PWM_POLARITY_INVERSED)
213 if (polarity == PWM_POLARITY_INVERSED)
227 if (polarity == PWM_POLARITY_INVERSED)
232 if (polarity == PWM_POLARITY_INVERSED)
H A Dpwm-clk.c74 if (state->polarity == PWM_POLARITY_INVERSED)
H A Dpwm-renesas-tpu.c113 tpd->polarity == PWM_POLARITY_INVERSED ?
118 tpd->polarity == PWM_POLARITY_INVERSED ?
123 tpd->polarity == PWM_POLARITY_INVERSED ?
H A Dpwm-apple.c49 if (state->polarity == PWM_POLARITY_INVERSED)
H A Dpwm-ep93xx.c87 if (state->polarity == PWM_POLARITY_INVERSED)
H A Dpwm-sifive.c126 state->polarity = PWM_POLARITY_INVERSED;
142 if (state->polarity != PWM_POLARITY_INVERSED)
H A Dpwm-omap-dmtimer.c254 polarity == PWM_POLARITY_INVERSED,
292 state->polarity == PWM_POLARITY_INVERSED,
H A Dpwm-microchip-core.c167 if (state->polarity == PWM_POLARITY_INVERSED) {
429 state->polarity = negedge < posedge ? PWM_POLARITY_INVERSED : PWM_POLARITY_NORMAL;
H A Dpwm-imx27.c147 state->polarity = PWM_POLARITY_INVERSED;
280 if (state->polarity == PWM_POLARITY_INVERSED)
H A Dpwm-hibvt.c122 if (polarity == PWM_POLARITY_INVERSED)
148 state->polarity = (PWM_POLARITY_MASK & value) ? PWM_POLARITY_INVERSED : PWM_POLARITY_NORMAL;
H A Dpwm-rockchip.c92 state->polarity = PWM_POLARITY_INVERSED;
139 if (state->polarity == PWM_POLARITY_INVERSED)
H A Dsysfs.c169 case PWM_POLARITY_INVERSED:
190 polarity = PWM_POLARITY_INVERSED;
H A Dpwm-vt8500.c168 if (polarity == PWM_POLARITY_INVERSED)
H A Dpwm-bcm-iproc.c87 state->polarity = PWM_POLARITY_INVERSED;
H A Dpwm-meson.c11 * PWM_POLARITY_INVERSED. This means that .get_state cannot read the polarity
162 if (state->polarity == PWM_POLARITY_INVERSED)
256 if (state->polarity == PWM_POLARITY_INVERSED) {
H A Dpwm-tiehrpwm.c195 if (pc->polarity[chan] == PWM_POLARITY_INVERSED)
203 if (pc->polarity[chan] == PWM_POLARITY_INVERSED)
H A Dpwm-tiecap.c117 if (polarity == PWM_POLARITY_INVERSED)
H A Dpwm-imx-tpm.c156 state->polarity = PWM_POLARITY_INVERSED;
H A Dcore.c431 pwm->args.polarity = PWM_POLARITY_INVERSED;
451 pwm->args.polarity = PWM_POLARITY_INVERSED;
817 pwm->args.polarity = PWM_POLARITY_INVERSED;
H A Dpwm-sun4i.c150 state->polarity = PWM_POLARITY_INVERSED;
H A Dpwm-atmel.c391 state->polarity = PWM_POLARITY_INVERSED;
/linux-master/drivers/regulator/
H A Dpwm-regulator.c161 if (pstate.polarity == PWM_POLARITY_INVERSED)
342 if (pstate.polarity == PWM_POLARITY_INVERSED)
/linux-master/include/linux/
H A Dpwm.h16 * @PWM_POLARITY_INVERSED: a low signal for the duration of the duty-
22 PWM_POLARITY_INVERSED, enumerator in enum:pwm_polarity

Completed in 177 milliseconds

12