Home
last modified time | relevance | path

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

123

/openbmc/linux/drivers/pwm/
H A Dpwm-raspberrypi-poe.c95 state->polarity = PWM_POLARITY_NORMAL; in raspberrypi_pwm_get_state()
108 state->polarity != PWM_POLARITY_NORMAL) in raspberrypi_pwm_apply()
H A Dpwm-ab8500.c45 if (state->polarity != PWM_POLARITY_NORMAL) in ab8500_pwm_apply()
153 state->polarity = PWM_POLARITY_NORMAL; in ab8500_pwm_get_state()
H A Dpwm-crc.c66 if (state->polarity != PWM_POLARITY_NORMAL) in crc_pwm_apply()
150 state->polarity = PWM_POLARITY_NORMAL; in crc_pwm_get_state()
H A Dpwm-iqs620a.c70 if (state->polarity != PWM_POLARITY_NORMAL) in iqs620_pwm_apply()
129 state->polarity = PWM_POLARITY_NORMAL; in iqs620_pwm_get_state()
H A Dpwm-sl28cpld.c111 state->polarity = PWM_POLARITY_NORMAL; in sl28cpld_pwm_get_state()
136 if (state->polarity != PWM_POLARITY_NORMAL) in sl28cpld_pwm_apply()
H A 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()
H A Dpwm-keembay.c115 state->polarity = PWM_POLARITY_NORMAL; in keembay_pwm_get_state()
130 if (state->polarity != PWM_POLARITY_NORMAL) in keembay_pwm_apply()
H A Dpwm-sun4i.c134 state->polarity = PWM_POLARITY_NORMAL; in sun4i_pwm_get_state()
149 state->polarity = PWM_POLARITY_NORMAL; in sun4i_pwm_get_state()
289 if (state->polarity != PWM_POLARITY_NORMAL) in sun4i_pwm_apply()
H A Dpwm-sprd.c113 state->polarity = PWM_POLARITY_NORMAL; in sprd_pwm_get_state()
171 if (state->polarity != PWM_POLARITY_NORMAL) in sprd_pwm_apply()
H A Dpwm-bcm-iproc.c86 state->polarity = PWM_POLARITY_NORMAL; in iproc_pwmc_get_state()
170 if (state->polarity == PWM_POLARITY_NORMAL) in iproc_pwmc_apply()
H A Dpwm-cros-ec.c169 if (state->polarity != PWM_POLARITY_NORMAL) in cros_ec_pwm_apply()
202 state->polarity = PWM_POLARITY_NORMAL; in cros_ec_pwm_get_state()
H A Dpwm-xilinx.c108 if (state->polarity != PWM_POLARITY_NORMAL) in xilinx_pwm_apply()
186 state->polarity = PWM_POLARITY_NORMAL; in xilinx_pwm_get_state()
H A Dpwm-mtk-disp.c78 if (state->polarity != PWM_POLARITY_NORMAL) in mtk_disp_pwm_apply()
220 state->polarity = PWM_POLARITY_NORMAL; in mtk_disp_pwm_get_state()
H A 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()
H A Dpwm-twl.c287 if (state->polarity != PWM_POLARITY_NORMAL) in twl4030_pwm_apply()
312 if (state->polarity != PWM_POLARITY_NORMAL) in twl6030_pwm_apply()
H A Dpwm-ntxec.c90 if (state->polarity != PWM_POLARITY_NORMAL) in ntxec_pwm_apply()
H A Dpwm-clps711x.c49 if (state->polarity != PWM_POLARITY_NORMAL) in clps711x_pwm_apply()
H A Dpwm-apple.c90 state->polarity = PWM_POLARITY_NORMAL; in apple_pwm_get_state()
H A Dpwm-visconti.c122 state->polarity = PWM_POLARITY_NORMAL; in visconti_pwm_get_state()
H A Dpwm-atmel.c344 if (state->polarity == PWM_POLARITY_NORMAL) in atmel_pwm_apply()
397 state->polarity = PWM_POLARITY_NORMAL; in atmel_pwm_get_state()
H A Dpwm-mxs.c95 pol_bits = state->polarity == PWM_POLARITY_NORMAL ? in mxs_pwm_apply()
H A Dpwm-lpc32xx.c96 if (state->polarity != PWM_POLARITY_NORMAL) in lpc32xx_pwm_apply()
H A Dpwm-imx1.c127 if (state->polarity != PWM_POLARITY_NORMAL) in pwm_imx1_apply()
H A Dsysfs.c165 case PWM_POLARITY_NORMAL: in polarity_show()
188 polarity = PWM_POLARITY_NORMAL; in polarity_store()
H A Dpwm-bcm2835.c112 if (state->polarity == PWM_POLARITY_NORMAL) in bcm2835_pwm_apply()

123