Linux Kernel
3.7.1
|
Public Types | |
enum | { enable_option, range_option, list_option } |
Data Fields | |
enum atl1e_option:: { ... } | type |
char * | name |
char * | err |
int | def |
union { | |
struct { | |
int min | |
int max | |
} r | |
struct { | |
int nr | |
struct atl1e_opt_list { | |
int i | |
char * str | |
} p | |
} l | |
} | arg |
Definition at line 102 of file atl1e_param.c.
anonymous enum |
Definition at line 103 of file atl1e_param.c.
union { ... } arg |
int def |
Definition at line 106 of file atl1e_param.c.
char* err |
Definition at line 105 of file atl1e_param.c.
int i |
Definition at line 114 of file atl1e_param.c.
struct { ... } l |
int max |
Definition at line 110 of file atl1e_param.c.
int min |
Definition at line 109 of file atl1e_param.c.
char* name |
Definition at line 104 of file atl1e_param.c.
int nr |
Definition at line 113 of file atl1e_param.c.
struct { ... } ::atl1e_opt_list * p |
struct { ... } r |
char* str |
Definition at line 114 of file atl1e_param.c.
enum { ... } type |