Searched refs:PWM_POLARITY_NORMAL (Results 1 – 25 of 62) sorted by relevance
123
| /Linux-v5.15/drivers/pwm/ |
| D | pwm-raspberrypi-poe.c | 95 state->polarity = PWM_POLARITY_NORMAL; in raspberrypi_pwm_get_state() 106 state->polarity != PWM_POLARITY_NORMAL) in raspberrypi_pwm_apply()
|
| D | pwm-crc.c | 66 if (state->polarity != PWM_POLARITY_NORMAL) in crc_pwm_apply() 150 state->polarity = PWM_POLARITY_NORMAL; in crc_pwm_get_state()
|
| D | pwm-sl28cpld.c | 107 state->polarity = PWM_POLARITY_NORMAL; in sl28cpld_pwm_get_state() 130 if (state->polarity != PWM_POLARITY_NORMAL) in sl28cpld_pwm_apply()
|
| D | pwm-intel-lgm.c | 72 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()
|
| D | pwm-keembay.c | 115 state->polarity = PWM_POLARITY_NORMAL; in keembay_pwm_get_state() 128 if (state->polarity != PWM_POLARITY_NORMAL) in keembay_pwm_apply()
|
| D | pwm-sun4i.c | 134 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()
|
| D | pwm-bcm-iproc.c | 96 state->polarity = PWM_POLARITY_NORMAL; in iproc_pwmc_get_state() 178 if (state->polarity == PWM_POLARITY_NORMAL) in iproc_pwmc_apply()
|
| D | pwm-mtk-disp.c | 79 if (state->polarity != PWM_POLARITY_NORMAL) in mtk_disp_pwm_apply() 211 state->polarity = PWM_POLARITY_NORMAL; in mtk_disp_pwm_get_state()
|
| D | pwm-ab8500.c | 41 if (state->polarity != PWM_POLARITY_NORMAL) in ab8500_pwm_apply()
|
| D | pwm-ntxec.c | 91 if (state->polarity != PWM_POLARITY_NORMAL) in ntxec_pwm_apply()
|
| D | pwm-imx-tpm.c | 163 state->polarity = PWM_POLARITY_NORMAL; in pwm_imx_tpm_get_state() 266 val |= (state->polarity == PWM_POLARITY_NORMAL) ? in pwm_imx_tpm_apply_hw()
|
| D | pwm-mxs.c | 95 pol_bits = state->polarity == PWM_POLARITY_NORMAL ? in mxs_pwm_apply()
|
| D | pwm-visconti.c | 122 state->polarity = PWM_POLARITY_NORMAL; in visconti_pwm_get_state()
|
| D | pwm-atmel.c | 346 if (state->polarity == PWM_POLARITY_NORMAL) in atmel_pwm_apply() 399 state->polarity = PWM_POLARITY_NORMAL; in atmel_pwm_get_state()
|
| D | pwm-iqs620a.c | 70 if (state->polarity != PWM_POLARITY_NORMAL) in iqs620_pwm_apply()
|
| D | pwm-bcm2835.c | 112 if (state->polarity == PWM_POLARITY_NORMAL) in bcm2835_pwm_apply()
|
| D | sysfs.c | 165 case PWM_POLARITY_NORMAL: in polarity_show() 188 polarity = PWM_POLARITY_NORMAL; in polarity_store()
|
| /Linux-v5.15/arch/arm/mach-pxa/ |
| D | tavorevb.c | 171 PWM_POLARITY_NORMAL), 173 PWM_POLARITY_NORMAL),
|
| D | colibri-pxa270-income.c | 199 PWM_POLARITY_NORMAL),
|
| D | z2.c | 202 PWM_POLARITY_NORMAL), 204 PWM_POLARITY_NORMAL),
|
| D | palmte2.c | 150 PALMTE2_PERIOD_NS, PWM_POLARITY_NORMAL),
|
| D | pcm990-baseboard.c | 147 PWM_POLARITY_NORMAL),
|
| /Linux-v5.15/drivers/mfd/ |
| D | intel_soc_pmic_core.c | 28 PWM_LOOKUP("crystal_cove_pwm", 0, "0000:00:02.0", "pwm_pmic_backlight", 0, PWM_POLARITY_NORMAL),
|
| /Linux-v5.15/arch/arm/mach-s3c/ |
| D | mach-hmt.c | 74 1000000000 / (100 * 256 * 20), PWM_POLARITY_NORMAL),
|
| D | mach-rx1950.c | 385 PWM_POLARITY_NORMAL), 387 PWM_POLARITY_NORMAL),
|
123