Searched defs:tmio_mmc_host (Results 1 – 1 of 1) sorted by relevance
126 struct tmio_mmc_host { struct127 void __iomem *ctl;128 struct mmc_command *cmd;129 struct mmc_request *mrq;130 struct mmc_data *data;131 struct mmc_host *mmc;132 struct mmc_host_ops ops;135 void (*set_pwr)(struct platform_device *host, int state);136 void (*set_clk_div)(struct platform_device *host, int state);139 struct scatterlist *sg_ptr;[all …]