Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-omap2/
Dtimer.c160 static const struct of_device_id omap_timer_match[] __initconst = { variable
265 np = omap_get_timer_dt(omap_timer_match, "ti,timer-secure"); in omap_dmtimer_init()
295 np = omap_get_timer_dt(omap_timer_match, property); in omap_dm_timer_init_one()
/Linux-v5.4/drivers/clocksource/
Dtimer-ti-dm.c770 static const struct of_device_id omap_timer_match[]; variable
928 static const struct of_device_id omap_timer_match[] = { variable
958 MODULE_DEVICE_TABLE(of, omap_timer_match);
965 .of_match_table = of_match_ptr(omap_timer_match),