Home
last modified time | relevance | path

Searched refs:omap_timer_match (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/arm/mach-omap2/
Dtimer.c161 static const struct of_device_id omap_timer_match[] __initconst = { variable
266 np = omap_get_timer_dt(omap_timer_match, "ti,timer-secure"); in omap_dmtimer_init()
296 np = omap_get_timer_dt(omap_timer_match, property); in omap_dm_timer_init_one()
/Linux-v4.19/drivers/clocksource/
Dtimer-ti-dm.c794 static const struct of_device_id omap_timer_match[]; variable
953 static const struct of_device_id omap_timer_match[] = { variable
983 MODULE_DEVICE_TABLE(of, omap_timer_match);
990 .of_match_table = of_match_ptr(omap_timer_match),