Searched refs:sym_is (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/scripts/mod/ |
D | file2alias.c | 1196 static bool sym_is(const char *name, unsigned namelen, const char *symbol) in sym_is() function 1271 if (sym_is(name, namelen, "usb")) in handle_moddevtable() 1273 else if (sym_is(name, namelen, "pnp")) in handle_moddevtable() 1275 else if (sym_is(name, namelen, "pnp_card")) in handle_moddevtable() 1282 if (sym_is(name, namelen, (*p)->device_id)) { in handle_moddevtable()
|