Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
H A Dsmartreflex-class3.c59 omap_late_initcall(sr_class3_init);
H A Dpm.c161 omap_late_initcall(omap2_common_pm_late_init);
H A Dpmic-cpcap.c275 omap_late_initcall(cpcap_late_init);
H A Dsoc.h483 #define omap_late_initcall(fn) omap_initcall(late_initcall, fn) macro