Linux Kernel
3.7.1
|
Data Fields | |
struct spi_device * | spi |
int | rstn |
int | slp_tr |
int | dig2 |
u8 | part |
u8 | vers |
u8 | buf [2] |
struct mutex | bmux |
struct work_struct | irqwork |
struct completion | tx_complete |
struct ieee802154_dev * | dev |
spinlock_t | lock |
bool | irq_disabled |
bool | is_tx |
Definition at line 38 of file at86rf230.c.
Definition at line 46 of file at86rf230.c.
Definition at line 45 of file at86rf230.c.
struct ieee802154_dev* dev |
Definition at line 51 of file at86rf230.c.
int dig2 |
Definition at line 40 of file at86rf230.c.
bool irq_disabled |
Definition at line 54 of file at86rf230.c.
struct work_struct irqwork |
Definition at line 48 of file at86rf230.c.
bool is_tx |
Definition at line 55 of file at86rf230.c.
spinlock_t lock |
Definition at line 53 of file at86rf230.c.
u8 part |
Definition at line 42 of file at86rf230.c.
int rstn |
Definition at line 40 of file at86rf230.c.
int slp_tr |
Definition at line 40 of file at86rf230.c.
struct spi_device* spi |
Definition at line 39 of file at86rf230.c.
struct completion tx_complete |
Definition at line 49 of file at86rf230.c.
u8 vers |
Definition at line 43 of file at86rf230.c.