Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/plat-omap/
Ddmtimer.c785 static const struct of_device_id omap_timer_match[]; variable
804 match = of_match_device(of_match_ptr(omap_timer_match), dev); in omap_dm_timer_probe()
922 static const struct of_device_id omap_timer_match[] = { variable
948 MODULE_DEVICE_TABLE(of, omap_timer_match);
955 .of_match_table = of_match_ptr(omap_timer_match),
/linux-4.4.14/arch/arm/mach-omap2/
Dtimer.c145 static const struct of_device_id omap_timer_match[] __initconst = { variable
211 np = omap_get_timer_dt(omap_timer_match, "ti,timer-secure"); in omap_dmtimer_init()
244 np = omap_get_timer_dt(omap_timer_match, property); in omap_dm_timer_init_one()