Linux Kernel
3.7.1
|
Data Fields | |
struct mmc_host * | mmc |
struct mmc_request * | mrq |
struct platform_device * | pd |
struct clk * | hclk |
unsigned int | clk |
int | bus_width |
bool | sd_error |
bool | dying |
long | timeout |
void __iomem * | addr |
u32 * | pio_ptr |
spinlock_t | lock |
enum mmcif_state | state |
enum mmcif_wait_for | wait_for |
struct delayed_work | timeout_work |
size_t | blocksize |
int | sg_idx |
int | sg_blkidx |
bool | power |
bool | card_present |
struct dma_chan * | chan_rx |
struct dma_chan * | chan_tx |
struct completion | dma_complete |
bool | dma_active |
Definition at line 212 of file sh_mmcif.c.
Definition at line 222 of file sh_mmcif.c.
size_t blocksize |
Definition at line 228 of file sh_mmcif.c.
int bus_width |
Definition at line 218 of file sh_mmcif.c.
bool card_present |
Definition at line 232 of file sh_mmcif.c.
Definition at line 235 of file sh_mmcif.c.
Definition at line 236 of file sh_mmcif.c.
Definition at line 217 of file sh_mmcif.c.
bool dma_active |
Definition at line 238 of file sh_mmcif.c.
struct completion dma_complete |
Definition at line 237 of file sh_mmcif.c.
bool dying |
Definition at line 220 of file sh_mmcif.c.
Definition at line 216 of file sh_mmcif.c.
spinlock_t lock |
Definition at line 224 of file sh_mmcif.c.
Definition at line 213 of file sh_mmcif.c.
struct mmc_request* mrq |
Definition at line 214 of file sh_mmcif.c.
Definition at line 215 of file sh_mmcif.c.
u32* pio_ptr |
Definition at line 223 of file sh_mmcif.c.
bool power |
Definition at line 231 of file sh_mmcif.c.
bool sd_error |
Definition at line 219 of file sh_mmcif.c.
int sg_blkidx |
Definition at line 230 of file sh_mmcif.c.
int sg_idx |
Definition at line 229 of file sh_mmcif.c.
enum mmcif_state state |
Definition at line 225 of file sh_mmcif.c.
long timeout |
Definition at line 221 of file sh_mmcif.c.
struct delayed_work timeout_work |
Definition at line 227 of file sh_mmcif.c.
enum mmcif_wait_for wait_for |
Definition at line 226 of file sh_mmcif.c.