Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/pwm/
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()
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()
A Dpwm-stmpe.c113 if (pwm_is_enabled(pwm)) { in stmpe_24xx_pwm_config()
192 if (pwm_is_enabled(pwm)) in stmpe_24xx_pwm_config()
251 if (pwm_is_enabled(pwm)) in stmpe_24xx_pwm_config()
A Dpwm-ep93xx.c109 if (!pwm_is_enabled(pwm)) { in ep93xx_pwm_apply()
141 if (!pwm_is_enabled(pwm)) in ep93xx_pwm_apply()
A Dpwm-lpss.c192 if (!pwm_is_enabled(pwm)) { in pwm_lpss_apply()
200 } else if (pwm_is_enabled(pwm)) { in pwm_lpss_apply()
A Dpwm-tegra.c197 if (!pwm_is_enabled(pwm)) { in tegra_pwm_config()
209 if (!pwm_is_enabled(pwm)) in tegra_pwm_config()
A Dpwm-tiecap.c300 if (pwm_is_enabled(pwm)) in ecap_pwm_suspend()
312 if (pwm_is_enabled(pwm)) in ecap_pwm_resume()
A Dpwm-tiehrpwm.c395 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()
A Dpwm-fsl-ftm.c480 if (!pwm_is_enabled(pwm)) in fsl_pwm_suspend()
503 if (!pwm_is_enabled(pwm)) in fsl_pwm_resume()
A Dpwm-atmel-hlcdc.c189 if (pwm_is_enabled(&chip->chip.pwms[0])) in atmel_hlcdc_pwm_suspend()
/linux-6.3-rc2/drivers/staging/greybus/
A Dpwm.c201 if (pwm_is_enabled(pwm)) in gb_pwm_free()
/linux-6.3-rc2/include/linux/
A Dpwm.h108 static inline bool pwm_is_enabled(const struct pwm_device *pwm) in pwm_is_enabled() function
/linux-6.3-rc2/drivers/regulator/
A Dpwm-regulator.c142 return pwm_is_enabled(drvdata->pwm); in pwm_regulator_is_enabled()
/linux-6.3-rc2/drivers/video/backlight/
A Dpwm_bl.c425 if (!pwm_is_enabled(pb->pwm)) in pwm_backlight_initial_power_state()
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_backlight.c1523 if (pwm_is_enabled(panel->backlight.pwm)) { in ext_pwm_setup_backlight()

Completed in 27 milliseconds