Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | eadm_private |
Macros | |
#define | get_eadm_private(n) ((struct eadm_private *)dev_get_drvdata(&n->dev)) |
#define | set_eadm_private(n, p) (dev_set_drvdata(&n->dev, p)) |
Enumerations | |
enum | { EADM_IDLE, EADM_BUSY, EADM_NOT_OPER } |
Functions | |
struct eadm_private | __aligned (8) |
Variables | |
union orb | orb |
enum { ... } | state |
struct timer_list | timer |
struct list_head | head |
struct subchannel * | sch |
#define get_eadm_private | ( | n | ) | ((struct eadm_private *)dev_get_drvdata(&n->dev)) |
Definition at line 17 of file eadm_sch.h.
Definition at line 18 of file eadm_sch.h.
anonymous enum |
Definition at line 17 of file eadm_sch.h.
struct eadm_private __aligned | ( | 8 | ) |
Definition at line 19 of file eadm_sch.h.
Definition at line 16 of file eadm_sch.h.
struct subchannel* sch |
Definition at line 20 of file eadm_sch.h.
enum { ... } state |
Definition at line 18 of file eadm_sch.h.