Lines Matching defs:device_id
61 const char *device_id; /* name of table, __mod_<name>__*_device_table. */
134 * Check that sizeof(device_id type) are consistent with size of section
140 static void device_id_check(const char *modname, const char *device_id,
149 modname, device_id, id_size, device_id, size, device_id);
156 modname, device_id, id_size, size / id_size);
162 modname, device_id);
1492 const char *device_id,
1499 device_id_check(mod->name, device_id, size, id_size, symval);
1619 if (sym_is(name, namelen, p->device_id)) {
1621 p->device_id, p->do_entry, mod);