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

12

/linux-master/drivers/gpu/drm/bridge/
H A Dti-sn65dsi86.c1519 FIELD_PREP(SN_PWM_INV_MASK, state->polarity == PWM_POLARITY_INVERSED);
1563 state->polarity = PWM_POLARITY_INVERSED;
/linux-master/drivers/hwmon/
H A Daspeed-g6-pwm-tach.c183 state->polarity = polarity ? PWM_POLARITY_INVERSED : PWM_POLARITY_NORMAL;
/linux-master/drivers/pwm/
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-apple.c49 if (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-atmel.c391 state->polarity = PWM_POLARITY_INVERSED;
H A Dpwm-bcm-iproc.c87 state->polarity = PWM_POLARITY_INVERSED;
H A Dpwm-clk.c74 if (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-ep93xx.c87 if (state->polarity == PWM_POLARITY_INVERSED)
H A Dpwm-fsl-ftm.c286 if (newstate->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-imx-tpm.c156 state->polarity = PWM_POLARITY_INVERSED;
H A Dpwm-imx27.c147 state->polarity = PWM_POLARITY_INVERSED;
280 if (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-microchip-core.c167 if (state->polarity == PWM_POLARITY_INVERSED) {
429 state->polarity = negedge < posedge ? PWM_POLARITY_INVERSED : PWM_POLARITY_NORMAL;
H A Dpwm-omap-dmtimer.c254 polarity == PWM_POLARITY_INVERSED,
292 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-rockchip.c92 state->polarity = PWM_POLARITY_INVERSED;
139 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-stm32.c492 PWM_POLARITY_INVERSED : PWM_POLARITY_NORMAL;
H A Dpwm-sun4i.c150 state->polarity = PWM_POLARITY_INVERSED;
H A Dpwm-tiecap.c117 if (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-visconti.c96 if (state->polarity == PWM_POLARITY_INVERSED)
119 state->polarity = PWM_POLARITY_INVERSED;

Completed in 449 milliseconds

12