Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
alias_prop Struct Reference

Data Fields

struct list_head link
 
const charalias
 
struct device_nodenp
 
int id
 
char stem [0]
 

Detailed Description

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.

Definition at line 38 of file base.c.

Field Documentation

const char* alias

Definition at line 40 of file base.c.

Definition at line 42 of file base.c.

Definition at line 39 of file base.c.

Definition at line 41 of file base.c.

char stem[0]

Definition at line 43 of file base.c.


The documentation for this struct was generated from the following file: