Home
last modified time | relevance | path

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

123

/linux-6.12.1/drivers/pwm/
Dpwm-raspberrypi-poe.c94 state->polarity = PWM_POLARITY_NORMAL; in raspberrypi_pwm_get_state()
107 state->polarity != PWM_POLARITY_NORMAL) in raspberrypi_pwm_apply()
Dpwm-ab8500.c44 if (state->polarity != PWM_POLARITY_NORMAL) in ab8500_pwm_apply()
152 state->polarity = PWM_POLARITY_NORMAL; in ab8500_pwm_get_state()
Dpwm-adp5585.c70 if (state->polarity != PWM_POLARITY_NORMAL) in pwm_adp5585_apply()
133 state->polarity = PWM_POLARITY_NORMAL; in pwm_adp5585_get_state()
Dpwm-crc.c64 if (state->polarity != PWM_POLARITY_NORMAL) in crc_pwm_apply()
148 state->polarity = PWM_POLARITY_NORMAL; in crc_pwm_get_state()
Dpwm-iqs620a.c75 if (state->polarity != PWM_POLARITY_NORMAL) in iqs620_pwm_apply()
134 state->polarity = PWM_POLARITY_NORMAL; in iqs620_pwm_get_state()
Dpwm-sl28cpld.c110 state->polarity = PWM_POLARITY_NORMAL; in sl28cpld_pwm_get_state()
135 if (state->polarity != PWM_POLARITY_NORMAL) in sl28cpld_pwm_apply()
Dpwm-axi-pwmgen.c65 if (state->polarity != PWM_POLARITY_NORMAL) in axi_pwmgen_apply()
123 state->polarity = PWM_POLARITY_NORMAL; in axi_pwmgen_get_state()
Dpwm-cros-ec.c135 if (state->polarity != PWM_POLARITY_NORMAL) in cros_ec_pwm_apply()
166 state->polarity = PWM_POLARITY_NORMAL; in cros_ec_pwm_get_state()
Dpwm-keembay.c114 state->polarity = PWM_POLARITY_NORMAL; in keembay_pwm_get_state()
129 if (state->polarity != PWM_POLARITY_NORMAL) in keembay_pwm_apply()
Dpwm-intel-lgm.c71 if (state->polarity != PWM_POLARITY_NORMAL || state->period < pc->period) in lgm_pwm_apply()
96 state->polarity = PWM_POLARITY_NORMAL; in lgm_pwm_get_state()
Dpwm-sun4i.c133 state->polarity = PWM_POLARITY_NORMAL; in sun4i_pwm_get_state()
148 state->polarity = PWM_POLARITY_NORMAL; in sun4i_pwm_get_state()
288 if (state->polarity != PWM_POLARITY_NORMAL) in sun4i_pwm_apply()
Dpwm-bcm-iproc.c85 state->polarity = PWM_POLARITY_NORMAL; in iproc_pwmc_get_state()
169 if (state->polarity == PWM_POLARITY_NORMAL) in iproc_pwmc_apply()
Dpwm-sprd.c114 state->polarity = PWM_POLARITY_NORMAL; in sprd_pwm_get_state()
171 if (state->polarity != PWM_POLARITY_NORMAL) in sprd_pwm_apply()
Dpwm-xilinx.c103 if (state->polarity != PWM_POLARITY_NORMAL) in xilinx_pwm_apply()
181 state->polarity = PWM_POLARITY_NORMAL; in xilinx_pwm_get_state()
Dpwm-mtk-disp.c77 if (state->polarity != PWM_POLARITY_NORMAL) in mtk_disp_pwm_apply()
219 state->polarity = PWM_POLARITY_NORMAL; in mtk_disp_pwm_get_state()
Dpwm-ntxec.c89 if (state->polarity != PWM_POLARITY_NORMAL) in ntxec_pwm_apply()
Dpwm-clps711x.c48 if (state->polarity != PWM_POLARITY_NORMAL) in clps711x_pwm_apply()
Dpwm-imx-tpm.c165 state->polarity = PWM_POLARITY_NORMAL; in pwm_imx_tpm_get_state()
270 val |= (state->polarity == PWM_POLARITY_NORMAL) ? in pwm_imx_tpm_apply_hw()
Dpwm-twl.c286 if (state->polarity != PWM_POLARITY_NORMAL) in twl4030_pwm_apply()
311 if (state->polarity != PWM_POLARITY_NORMAL) in twl6030_pwm_apply()
Dpwm-visconti.c121 state->polarity = PWM_POLARITY_NORMAL; in visconti_pwm_get_state()
Dpwm-apple.c89 state->polarity = PWM_POLARITY_NORMAL; in apple_pwm_get_state()
Dpwm-atmel.c340 if (state->polarity == PWM_POLARITY_NORMAL) in atmel_pwm_apply()
393 state->polarity = PWM_POLARITY_NORMAL; in atmel_pwm_get_state()
Dpwm-lpc32xx.c97 if (state->polarity != PWM_POLARITY_NORMAL) in lpc32xx_pwm_apply()
Dpwm-imx1.c129 if (state->polarity != PWM_POLARITY_NORMAL) in pwm_imx1_apply()
Dpwm-mxs.c97 pol_bits = state->polarity == PWM_POLARITY_NORMAL ? in mxs_pwm_apply()

123