Searched refs:PWM_POLARITY_NORMAL (Results 1 – 25 of 49) sorted by relevance
12
| /Linux-v5.4/drivers/pwm/ |
| D | pwm-bcm-iproc.c | 98 state->polarity = PWM_POLARITY_NORMAL; in iproc_pwmc_get_state() 174 if (state->polarity == PWM_POLARITY_NORMAL) in iproc_pwmc_apply()
|
| D | pwm-imx-tpm.c | 165 state->polarity = PWM_POLARITY_NORMAL; in pwm_imx_tpm_get_state() 268 val |= (state->polarity == PWM_POLARITY_NORMAL) ? in pwm_imx_tpm_apply_hw()
|
| D | pwm-sun4i.c | 128 state->polarity = PWM_POLARITY_NORMAL; in sun4i_pwm_get_state() 252 if (state->polarity != PWM_POLARITY_NORMAL) in sun4i_pwm_apply()
|
| D | pwm-jz4740.c | 130 case PWM_POLARITY_NORMAL: in jz4740_pwm_apply()
|
| D | sysfs.c | 165 case PWM_POLARITY_NORMAL: in polarity_show() 188 polarity = PWM_POLARITY_NORMAL; in polarity_store()
|
| D | core.c | 144 pwm->args.polarity = PWM_POLARITY_NORMAL; in of_pwm_xlate_with_flags() 323 return pwmchip_add_with_polarity(chip, PWM_POLARITY_NORMAL); in pwmchip_add() 812 pwm->args.polarity = PWM_POLARITY_NORMAL; in acpi_pwm_get()
|
| D | pwm-bcm2835.c | 117 if (polarity == PWM_POLARITY_NORMAL) in bcm2835_set_polarity()
|
| D | pwm-rcar.c | 169 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 | pwm-zx.c | 76 state->polarity = PWM_POLARITY_NORMAL; in zx_pwm_get_state()
|
| D | pwm-bcm-kona.c | 194 if (polarity == PWM_POLARITY_NORMAL) in kona_pwmc_set_polarity()
|
| D | pwm-berlin.c | 137 if (polarity == PWM_POLARITY_NORMAL) in berlin_pwm_set_polarity()
|
| D | pwm-lpss.c | 187 state->polarity = PWM_POLARITY_NORMAL; in pwm_lpss_get_state()
|
| /Linux-v5.4/arch/unicore32/kernel/ |
| D | puv3-nb0916.c | 52 PWM_POLARITY_NORMAL),
|
| /Linux-v5.4/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 | 151 PALMTE2_PERIOD_NS, PWM_POLARITY_NORMAL),
|
| D | palm27x.c | 268 PWM_POLARITY_NORMAL),
|
| D | pcm990-baseboard.c | 151 PWM_POLARITY_NORMAL),
|
| D | zylonite.c | 114 PWM_POLARITY_NORMAL),
|
| /Linux-v5.4/drivers/mfd/ |
| D | intel_soc_pmic_core.c | 41 PWM_LOOKUP("crystal_cove_pwm", 0, "0000:00:02.0", "pwm_backlight", 0, PWM_POLARITY_NORMAL),
|
| /Linux-v5.4/arch/arm/mach-s3c64xx/ |
| D | mach-hmt.c | 76 1000000000 / (100 * 256 * 20), PWM_POLARITY_NORMAL),
|
| D | mach-smartq.c | 140 1000000000 / (1000 * 20), PWM_POLARITY_NORMAL),
|
| /Linux-v5.4/drivers/video/backlight/ |
| D | lp8788_bl.c | 57 .pwm_pol = PWM_POLARITY_NORMAL,
|
12