Searched defs:devtable (Results 1 – 2 of 2) sorted by relevance
60 struct devtable { struct61 const char *device_id; /* name of table, __mod_<name>__*_device_table. */62 unsigned long id_size;63 int (*do_entry)(const char *filename, void *symval, char *alias);1508 static const struct devtable devtable[] = { variable
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);1401 static const struct devtable devtable[] = { variable