Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmodule.h690 static inline bool module_requested_async_probing(struct module *module) in module_requested_async_probing() function
836 static inline bool module_requested_async_probing(struct module *module) in module_requested_async_probing() function
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddd.c786 if (module_requested_async_probing(drv->owner)) in driver_allows_async_probing()