Searched refs:sym_is (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/scripts/mod/ |
D | file2alias.c | 1456 static bool sym_is(const char *name, unsigned namelen, const char *symbol) in sym_is() function 1578 if (sym_is(name, namelen, "usb")) in handle_moddevtable() 1580 if (sym_is(name, namelen, "of")) in handle_moddevtable() 1582 else if (sym_is(name, namelen, "pnp")) in handle_moddevtable() 1584 else if (sym_is(name, namelen, "pnp_card")) in handle_moddevtable() 1592 if (sym_is(name, namelen, p->device_id)) { in handle_moddevtable()
|