Home
last modified time | relevance | path

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

/linux-6.6.21/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.c207 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.c177 period_same = (period_ns == pwm_get_period(cur)); in sti_pwm_config()
/linux-6.6.21/drivers/media/rc/
Dir-rx51.c238 ir_rx51.freq = DIV_ROUND_CLOSEST_ULL(pwm_get_period(pwm), NSEC_PER_SEC); in ir_rx51_probe()
/linux-6.6.21/drivers/input/misc/
Dpwm-vibra.c185 pwm_get_period(vibrator->pwm_dir) / 2; in pwm_vibrator_probe()
/linux-6.6.21/include/linux/
Dpwm.h123 static inline u64 pwm_get_period(const struct pwm_device *pwm) in pwm_get_period() function
/linux-6.6.21/drivers/video/fbdev/
Dssd1307fb.c356 par->pwm->label, pwm_get_period(par->pwm)); in ssd1307fb_init()
/linux-6.6.21/drivers/gpu/drm/solomon/
Dssd130x.c276 ssd130x->pwm->pwm, pwm_get_period(ssd130x->pwm)); in ssd130x_pwm_enable()