Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-crc.c69 if (pwm_is_enabled(pwm) && !state->enabled) { in crc_pwm_apply()
90 if (pwm_is_enabled(pwm) && state->enabled && in crc_pwm_apply()
101 pwm_is_enabled(pwm) != state->enabled) { in crc_pwm_apply()
113 if (!pwm_is_enabled(pwm) && state->enabled) { in crc_pwm_apply()
H A Dpwm-mxs.c62 if (!pwm_is_enabled(pwm)) { in mxs_pwm_apply()
68 if (!state->enabled && pwm_is_enabled(pwm)) in mxs_pwm_apply()
103 if (!pwm_is_enabled(pwm)) { in mxs_pwm_apply()
H A Dpwm-stmpe.c112 if (pwm_is_enabled(pwm)) { in stmpe_24xx_pwm_config()
193 if (pwm_is_enabled(pwm)) in stmpe_24xx_pwm_config()
252 if (pwm_is_enabled(pwm)) in stmpe_24xx_pwm_config()
H A Dpwm-ep93xx.c109 if (!pwm_is_enabled(pwm)) { in ep93xx_pwm_apply()
141 if (!pwm_is_enabled(pwm)) in ep93xx_pwm_apply()
H A Dpwm-lpss.c192 if (!pwm_is_enabled(pwm)) { in pwm_lpss_apply()
200 } else if (pwm_is_enabled(pwm)) { in pwm_lpss_apply()
H A Dpwm-tiecap.c298 if (pwm_is_enabled(pwm)) in ecap_pwm_suspend()
310 if (pwm_is_enabled(pwm)) in ecap_pwm_resume()
H A Dpwm-tegra.c196 if (!pwm_is_enabled(pwm)) { in tegra_pwm_config()
208 if (!pwm_is_enabled(pwm)) in tegra_pwm_config()
H A Dpwm-tiehrpwm.c395 if (pwm_is_enabled(pwm)) { in ehrpwm_pwm_free()
564 if (!pwm_is_enabled(pwm)) in ehrpwm_pwm_suspend()
582 if (!pwm_is_enabled(pwm)) in ehrpwm_pwm_resume()
H A Dpwm-fsl-ftm.c479 if (!pwm_is_enabled(pwm)) in fsl_pwm_suspend()
502 if (!pwm_is_enabled(pwm)) in fsl_pwm_resume()
H A Dpwm-atmel-hlcdc.c190 if (!pwm_is_enabled(&atmel->chip.pwms[0])) in atmel_hlcdc_pwm_suspend()
/openbmc/linux/drivers/staging/greybus/
H A Dpwm.c202 if (pwm_is_enabled(pwm)) in gb_pwm_free()
/openbmc/linux/include/linux/
H A Dpwm.h108 static inline bool pwm_is_enabled(const struct pwm_device *pwm) in pwm_is_enabled() function
/openbmc/linux/drivers/regulator/
H A Dpwm-regulator.c142 return pwm_is_enabled(drvdata->pwm); in pwm_regulator_is_enabled()
/openbmc/linux/drivers/video/backlight/
H A Dpwm_bl.c423 if (!pwm_is_enabled(pb->pwm)) in pwm_backlight_initial_power_state()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_backlight.c1544 if (pwm_is_enabled(panel->backlight.pwm)) { in ext_pwm_setup_backlight()