Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pwm/
Dpwm-tiecap.c100 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()
Dpwm-tegra.c115 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()
Dpwm-mxs.c80 if (!pwm_is_enabled(pwm)) { in mxs_pwm_config()
95 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-atmel.c117 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()
Dpwm-bcm-kona.c158 if (pwm_is_enabled(pwm)) { in kona_pwmc_config()
320 if (pwm_is_enabled(&kp->chip.pwms[chan])) in kona_pwmc_remove()
Dpwm-tiehrpwm.c410 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()
Dcore.c479 if (pwm_is_enabled(pwm)) { in pwm_set_polarity()
909 if (pwm_is_enabled(pwm)) in pwm_dbg_show()
Dsysfs.c101 return sprintf(buf, "%d\n", pwm_is_enabled(pwm)); in enable_show()
Dpwm-imx.c117 bool enable = pwm_is_enabled(pwm); in imx_pwm_config_v2()
Dpwm-renesas-tpu.c304 if (!pwm_is_enabled(_pwm)) in tpu_pwm_config()
Dpwm-atmel-tcb.c350 if (pwm_is_enabled(pwm)) in atmel_tcb_pwm_config()
/linux-4.4.14/drivers/regulator/
Dpwm-regulator.c106 return pwm_is_enabled(drvdata->pwm); in pwm_regulator_is_enabled()
/linux-4.4.14/include/linux/
Dpwm.h110 static inline bool pwm_is_enabled(const struct pwm_device *pwm) in pwm_is_enabled() function