Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | link |
const char * | alias |
struct device_node * | np |
int | id |
char | stem [0] |
struct alias_prop - Alias property in 'aliases' node List node to link the structure in aliases_lookup list : Alias property name : Pointer to device_node that the alias stands for : Index value from end of alias name : Alias string without the index
The structure represents one alias property of 'aliases' node as an entry in aliases_lookup list.
struct device_node* np |