Searched refs:PWM_POLARITY_NORMAL (Results 1 – 25 of 52) sorted by relevance
123
| /Linux-v5.10/drivers/pwm/ |
| 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-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-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-atmel.c | 280 if (state->polarity == PWM_POLARITY_NORMAL) in atmel_pwm_apply() 334 state->polarity = PWM_POLARITY_NORMAL; in atmel_pwm_get_state()
|
| 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 | sysfs.c | 165 case PWM_POLARITY_NORMAL: in polarity_show() 188 polarity = PWM_POLARITY_NORMAL; in polarity_store()
|
| D | pwm-bcm2835.c | 117 if (polarity == PWM_POLARITY_NORMAL) in bcm2835_set_polarity()
|
| D | pwm-iqs620a.c | 52 if (state->polarity != PWM_POLARITY_NORMAL) in iqs620_pwm_apply()
|
| D | pwm-jz4740.c | 203 if ((state->polarity == PWM_POLARITY_NORMAL) ^ state->enabled) in jz4740_pwm_apply()
|
| D | pwm-rcar.c | 170 if (state->polarity != PWM_POLARITY_NORMAL) in rcar_pwm_apply()
|
| D | pwm-atmel-hlcdc.c | 128 if (state->polarity == PWM_POLARITY_NORMAL) in atmel_hlcdc_pwm_apply()
|
| D | core.c | 155 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()
|
| D | pwm-lpss.c | 193 state->polarity = PWM_POLARITY_NORMAL; in pwm_lpss_get_state()
|
| D | pwm-zx.c | 76 state->polarity = PWM_POLARITY_NORMAL; in zx_pwm_get_state()
|
| /Linux-v5.10/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 | 203 PWM_POLARITY_NORMAL), 205 PWM_POLARITY_NORMAL),
|
| D | palmte2.c | 150 PALMTE2_PERIOD_NS, PWM_POLARITY_NORMAL),
|
| D | pcm990-baseboard.c | 147 PWM_POLARITY_NORMAL),
|
| /Linux-v5.10/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.10/arch/arm/mach-s3c/ |
| D | mach-hmt.c | 74 1000000000 / (100 * 256 * 20), PWM_POLARITY_NORMAL),
|
| D | mach-smartq.c | 139 1000000000 / (1000 * 20), PWM_POLARITY_NORMAL),
|
| /Linux-v5.10/drivers/video/backlight/ |
| D | lp8788_bl.c | 57 .pwm_pol = PWM_POLARITY_NORMAL,
|
123