Home
last modified time | relevance | path

Searched refs:postcore_initcall_sync (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk-link.c234 postcore_initcall_sync(rockchip_clk_link_drv_register);
/OK3568_Linux_fs/kernel/drivers/bus/
H A Domap_l3_smx.c291 postcore_initcall_sync(omap3_l3_init);
H A Domap_l3_noc.c371 postcore_initcall_sync(omap_l3_init);
H A Dmoxtet.c873 postcore_initcall_sync(moxtet_init);
/OK3568_Linux_fs/kernel/include/linux/
H A Dinit.h282 #define postcore_initcall_sync(fn) __define_initcall(fn, 2s) macro
H A Dmodule.h118 #define postcore_initcall_sync(fn) module_init(fn) macro