Searched refs:PWM_POLARITY_NORMAL (Results 1 – 25 of 47) sorted by relevance
12
/Linux-v4.19/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 | sysfs.c | 173 case PWM_POLARITY_NORMAL: in polarity_show() 196 polarity = PWM_POLARITY_NORMAL; in polarity_store()
|
D | pwm-sun4i.c | 129 state->polarity = PWM_POLARITY_NORMAL; in sun4i_pwm_get_state() 259 if (state->polarity != PWM_POLARITY_NORMAL) in sun4i_pwm_apply()
|
D | pwm-jz4740.c | 140 case PWM_POLARITY_NORMAL: in jz4740_pwm_set_polarity()
|
D | pwm-bcm2835.c | 120 if (polarity == PWM_POLARITY_NORMAL) in bcm2835_set_polarity()
|
D | pwm-atmel-hlcdc.c | 139 if (state->polarity == PWM_POLARITY_NORMAL) in atmel_hlcdc_pwm_apply()
|
D | pwm-zx.c | 79 state->polarity = PWM_POLARITY_NORMAL; in zx_pwm_get_state()
|
D | pwm-berlin.c | 138 if (polarity == PWM_POLARITY_NORMAL) in berlin_pwm_set_polarity()
|
D | pwm-bcm-kona.c | 194 if (polarity == PWM_POLARITY_NORMAL) in kona_pwmc_set_polarity()
|
D | core.c | 156 pwm->args.polarity = PWM_POLARITY_NORMAL; in of_pwm_xlate_with_flags() 333 return pwmchip_add_with_polarity(chip, PWM_POLARITY_NORMAL); in pwmchip_add()
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | puv3-nb0916.c | 55 PWM_POLARITY_NORMAL),
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | tavorevb.c | 174 PWM_POLARITY_NORMAL), 176 PWM_POLARITY_NORMAL),
|
D | colibri-pxa270-income.c | 191 PWM_POLARITY_NORMAL),
|
D | z2.c | 205 PWM_POLARITY_NORMAL), 207 PWM_POLARITY_NORMAL),
|
D | palmte2.c | 144 PALMTE2_PERIOD_NS, PWM_POLARITY_NORMAL),
|
D | palm27x.c | 276 PWM_POLARITY_NORMAL),
|
D | pcm990-baseboard.c | 154 PWM_POLARITY_NORMAL),
|
D | zylonite.c | 117 PWM_POLARITY_NORMAL),
|
D | palmtc.c | 172 PWM_POLARITY_NORMAL),
|
D | lpd270.c | 277 PWM_POLARITY_NORMAL),
|
/Linux-v4.19/drivers/mfd/ |
D | intel_soc_pmic_core.c | 48 PWM_LOOKUP("crystal_cove_pwm", 0, "0000:00:02.0", "pwm_backlight", 0, PWM_POLARITY_NORMAL),
|
/Linux-v4.19/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-v4.19/drivers/video/backlight/ |
D | lp8788_bl.c | 61 .pwm_pol = PWM_POLARITY_NORMAL,
|
/Linux-v4.19/arch/mips/jz4740/ |
D | board-qi_lb60.c | 398 PWM_POLARITY_NORMAL),
|
12