Searched refs:PWM_POLARITY_NORMAL (Results 1 - 25 of 63) sorted by path

123

/linux-master/arch/arm/mach-s3c/
H A Dmach-crag6410.c107 PWM_POLARITY_NORMAL),
/linux-master/drivers/acpi/
H A Dacpi_lpss.c164 "pwm_soc_backlight", 0, PWM_POLARITY_NORMAL,
208 "pwm_soc_backlight", 0, PWM_POLARITY_NORMAL,
211 "pwm_soc_lpss_2", 0, PWM_POLARITY_NORMAL,
/linux-master/drivers/gpio/
H A Dgpio-mvebu.c710 if (state->polarity != PWM_POLARITY_NORMAL)
/linux-master/drivers/gpu/drm/bridge/
H A Dti-sn65dsi86.c1565 state->polarity = PWM_POLARITY_NORMAL;
/linux-master/drivers/hwmon/
H A Daspeed-g6-pwm-tach.c183 state->polarity = polarity ? PWM_POLARITY_INVERSED : PWM_POLARITY_NORMAL;
/linux-master/drivers/leds/rgb/
H A Dleds-qcom-lpg.c1227 if (state->polarity != PWM_POLARITY_NORMAL)
1301 state->polarity = PWM_POLARITY_NORMAL;
/linux-master/drivers/mfd/
H A Dintel_soc_pmic_crc.c140 PWM_LOOKUP("crystal_cove_pwm", 0, "0000:00:02.0", "pwm_pmic_backlight", 0, PWM_POLARITY_NORMAL),
/linux-master/drivers/pwm/
H A Dcore.c429 pwm->args.polarity = PWM_POLARITY_NORMAL;
449 pwm->args.polarity = PWM_POLARITY_NORMAL;
814 pwm->args.polarity = PWM_POLARITY_NORMAL;
H A Dpwm-ab8500.c44 if (state->polarity != PWM_POLARITY_NORMAL)
152 state->polarity = PWM_POLARITY_NORMAL;
H A Dpwm-apple.c89 state->polarity = PWM_POLARITY_NORMAL;
H A Dpwm-atmel-hlcdc.c128 if (state->polarity == PWM_POLARITY_NORMAL)
H A Dpwm-atmel.c340 if (state->polarity == PWM_POLARITY_NORMAL)
393 state->polarity = PWM_POLARITY_NORMAL;
H A Dpwm-bcm-iproc.c85 state->polarity = PWM_POLARITY_NORMAL;
169 if (state->polarity == PWM_POLARITY_NORMAL)
H A Dpwm-bcm-kona.c174 if (polarity == PWM_POLARITY_NORMAL)
H A Dpwm-bcm2835.c105 if (state->polarity == PWM_POLARITY_NORMAL)
H A Dpwm-berlin.c122 if (polarity == PWM_POLARITY_NORMAL)
H A Dpwm-brcmstb.c200 if (state->polarity != PWM_POLARITY_NORMAL)
H A Dpwm-clps711x.c48 if (state->polarity != PWM_POLARITY_NORMAL)
H A Dpwm-crc.c64 if (state->polarity != PWM_POLARITY_NORMAL)
148 state->polarity = PWM_POLARITY_NORMAL;
H A Dpwm-cros-ec.c146 if (state->polarity != PWM_POLARITY_NORMAL)
179 state->polarity = PWM_POLARITY_NORMAL;
H A Dpwm-hibvt.c148 state->polarity = (PWM_POLARITY_MASK & value) ? PWM_POLARITY_INVERSED : PWM_POLARITY_NORMAL;
H A Dpwm-img.c187 if (state->polarity != PWM_POLARITY_NORMAL)
H A Dpwm-imx-tpm.c162 state->polarity = PWM_POLARITY_NORMAL;
267 val |= (state->polarity == PWM_POLARITY_NORMAL) ?
H A Dpwm-imx1.c129 if (state->polarity != PWM_POLARITY_NORMAL)
H A Dpwm-imx27.c144 state->polarity = PWM_POLARITY_NORMAL;

Completed in 260 milliseconds

123