Lines Matching defs:tmio_mmc_host
43 struct tmio_mmc_host { struct
44 void __iomem *ctl;
45 unsigned long bus_shift;
46 struct mmc_command *cmd;
47 struct mmc_request *mrq;
48 struct mmc_data *data;
49 struct mmc_host *mmc;
52 bool power;
55 void (*set_pwr)(struct platform_device *host, int state);
56 void (*set_clk_div)(struct platform_device *host, int state);
59 struct scatterlist *sg_ptr;
60 struct scatterlist *sg_orig;
61 unsigned int sg_len;
62 unsigned int sg_off;
64 struct platform_device *pdev;
65 struct tmio_mmc_data *pdata;
90 int tmio_mmc_host_probe(struct tmio_mmc_host **host, argument