Searched refs:PWM_POLARITY_NORMAL (Results 1 - 25 of 63) sorted by relevance

123

/linux-master/drivers/pwm/
H A Dpwm-sl28cpld.c110 state->polarity = PWM_POLARITY_NORMAL;
135 if (state->polarity != PWM_POLARITY_NORMAL)
H A Dpwm-raspberrypi-poe.c94 state->polarity = PWM_POLARITY_NORMAL;
107 state->polarity != PWM_POLARITY_NORMAL)
H A Dpwm-crc.c64 if (state->polarity != PWM_POLARITY_NORMAL)
148 state->polarity = PWM_POLARITY_NORMAL;
H A Dpwm-ab8500.c44 if (state->polarity != PWM_POLARITY_NORMAL)
152 state->polarity = PWM_POLARITY_NORMAL;
H A Dpwm-clps711x.c48 if (state->polarity != PWM_POLARITY_NORMAL)
H A Dpwm-ntxec.c89 if (state->polarity != PWM_POLARITY_NORMAL)
H A Dpwm-cros-ec.c146 if (state->polarity != PWM_POLARITY_NORMAL)
179 state->polarity = PWM_POLARITY_NORMAL;
H A Dpwm-xilinx.c103 if (state->polarity != PWM_POLARITY_NORMAL)
181 state->polarity = PWM_POLARITY_NORMAL;
H A Dpwm-sprd.c114 state->polarity = PWM_POLARITY_NORMAL;
171 if (state->polarity != PWM_POLARITY_NORMAL)
H A Dpwm-iqs620a.c75 if (state->polarity != PWM_POLARITY_NORMAL)
134 state->polarity = PWM_POLARITY_NORMAL;
H A Dpwm-keembay.c114 state->polarity = PWM_POLARITY_NORMAL;
129 if (state->polarity != PWM_POLARITY_NORMAL)
H A Dpwm-bcm-iproc.c85 state->polarity = PWM_POLARITY_NORMAL;
169 if (state->polarity == PWM_POLARITY_NORMAL)
H A Dpwm-intel-lgm.c71 if (state->polarity != PWM_POLARITY_NORMAL || state->period < pc->period)
96 state->polarity = PWM_POLARITY_NORMAL;
H A Dpwm-sun4i.c133 state->polarity = PWM_POLARITY_NORMAL;
148 state->polarity = PWM_POLARITY_NORMAL;
288 if (state->polarity != PWM_POLARITY_NORMAL)
H A Dpwm-pxa.c109 if (state->polarity != PWM_POLARITY_NORMAL)
H A Dpwm-mxs.c97 pol_bits = state->polarity == PWM_POLARITY_NORMAL ?
H A Dpwm-visconti.c121 state->polarity = PWM_POLARITY_NORMAL;
H A Dpwm-lpc32xx.c97 if (state->polarity != PWM_POLARITY_NORMAL)
H A Dpwm-apple.c89 state->polarity = PWM_POLARITY_NORMAL;
H A Dpwm-imx1.c129 if (state->polarity != PWM_POLARITY_NORMAL)
H A Dpwm-mtk-disp.c77 if (state->polarity != PWM_POLARITY_NORMAL)
219 state->polarity = PWM_POLARITY_NORMAL;
H A Dpwm-twl.c286 if (state->polarity != PWM_POLARITY_NORMAL)
311 if (state->polarity != PWM_POLARITY_NORMAL)
H A Dpwm-imx-tpm.c162 state->polarity = PWM_POLARITY_NORMAL;
267 val |= (state->polarity == PWM_POLARITY_NORMAL) ?
H A Dpwm-rz-mtu3.c307 state->polarity = PWM_POLARITY_NORMAL;
412 if (state->polarity != PWM_POLARITY_NORMAL)
H A Dsysfs.c165 case PWM_POLARITY_NORMAL:
188 polarity = PWM_POLARITY_NORMAL;

Completed in 296 milliseconds

123