Lines Matching defs:tmio_mmc_host
51 struct tmio_mmc_host { struct
52 void __iomem *ctl;
53 struct mmc_command *cmd;
54 struct mmc_request *mrq;
55 struct mmc_data *data;
56 struct mmc_host *mmc;
59 void (*set_pwr)(struct platform_device *host, int state);
60 void (*set_clk_div)(struct platform_device *host, int state);
63 struct scatterlist *sg_ptr;
64 struct scatterlist *sg_orig;
65 unsigned int sg_len;
66 unsigned int sg_off;
67 unsigned long bus_shift;
69 struct platform_device *pdev;
70 struct tmio_mmc_data *pdata;
71 struct tmio_mmc_dma *dma;
97 int (*write16_hook)(struct tmio_mmc_host *host, int addr); argument
104 struct tmio_mmc_host *tmio_mmc_host_alloc(struct platform_device *pdev); argument