Searched refs:pwm_is_enabled (Results 1 – 14 of 14) sorted by relevance
100 if (!pwm_is_enabled(pwm)) { in ecap_pwm_config()114 if (!pwm_is_enabled(pwm)) { in ecap_pwm_config()182 if (pwm_is_enabled(pwm)) { in ecap_pwm_free()309 if (pwm_is_enabled(pwm)) in ecap_pwm_suspend()321 if (pwm_is_enabled(pwm)) in ecap_pwm_resume()
115 if (!pwm_is_enabled(pwm)) { in tegra_pwm_config()127 if (!pwm_is_enabled(pwm)) in tegra_pwm_config()217 if (!pwm_is_enabled(pwm)) in tegra_pwm_remove()
80 if (!pwm_is_enabled(pwm)) { in mxs_pwm_config()95 if (!pwm_is_enabled(pwm)) in mxs_pwm_config()
85 if (!pwm_is_enabled(pwm)) { in ep93xx_pwm_config()116 if (!pwm_is_enabled(pwm)) in ep93xx_pwm_config()
117 if (pwm_is_enabled(pwm) && (period_ns != pwm_get_period(pwm))) { in atmel_pwm_config()179 if (pwm_is_enabled(pwm)) in atmel_pwm_config_v1()194 if (pwm_is_enabled(pwm)) { in atmel_pwm_config_v2()
158 if (pwm_is_enabled(pwm)) { in kona_pwmc_config()320 if (pwm_is_enabled(&kp->chip.pwms[chan])) in kona_pwmc_remove()
410 if (pwm_is_enabled(pwm)) { in ehrpwm_pwm_free()568 if (!pwm_is_enabled(pwm)) in ehrpwm_pwm_suspend()585 if (!pwm_is_enabled(pwm)) in ehrpwm_pwm_resume()
479 if (pwm_is_enabled(pwm)) { in pwm_set_polarity()909 if (pwm_is_enabled(pwm)) in pwm_dbg_show()
101 return sprintf(buf, "%d\n", pwm_is_enabled(pwm)); in enable_show()
117 bool enable = pwm_is_enabled(pwm); in imx_pwm_config_v2()
304 if (!pwm_is_enabled(_pwm)) in tpu_pwm_config()
350 if (pwm_is_enabled(pwm)) in atmel_tcb_pwm_config()
106 return pwm_is_enabled(drvdata->pwm); in pwm_regulator_is_enabled()
110 static inline bool pwm_is_enabled(const struct pwm_device *pwm) in pwm_is_enabled() function