Searched defs:device_initcall_sync (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/include/linux/ | ||
| D | init.h | 230 #define device_initcall_sync(fn)	__define_initcall(fn, 6s)  macro | 
| D | module.h | 120 #define device_initcall_sync(fn)	module_init(fn)  macro |