Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pwm/
Dpwm-crc.c70 if (pwm_get_period(pwm) != period_ns) { in crc_pwm_config()
Dpwm-bcm-kona.c220 pwm_get_period(pwm)); in kona_pwmc_enable()
Dpwm-imx27.c201 period_ms = DIV_ROUND_UP(pwm_get_period(pwm), in pwm_imx27_wait_fifo_slot()
Dpwm-omap-dmtimer.c108 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-v5.4/drivers/media/rc/
Dir-rx51.c244 ir_rx51.freq = DIV_ROUND_CLOSEST(pwm_get_period(pwm), NSEC_PER_SEC); in ir_rx51_probe()
/Linux-v5.4/drivers/input/misc/
Dpwm-vibra.c181 pwm_get_period(vibrator->pwm_dir) / 2; in pwm_vibrator_probe()
/Linux-v5.4/include/linux/
Dpwm.h114 static inline unsigned int pwm_get_period(const struct pwm_device *pwm) in pwm_get_period() function