Home
last modified time | relevance | path

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

123

/linux/drivers/pwm/
H A Dpwm-raspberrypi-poe.c94 state->polarity = PWM_POLARITY_NORMAL; in raspberrypi_pwm_get_state()
107 state->polarity != PWM_POLARITY_NORMAL) in raspberrypi_pwm_apply()
H A Dpwm-mc33xs2410.c255 else if (state->polarity == PWM_POLARITY_NORMAL) in mc33xs2410_pwm_apply()
270 !(state->polarity == PWM_POLARITY_NORMAL && rel_dc < 0)) in mc33xs2410_pwm_apply()
299 PWM_POLARITY_INVERSED : PWM_POLARITY_NORMAL; in mc33xs2410_pwm_get_state()
H A Dpwm-ab8500.c44 if (state->polarity != PWM_POLARITY_NORMAL) in ab8500_pwm_apply()
152 state->polarity = PWM_POLARITY_NORMAL; in ab8500_pwm_get_state()
H A Dpwm-crc.c64 if (state->polarity != PWM_POLARITY_NORMAL) in crc_pwm_apply()
148 state->polarity = PWM_POLARITY_NORMAL; in crc_pwm_get_state()
H A Dpwm-sl28cpld.c110 state->polarity = PWM_POLARITY_NORMAL; in sl28cpld_pwm_get_state()
135 if (state->polarity != PWM_POLARITY_NORMAL) in sl28cpld_pwm_apply()
H A Dpwm-iqs620a.c75 if (state->polarity != PWM_POLARITY_NORMAL) in iqs620_pwm_apply()
134 state->polarity = PWM_POLARITY_NORMAL; in iqs620_pwm_get_state()
H A Dpwm-adp5585.c84 if (state->polarity != PWM_POLARITY_NORMAL) in pwm_adp5585_apply()
145 state->polarity = PWM_POLARITY_NORMAL; in pwm_adp5585_get_state()
H A Dpwm-cros-ec.c133 if (state->polarity != PWM_POLARITY_NORMAL) in cros_ec_pwm_apply()
164 state->polarity = PWM_POLARITY_NORMAL; in cros_ec_pwm_get_state()
H A Dpwm-keembay.c114 state->polarity = PWM_POLARITY_NORMAL; in keembay_pwm_get_state()
129 if (state->polarity != PWM_POLARITY_NORMAL) in keembay_pwm_apply()
H A 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()
H A Dpwm-sun4i.c131 state->polarity = PWM_POLARITY_NORMAL; in sun4i_pwm_get_state()
146 state->polarity = PWM_POLARITY_NORMAL; in sun4i_pwm_get_state()
284 if (state->polarity != PWM_POLARITY_NORMAL) in sun4i_pwm_apply()
H A Dpwm-sophgo-sg2042.c138 state->polarity = PWM_POLARITY_NORMAL; in pwm_sg2042_get_state()
180 if (state->polarity == PWM_POLARITY_NORMAL) in pwm_sg2044_set_polarity()
H A 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()
H A Dpwm-sprd.c114 state->polarity = PWM_POLARITY_NORMAL; in sprd_pwm_get_state()
171 if (state->polarity != PWM_POLARITY_NORMAL) in sprd_pwm_apply()
H A Dpwm-xilinx.c103 if (state->polarity != PWM_POLARITY_NORMAL) in xilinx_pwm_apply()
181 state->polarity = PWM_POLARITY_NORMAL; in xilinx_pwm_get_state()
H A Dpwm-sifive.c148 state->polarity = PWM_POLARITY_NORMAL; in pwm_sifive_get_state()
165 if (state->polarity != PWM_POLARITY_NORMAL) in pwm_sifive_apply()
H A 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()
H A Dpwm-clps711x.c46 if (state->polarity != PWM_POLARITY_NORMAL) in clps711x_pwm_apply()
H A Dpwm-imx-tpm.c165 state->polarity = PWM_POLARITY_NORMAL; in pwm_imx_tpm_get_state()
279 val |= (state->polarity == PWM_POLARITY_NORMAL) ? in pwm_imx_tpm_apply_hw()
H A Dpwm-twl.c286 if (state->polarity != PWM_POLARITY_NORMAL) in twl4030_pwm_apply()
311 if (state->polarity != PWM_POLARITY_NORMAL) in twl6030_pwm_apply()
H A Dpwm-ntxec.c89 if (state->polarity != PWM_POLARITY_NORMAL) in ntxec_pwm_apply()
H A Dpwm-atmel.c329 if (state->polarity == PWM_POLARITY_NORMAL) in atmel_pwm_apply()
382 state->polarity = PWM_POLARITY_NORMAL; in atmel_pwm_get_state()
H A Dpwm-rzg2l-gpt.c247 state->polarity = PWM_POLARITY_NORMAL; in rzg2l_gpt_get_state()
353 if (state->polarity != PWM_POLARITY_NORMAL) in rzg2l_gpt_apply()
H A Dpwm-visconti.c121 state->polarity = PWM_POLARITY_NORMAL; in visconti_pwm_get_state()
/linux/drivers/regulator/
H A Drpi-panel-v2-regulator.c44 if (state->polarity != PWM_POLARITY_NORMAL) in rpi_panel_v2_pwm_apply()

123