Searched defs:devtable (Results 1 – 5 of 5) sorted by relevance
56 struct devtable { struct57 const char *device_id; /* name of table, __mod_<name>__*_device_table. */58 unsigned long id_size;59 int (*do_entry)(const char *filename, void *symval, char *alias);1442 static const struct devtable devtable[] = { variable
556 } devtable[] = { variable