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;
50 unsigned int sdio_irq_enabled;
53 void (*set_pwr)(struct platform_device *host, int state);
54 void (*set_clk_div)(struct platform_device *host, int state);
56 int pm_error;
58 bool pm_global;
61 struct scatterlist *sg_ptr;
62 struct scatterlist *sg_orig;
63 unsigned int sg_len;
64 unsigned int sg_off;
66 struct platform_device *pdev;
67 struct tmio_mmc_data *pdata;
91 int tmio_mmc_host_probe(struct tmio_mmc_host **host, argument