Home
last modified time | relevance | path

Searched refs:pwm_get_period (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/drivers/pwm/
Dpwm-crc.c78 pwm_get_period(pwm) != state->period) { in crc_pwm_apply()
91 pwm_get_period(pwm) != state->period) { in crc_pwm_apply()
100 if (pwm_get_period(pwm) != state->period || in crc_pwm_apply()
Dpwm-imx27.c205 period_ms = DIV_ROUND_UP_ULL(pwm_get_period(pwm), in pwm_imx27_wait_fifo_slot()
Dpwm-omap-dmtimer.c165 period_ns == pwm_get_period(pwm)) in pwm_omap_dmtimer_config()
Dpwm-sti.c176 period_same = (period_ns == pwm_get_period(cur)); in sti_pwm_config()
/Linux-v6.1/drivers/input/misc/
Dpwm-vibra.c181 pwm_get_period(vibrator->pwm_dir) / 2; in pwm_vibrator_probe()
/Linux-v6.1/drivers/media/rc/
Dir-rx51.c243 ir_rx51.freq = DIV_ROUND_CLOSEST_ULL(pwm_get_period(pwm), NSEC_PER_SEC); in ir_rx51_probe()
/Linux-v6.1/include/linux/
Dpwm.h123 static inline u64 pwm_get_period(const struct pwm_device *pwm) in pwm_get_period() function
/Linux-v6.1/drivers/video/fbdev/
Dssd1307fb.c400 par->pwm->pwm, pwm_get_period(par->pwm)); in ssd1307fb_init()
/Linux-v6.1/drivers/gpu/drm/solomon/
Dssd130x.c247 ssd130x->pwm->pwm, pwm_get_period(ssd130x->pwm)); in ssd130x_pwm_enable()