Home
last modified time | relevance | path

Searched defs:devtable (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/scripts/mod/
Dfile2alias.c56 struct devtable { struct
57 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);
1485 static const struct devtable devtable[] = { variable