Searched defs:devtable (Results 1 – 1 of 1) sorted by relevance
126 struct devtable { struct127 const char *device_id;128 unsigned long id_size;129 void (*do_entry)(struct module *mod, void *symval);1421 static const struct devtable devtable[] = { variable