Linux Kernel
3.7.1
|
Data Fields | |
struct device * | dev |
struct mmc_host * | mmc |
struct mmc_request * | mrq |
struct mmc_command * | cmd |
struct mmc_data * | data |
struct clk * | fclk |
struct clk * | dbclk |
struct regulator * | vcc |
struct regulator * | vcc_aux |
void __iomem * | base |
resource_size_t | mapbase |
spinlock_t | irq_lock |
unsigned int | dma_len |
unsigned int | dma_sg_idx |
unsigned char | bus_mode |
unsigned char | power_mode |
int | suspended |
int | irq |
int | use_dma |
int | dma_ch |
struct dma_chan * | tx_chan |
struct dma_chan * | rx_chan |
int | slot_id |
int | response_busy |
int | context_loss |
int | protect_card |
int | reqs_blocked |
int | use_reg |
int | req_in_progress |
struct omap_hsmmc_next | next_data |
struct omap_mmc_platform_data * | pdata |
Definition at line 138 of file omap_hsmmc.c.
Definition at line 155 of file omap_hsmmc.c.
unsigned char bus_mode |
Definition at line 160 of file omap_hsmmc.c.
Definition at line 142 of file omap_hsmmc.c.
int context_loss |
Definition at line 169 of file omap_hsmmc.c.
Definition at line 143 of file omap_hsmmc.c.
Definition at line 145 of file omap_hsmmc.c.
Definition at line 139 of file omap_hsmmc.c.
Definition at line 164 of file omap_hsmmc.c.
unsigned int dma_len |
Definition at line 158 of file omap_hsmmc.c.
unsigned int dma_sg_idx |
Definition at line 159 of file omap_hsmmc.c.
Definition at line 144 of file omap_hsmmc.c.
int irq |
Definition at line 163 of file omap_hsmmc.c.
spinlock_t irq_lock |
Definition at line 157 of file omap_hsmmc.c.
resource_size_t mapbase |
Definition at line 156 of file omap_hsmmc.c.
Definition at line 140 of file omap_hsmmc.c.
struct mmc_request* mrq |
Definition at line 141 of file omap_hsmmc.c.
struct omap_hsmmc_next next_data |
Definition at line 174 of file omap_hsmmc.c.
struct omap_mmc_platform_data* pdata |
Definition at line 176 of file omap_hsmmc.c.
unsigned char power_mode |
Definition at line 161 of file omap_hsmmc.c.
int protect_card |
Definition at line 170 of file omap_hsmmc.c.
int req_in_progress |
Definition at line 173 of file omap_hsmmc.c.
int reqs_blocked |
Definition at line 171 of file omap_hsmmc.c.
int response_busy |
Definition at line 168 of file omap_hsmmc.c.
Definition at line 166 of file omap_hsmmc.c.
int slot_id |
Definition at line 167 of file omap_hsmmc.c.
int suspended |
Definition at line 162 of file omap_hsmmc.c.
Definition at line 165 of file omap_hsmmc.c.
int use_dma |
Definition at line 164 of file omap_hsmmc.c.
int use_reg |
Definition at line 172 of file omap_hsmmc.c.
Definition at line 153 of file omap_hsmmc.c.
Definition at line 154 of file omap_hsmmc.c.