Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/
H A D0001-waflib-fix-compatibility-with-python-3.11.patch70 module=imp.new_module(WSCRIPT_FILE)
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c167 static struct module *new_module(const char *modname) in new_module() function
2014 mod = new_module(tmp); in read_symbols()
2471 mod = new_module(modname); in read_dump()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c8657 lc->new_module = false; in t4_handle_get_port_info()
8700 lc->new_module = t4_is_inserted_mod_type(mod_type); in t4_handle_get_port_info()
8751 if (lc->new_module && lc->redo_l1cfg) { in t4_handle_get_port_info()
8768 lc->new_module = false; in t4_handle_get_port_info()
H A Dcxgb4.h601 bool new_module; /* ->OS Transceiver Module inserted */ member