Linux Kernel
3.7.1
|
#include <tmio_mmc.h>
Data Fields | |
void __iomem * | ctl |
unsigned long | bus_shift |
struct mmc_command * | cmd |
struct mmc_request * | mrq |
struct mmc_data * | data |
struct mmc_host * | mmc |
bool | power |
void(* | set_pwr )(struct platform_device *host, int state) |
void(* | set_clk_div )(struct platform_device *host, int state) |
struct scatterlist * | sg_ptr |
struct scatterlist * | sg_orig |
unsigned int | sg_len |
unsigned int | sg_off |
struct platform_device * | pdev |
struct tmio_mmc_data * | pdata |
bool | force_pio |
struct dma_chan * | chan_rx |
struct dma_chan * | chan_tx |
struct tasklet_struct | dma_complete |
struct tasklet_struct | dma_issue |
struct scatterlist | bounce_sg |
u8 * | bounce_buf |
struct delayed_work | delayed_reset_work |
struct work_struct | done |
u32 | sdcard_irq_mask |
u32 | sdio_irq_mask |
spinlock_t | lock |
unsigned long | last_req_ts |
struct mutex | ios_lock |
bool | native_hotplug |
Definition at line 43 of file tmio_mmc.h.
u8* bounce_buf |
Definition at line 74 of file tmio_mmc.h.
struct scatterlist bounce_sg |
Definition at line 73 of file tmio_mmc.h.
unsigned long bus_shift |
Definition at line 45 of file tmio_mmc.h.
Definition at line 69 of file tmio_mmc.h.
Definition at line 70 of file tmio_mmc.h.
Definition at line 46 of file tmio_mmc.h.
Definition at line 44 of file tmio_mmc.h.
Definition at line 48 of file tmio_mmc.h.
struct delayed_work delayed_reset_work |
Definition at line 77 of file tmio_mmc.h.
struct tasklet_struct dma_complete |
Definition at line 71 of file tmio_mmc.h.
struct tasklet_struct dma_issue |
Definition at line 72 of file tmio_mmc.h.
struct work_struct done |
Definition at line 78 of file tmio_mmc.h.
bool force_pio |
Definition at line 68 of file tmio_mmc.h.
Definition at line 86 of file tmio_mmc.h.
unsigned long last_req_ts |
Definition at line 85 of file tmio_mmc.h.
spinlock_t lock |
Definition at line 84 of file tmio_mmc.h.
Definition at line 49 of file tmio_mmc.h.
struct mmc_request* mrq |
Definition at line 47 of file tmio_mmc.h.
bool native_hotplug |
Definition at line 87 of file tmio_mmc.h.
struct tmio_mmc_data* pdata |
Definition at line 65 of file tmio_mmc.h.
struct platform_device* pdev |
Definition at line 64 of file tmio_mmc.h.
bool power |
Definition at line 52 of file tmio_mmc.h.
u32 sdcard_irq_mask |
Definition at line 81 of file tmio_mmc.h.
u32 sdio_irq_mask |
Definition at line 82 of file tmio_mmc.h.
Definition at line 56 of file tmio_mmc.h.
Definition at line 55 of file tmio_mmc.h.
unsigned int sg_len |
Definition at line 61 of file tmio_mmc.h.
unsigned int sg_off |
Definition at line 62 of file tmio_mmc.h.
struct scatterlist* sg_orig |
Definition at line 60 of file tmio_mmc.h.
struct scatterlist* sg_ptr |
Definition at line 59 of file tmio_mmc.h.