Home
last modified time | relevance | path

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

1234

/linux-6.1.9/drivers/pwm/
Dpwm-raspberrypi-poe.c95 state->polarity = PWM_POLARITY_NORMAL; in raspberrypi_pwm_get_state()
106 state->polarity != PWM_POLARITY_NORMAL) in raspberrypi_pwm_apply()
Dpwm-crc.c66 if (state->polarity != PWM_POLARITY_NORMAL) in crc_pwm_apply()
150 state->polarity = PWM_POLARITY_NORMAL; in crc_pwm_get_state()
Dpwm-sl28cpld.c107 state->polarity = PWM_POLARITY_NORMAL; in sl28cpld_pwm_get_state()
130 if (state->polarity != PWM_POLARITY_NORMAL) in sl28cpld_pwm_apply()
Dpwm-keembay.c115 state->polarity = PWM_POLARITY_NORMAL; in keembay_pwm_get_state()
128 if (state->polarity != PWM_POLARITY_NORMAL) in keembay_pwm_apply()
Dpwm-intel-lgm.c72 if (state->polarity != PWM_POLARITY_NORMAL || state->period < pc->period) in lgm_pwm_apply()
97 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()
286 if (state->polarity != PWM_POLARITY_NORMAL) in sun4i_pwm_apply()
Dpwm-bcm-iproc.c86 state->polarity = PWM_POLARITY_NORMAL; in iproc_pwmc_get_state()
168 if (state->polarity == PWM_POLARITY_NORMAL) in iproc_pwmc_apply()
Dpwm-xilinx.c108 if (state->polarity != PWM_POLARITY_NORMAL) in xilinx_pwm_apply()
186 state->polarity = PWM_POLARITY_NORMAL; in xilinx_pwm_get_state()
Dpwm-mtk-disp.c79 if (state->polarity != PWM_POLARITY_NORMAL) in mtk_disp_pwm_apply()
212 state->polarity = PWM_POLARITY_NORMAL; in mtk_disp_pwm_get_state()
Dpwm-ab8500.c41 if (state->polarity != PWM_POLARITY_NORMAL) in ab8500_pwm_apply()
Dpwm-ntxec.c91 if (state->polarity != PWM_POLARITY_NORMAL) in ntxec_pwm_apply()
Dpwm-twl.c287 if (state->polarity != PWM_POLARITY_NORMAL) in twl4030_pwm_apply()
312 if (state->polarity != PWM_POLARITY_NORMAL) in twl6030_pwm_apply()
Dpwm-imx-tpm.c163 state->polarity = PWM_POLARITY_NORMAL; in pwm_imx_tpm_get_state()
266 val |= (state->polarity == PWM_POLARITY_NORMAL) ? in pwm_imx_tpm_apply_hw()
Dpwm-clps711x.c49 if (state->polarity != PWM_POLARITY_NORMAL) in clps711x_pwm_apply()
Dpwm-visconti.c122 state->polarity = PWM_POLARITY_NORMAL; in visconti_pwm_get_state()
Dpwm-mxs.c95 pol_bits = state->polarity == PWM_POLARITY_NORMAL ? in mxs_pwm_apply()
Dpwm-atmel.c345 if (state->polarity == PWM_POLARITY_NORMAL) in atmel_pwm_apply()
398 state->polarity = PWM_POLARITY_NORMAL; in atmel_pwm_get_state()
Dpwm-imx1.c128 if (state->polarity != PWM_POLARITY_NORMAL) in pwm_imx1_apply()
Dpwm-lpc32xx.c96 if (state->polarity != PWM_POLARITY_NORMAL) in lpc32xx_pwm_apply()
Dpwm-bcm2835.c112 if (state->polarity == PWM_POLARITY_NORMAL) in bcm2835_pwm_apply()
Dpwm-iqs620a.c70 if (state->polarity != PWM_POLARITY_NORMAL) in iqs620_pwm_apply()
/linux-6.1.9/arch/arm/mach-pxa/
Dtavorevb.c171 PWM_POLARITY_NORMAL),
173 PWM_POLARITY_NORMAL),
Dcolibri-pxa270-income.c198 PWM_POLARITY_NORMAL),
Dz2.c202 PWM_POLARITY_NORMAL),
204 PWM_POLARITY_NORMAL),
/linux-6.1.9/arch/arm/mach-s3c/
Dmach-hmt.c74 1000000000 / (100 * 256 * 20), PWM_POLARITY_NORMAL),

1234