Searched refs:sym_is (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/scripts/mod/ |
D | file2alias.c | 1369 static bool sym_is(const char *name, unsigned namelen, const char *symbol) in sym_is() function 1444 if (sym_is(name, namelen, "usb")) in handle_moddevtable() 1446 if (sym_is(name, namelen, "of")) in handle_moddevtable() 1448 else if (sym_is(name, namelen, "pnp")) in handle_moddevtable() 1450 else if (sym_is(name, namelen, "pnp_card")) in handle_moddevtable() 1457 if (sym_is(name, namelen, (*p)->device_id)) { in handle_moddevtable()
|