Home
last modified time | relevance | path

Searched refs:pwm_get_polarity (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/pwm/
Dpwm-omap-dmtimer.c196 pwm_get_polarity(pwm) == PWM_POLARITY_INVERSED, in pwm_omap_dmtimer_config()
Dpwm-lpc18xx-sct.c252 if (pwm_get_polarity(pwm) == PWM_POLARITY_NORMAL) { in lpc18xx_pwm_enable()
/Linux-v4.19/include/linux/
Dpwm.h138 static inline enum pwm_polarity pwm_get_polarity(const struct pwm_device *pwm) in pwm_get_polarity() function