Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/mod/
Dfile2alias.c47 struct devtable { struct
75 struct devtable **__start___devtable, **__stop___devtable;
82 extern struct devtable *__start___devtable[], *__stop___devtable[];
107 static struct devtable __cat(devtable,__LINE__) = { \
112 static struct devtable *SECTION(__devtable) __used \
113 __cat(devtable_ptr,__LINE__) = &__cat(devtable,__LINE__)
1357 struct devtable **p; in handle_moddevtable()