Linux Kernel
3.7.1
|
Definition at line 53 of file spi-bfin5xx.c.
int busy |
Definition at line 74 of file spi-bfin5xx.c.
int cs_change |
Definition at line 107 of file spi-bfin5xx.c.
Definition at line 104 of file spi-bfin5xx.c.
struct bfin_spi_slave_data* cur_chip |
Definition at line 83 of file spi-bfin5xx.c.
struct spi_message* cur_msg |
Definition at line 81 of file spi-bfin5xx.c.
struct spi_transfer* cur_transfer |
Definition at line 82 of file spi-bfin5xx.c.
Definition at line 92 of file spi-bfin5xx.c.
int dma_mapped |
Definition at line 93 of file spi-bfin5xx.c.
int dma_requested |
Definition at line 94 of file spi-bfin5xx.c.
u16 flag_reg |
Definition at line 105 of file spi-bfin5xx.c.
int irq_requested |
Definition at line 98 of file spi-bfin5xx.c.
size_t len |
Definition at line 85 of file spi-bfin5xx.c.
size_t len_in_bytes |
Definition at line 84 of file spi-bfin5xx.c.
spinlock_t lock |
Definition at line 72 of file spi-bfin5xx.c.
struct spi_master* master |
Definition at line 58 of file spi-bfin5xx.c.
struct bfin5xx_spi_master* master_info |
Definition at line 67 of file spi-bfin5xx.c.
u8 n_bytes |
Definition at line 103 of file spi-bfin5xx.c.
Definition at line 108 of file spi-bfin5xx.c.
struct platform_device* pdev |
Definition at line 55 of file spi-bfin5xx.c.
u16* pin_req |
Definition at line 64 of file spi-bfin5xx.c.
struct work_struct pump_messages |
Definition at line 71 of file spi-bfin5xx.c.
struct tasklet_struct pump_transfers |
Definition at line 78 of file spi-bfin5xx.c.
Definition at line 73 of file spi-bfin5xx.c.
Definition at line 61 of file spi-bfin5xx.c.
bool running |
Definition at line 75 of file spi-bfin5xx.c.
Definition at line 88 of file spi-bfin5xx.c.
Definition at line 95 of file spi-bfin5xx.c.
void* rx_end |
Definition at line 89 of file spi-bfin5xx.c.
size_t rx_map_len |
Definition at line 101 of file spi-bfin5xx.c.
int spi_irq |
Definition at line 99 of file spi-bfin5xx.c.
void* tx |
Definition at line 86 of file spi-bfin5xx.c.
Definition at line 96 of file spi-bfin5xx.c.
void* tx_end |
Definition at line 87 of file spi-bfin5xx.c.
size_t tx_map_len |
Definition at line 102 of file spi-bfin5xx.c.
struct workqueue_struct* workqueue |
Definition at line 70 of file spi-bfin5xx.c.