Home
last modified time | relevance | path

Searched refs:pwm_is_enabled (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/drivers/pwm/
Dpwm-tiecap.c98 if (!pwm_is_enabled(pwm)) { in ecap_pwm_config()
112 if (!pwm_is_enabled(pwm)) { in ecap_pwm_config()
186 if (pwm_is_enabled(pwm)) { in ecap_pwm_free()
297 if (pwm_is_enabled(pwm)) in ecap_pwm_suspend()
309 if (pwm_is_enabled(pwm)) in ecap_pwm_resume()
Dpwm-stmpe.c117 if (pwm_is_enabled(pwm)) { in stmpe_24xx_pwm_config()
196 if (pwm_is_enabled(pwm)) in stmpe_24xx_pwm_config()
255 if (pwm_is_enabled(pwm)) in stmpe_24xx_pwm_config()
Dpwm-tegra.c129 if (!pwm_is_enabled(pwm)) { in tegra_pwm_config()
141 if (!pwm_is_enabled(pwm)) in tegra_pwm_config()
261 if (!pwm_is_enabled(pwm)) in tegra_pwm_remove()
Dpwm-mxs.c74 if (!pwm_is_enabled(pwm)) { in mxs_pwm_config()
89 if (!pwm_is_enabled(pwm)) in mxs_pwm_config()
Dpwm-ep93xx.c85 if (!pwm_is_enabled(pwm)) { in ep93xx_pwm_config()
116 if (!pwm_is_enabled(pwm)) in ep93xx_pwm_config()
Dpwm-lpss.c139 if (!pwm_is_enabled(pwm)) { in pwm_lpss_apply()
163 } else if (pwm_is_enabled(pwm)) { in pwm_lpss_apply()
Dpwm-rcar.c160 if (!pwm_is_enabled(pwm) && !duty_ns && !pwm->state.duty_cycle) in rcar_pwm_config()
293 if (pwm_is_enabled(pwm)) in rcar_pwm_resume()
Dpwm-zx.c136 if (pwm_is_enabled(pwm)) in zx_pwm_config()
146 if (pwm_is_enabled(pwm)) in zx_pwm_config()
Dpwm-bcm-kona.c158 if (pwm_is_enabled(pwm)) { in kona_pwmc_config()
319 if (pwm_is_enabled(&kp->chip.pwms[chan])) in kona_pwmc_remove()
Dpwm-tiehrpwm.c406 if (pwm_is_enabled(pwm)) { in ehrpwm_pwm_free()
554 if (!pwm_is_enabled(pwm)) in ehrpwm_pwm_suspend()
572 if (!pwm_is_enabled(pwm)) in ehrpwm_pwm_resume()
Dpwm-rockchip.c379 if (!pwm_is_enabled(pc->chip.pwms)) in rockchip_pwm_probe()
407 if (pwm_is_enabled(pc->chip.pwms)) in rockchip_pwm_remove()
Dpwm-fsl-ftm.c519 if (!pwm_is_enabled(pwm)) in fsl_pwm_suspend()
542 if (!pwm_is_enabled(pwm)) in fsl_pwm_resume()
Dpwm-atmel-hlcdc.c200 if (pwm_is_enabled(&chip->chip.pwms[0])) in atmel_hlcdc_pwm_suspend()
Dpwm-renesas-tpu.c304 if (!pwm_is_enabled(_pwm)) in tpu_pwm_config()
Dpwm-atmel-tcb.c363 if (pwm_is_enabled(pwm)) in atmel_tcb_pwm_config()
/Linux-v4.19/drivers/staging/greybus/
Dpwm.c201 if (pwm_is_enabled(pwm)) in gb_pwm_free()
/Linux-v4.19/drivers/regulator/
Dpwm-regulator.c148 return pwm_is_enabled(drvdata->pwm); in pwm_regulator_is_enabled()
/Linux-v4.19/include/linux/
Dpwm.h99 static inline bool pwm_is_enabled(const struct pwm_device *pwm) in pwm_is_enabled() function
/Linux-v4.19/drivers/video/backlight/
Dpwm_bl.c435 if (!pwm_is_enabled(pb->pwm)) in pwm_backlight_initial_power_state()