Home
last modified time | relevance | path

Searched refs:set_match (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/linux/platform_data/
Ddmtimer-omap.h35 int (*set_match)(struct omap_dm_timer *timer, int enable, member
Dpwm_omap_dmtimer.h78 int (*set_match)(pwm_omap_dmtimer *timer, int enable, member
/Linux-v5.4/drivers/pwm/
Dpwm-omap-dmtimer.c187 omap->pdata->set_match(omap->dm_timer, true, match_value); in pwm_omap_dmtimer_config()
280 !pdata->set_match || in pwm_omap_dmtimer_probe()
/Linux-v5.4/drivers/clocksource/
Dtimer-ti-dm.c914 .set_match = omap_dm_timer_set_match,