Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/platform_data/
Ddmtimer-omap.h46 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-v4.19/drivers/pwm/
Dpwm-omap-dmtimer.c190 omap->pdata->set_match(omap->dm_timer, true, match_value); in pwm_omap_dmtimer_config()
283 !pdata->set_match || in pwm_omap_dmtimer_probe()
/Linux-v4.19/drivers/clocksource/
Dtimer-ti-dm.c939 .set_match = omap_dm_timer_set_match,