Home
last modified time | relevance | path

Searched refs:PWM_POLARITY_INVERSED (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.12.1/drivers/pwm/
Dpwm-atmel-tcb.c145 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_disable()
151 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_disable()
203 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
209 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
223 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
228 if (polarity == PWM_POLARITY_INVERSED) in atmel_tcb_pwm_enable()
Dpwm-visconti.c96 if (state->polarity == PWM_POLARITY_INVERSED) in visconti_pwm_apply()
119 state->polarity = PWM_POLARITY_INVERSED; in visconti_pwm_get_state()
Dpwm-dwc-core.c103 if (state->polarity != PWM_POLARITY_INVERSED) in dwc_pwm_apply()
148 state->polarity = PWM_POLARITY_INVERSED; in dwc_pwm_get_state()
Dpwm-gpio.c61 bool invert = state->polarity == PWM_POLARITY_INVERSED; in pwm_gpio_toggle()
105 bool invert = state->polarity == PWM_POLARITY_INVERSED; in pwm_gpio_apply()
Dpwm-renesas-tpu.c113 tpd->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
118 tpd->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
123 tpd->polarity == PWM_POLARITY_INVERSED ? in tpu_pwm_set_pin()
Dpwm-hibvt.c122 if (polarity == PWM_POLARITY_INVERSED) in hibvt_pwm_set_polarity()
148 state->polarity = (PWM_POLARITY_MASK & value) ? PWM_POLARITY_INVERSED : PWM_POLARITY_NORMAL; in hibvt_pwm_get_state()
Dpwm-imx27.c147 state->polarity = PWM_POLARITY_INVERSED; in pwm_imx27_get_state()
280 if (state->polarity == PWM_POLARITY_INVERSED) in pwm_imx27_apply()
Dpwm-sifive.c126 state->polarity = PWM_POLARITY_INVERSED; in pwm_sifive_get_state()
142 if (state->polarity != PWM_POLARITY_INVERSED) in pwm_sifive_apply()
Dpwm-microchip-core.c167 if (state->polarity == PWM_POLARITY_INVERSED) { in mchp_core_pwm_apply_duty()
429 state->polarity = negedge < posedge ? PWM_POLARITY_INVERSED : PWM_POLARITY_NORMAL; in mchp_core_pwm_get_state()
Dpwm-omap-dmtimer.c254 polarity == PWM_POLARITY_INVERSED, in pwm_omap_dmtimer_set_polarity()
292 state->polarity == PWM_POLARITY_INVERSED, in pwm_omap_dmtimer_apply()
Dpwm-clk.c74 if (state->polarity == PWM_POLARITY_INVERSED) in pwm_clk_apply()
Dpwm-rockchip.c92 state->polarity = PWM_POLARITY_INVERSED; in rockchip_pwm_get_state()
139 if (state->polarity == PWM_POLARITY_INVERSED) in rockchip_pwm_config()
Dpwm-ep93xx.c72 if (state->polarity == PWM_POLARITY_INVERSED) in ep93xx_pwm_apply()
Dpwm-apple.c49 if (state->polarity == PWM_POLARITY_INVERSED) in apple_pwm_apply()
Dcore.c464 pwm->args.polarity = PWM_POLARITY_INVERSED; in of_pwm_xlate_with_flags()
484 pwm->args.polarity = PWM_POLARITY_INVERSED; in of_pwm_single_xlate()
644 case PWM_POLARITY_INVERSED: in polarity_show()
665 polarity = PWM_POLARITY_INVERSED; in polarity_store()
1365 pwm->args.polarity = PWM_POLARITY_INVERSED; in acpi_pwm_get()
Dpwm-tiehrpwm.c195 if (pc->polarity[chan] == PWM_POLARITY_INVERSED) in configure_polarity()
203 if (pc->polarity[chan] == PWM_POLARITY_INVERSED) in configure_polarity()
Dpwm-meson.c163 if (state->polarity == PWM_POLARITY_INVERSED) in meson_pwm_calc()
258 if (state->polarity == PWM_POLARITY_INVERSED) { in meson_pwm_apply()
Dpwm-bcm-iproc.c87 state->polarity = PWM_POLARITY_INVERSED; in iproc_pwmc_get_state()
Dpwm-vt8500.c168 if (polarity == PWM_POLARITY_INVERSED) in vt8500_pwm_set_polarity()
Dpwm-tiecap.c117 if (polarity == PWM_POLARITY_INVERSED) in ecap_pwm_set_polarity()
Dpwm-imx-tpm.c159 state->polarity = PWM_POLARITY_INVERSED; in pwm_imx_tpm_get_state()
Dpwm-atmel.c391 state->polarity = PWM_POLARITY_INVERSED; in atmel_pwm_get_state()
Dpwm-sun4i.c150 state->polarity = PWM_POLARITY_INVERSED; in sun4i_pwm_get_state()
/linux-6.12.1/drivers/regulator/
Dpwm-regulator.c161 if (pstate.polarity == PWM_POLARITY_INVERSED) in pwm_regulator_get_voltage()
342 if (pstate.polarity == PWM_POLARITY_INVERSED) in pwm_regulator_init_boot_on()
/linux-6.12.1/include/linux/
Dpwm.h26 PWM_POLARITY_INVERSED, enumerator

12