Home
last modified time | relevance | path

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

123

/Linux-v5.10/drivers/pwm/
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-bcm-iproc.c96 state->polarity = PWM_POLARITY_NORMAL; in iproc_pwmc_get_state()
178 if (state->polarity == PWM_POLARITY_NORMAL) in iproc_pwmc_apply()
Dpwm-sun4i.c134 state->polarity = PWM_POLARITY_NORMAL; in sun4i_pwm_get_state()
149 state->polarity = PWM_POLARITY_NORMAL; in sun4i_pwm_get_state()
290 if (state->polarity != PWM_POLARITY_NORMAL) in sun4i_pwm_apply()
Dpwm-atmel.c280 if (state->polarity == PWM_POLARITY_NORMAL) in atmel_pwm_apply()
334 state->polarity = PWM_POLARITY_NORMAL; in atmel_pwm_get_state()
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-mxs.c95 pol_bits = state->polarity == PWM_POLARITY_NORMAL ? in mxs_pwm_apply()
Dsysfs.c165 case PWM_POLARITY_NORMAL: in polarity_show()
188 polarity = PWM_POLARITY_NORMAL; in polarity_store()
Dpwm-bcm2835.c117 if (polarity == PWM_POLARITY_NORMAL) in bcm2835_set_polarity()
Dpwm-iqs620a.c52 if (state->polarity != PWM_POLARITY_NORMAL) in iqs620_pwm_apply()
Dpwm-jz4740.c203 if ((state->polarity == PWM_POLARITY_NORMAL) ^ state->enabled) in jz4740_pwm_apply()
Dpwm-rcar.c170 if (state->polarity != PWM_POLARITY_NORMAL) in rcar_pwm_apply()
Dpwm-atmel-hlcdc.c128 if (state->polarity == PWM_POLARITY_NORMAL) in atmel_hlcdc_pwm_apply()
Dcore.c155 pwm->args.polarity = PWM_POLARITY_NORMAL; in of_pwm_xlate_with_flags()
342 return pwmchip_add_with_polarity(chip, PWM_POLARITY_NORMAL); in pwmchip_add()
940 pwm->args.polarity = PWM_POLARITY_NORMAL; in acpi_pwm_get()
Dpwm-lpss.c193 state->polarity = PWM_POLARITY_NORMAL; in pwm_lpss_get_state()
Dpwm-zx.c76 state->polarity = PWM_POLARITY_NORMAL; in zx_pwm_get_state()
/Linux-v5.10/arch/arm/mach-pxa/
Dtavorevb.c171 PWM_POLARITY_NORMAL),
173 PWM_POLARITY_NORMAL),
Dcolibri-pxa270-income.c199 PWM_POLARITY_NORMAL),
Dz2.c203 PWM_POLARITY_NORMAL),
205 PWM_POLARITY_NORMAL),
Dpalmte2.c150 PALMTE2_PERIOD_NS, PWM_POLARITY_NORMAL),
Dpcm990-baseboard.c147 PWM_POLARITY_NORMAL),
/Linux-v5.10/drivers/mfd/
Dintel_soc_pmic_core.c28 PWM_LOOKUP("crystal_cove_pwm", 0, "0000:00:02.0", "pwm_pmic_backlight", 0, PWM_POLARITY_NORMAL),
/Linux-v5.10/arch/arm/mach-s3c/
Dmach-hmt.c74 1000000000 / (100 * 256 * 20), PWM_POLARITY_NORMAL),
Dmach-smartq.c139 1000000000 / (1000 * 20), PWM_POLARITY_NORMAL),
/Linux-v5.10/drivers/video/backlight/
Dlp8788_bl.c57 .pwm_pol = PWM_POLARITY_NORMAL,

123