Home
last modified time | relevance | path

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

/linux/drivers/pwm/
H A Dpwm-crc.c67 if (pwm_is_enabled(pwm) && !state->enabled) { in crc_pwm_apply()
88 if (pwm_is_enabled(pwm) && state->enabled && in crc_pwm_apply()
99 pwm_is_enabled(pwm) != state->enabled) { in crc_pwm_apply()
111 if (!pwm_is_enabled(pwm) && state->enabled) { in crc_pwm_apply()
H A Dpwm-mxs.c64 if (!pwm_is_enabled(pwm)) { in mxs_pwm_apply()
70 if (!state->enabled && pwm_is_enabled(pwm)) in mxs_pwm_apply()
105 if (!pwm_is_enabled(pwm)) { in mxs_pwm_apply()
H A Dpwm-ep93xx.c93 if (!pwm_is_enabled(pwm)) { in ep93xx_pwm_apply()
125 if (!pwm_is_enabled(pwm)) in ep93xx_pwm_apply()
H A Dpwm-tegra.c193 if (!pwm_is_enabled(pwm)) { in tegra_pwm_config()
205 if (!pwm_is_enabled(pwm)) in tegra_pwm_config()
H A Dpwm-tiecap.c299 if (pwm_is_enabled(pwm)) in ecap_pwm_suspend()
311 if (pwm_is_enabled(pwm)) in ecap_pwm_resume()
H A Dpwm-tiehrpwm.c394 if (pwm_is_enabled(pwm)) { in ehrpwm_pwm_free()
566 if (!pwm_is_enabled(pwm)) in ehrpwm_pwm_suspend()
584 if (!pwm_is_enabled(pwm)) in ehrpwm_pwm_resume()
H A Dpwm-fsl-ftm.c470 if (!pwm_is_enabled(pwm)) in fsl_pwm_suspend()
494 if (!pwm_is_enabled(pwm)) in fsl_pwm_resume()
/linux/drivers/staging/greybus/
H A Dpwm.c184 if (pwm_is_enabled(pwm)) in gb_pwm_free()
/linux/include/linux/
H A Dpwm.h134 static inline bool pwm_is_enabled(const struct pwm_device *pwm) in pwm_is_enabled() function
/linux/drivers/regulator/
H A Dpwm-regulator.c142 return pwm_is_enabled(drvdata->pwm); in pwm_regulator_is_enabled()
/linux/drivers/video/backlight/
H A Dpwm_bl.c412 if (!pwm_is_enabled(pb->pwm)) in pwm_backlight_initial_power_state()