Lines Matching defs:tmio_mmc_host
134 struct tmio_mmc_host { struct
135 void __iomem *ctl;
136 struct mmc_command *cmd;
137 struct mmc_request *mrq;
138 struct mmc_data *data;
139 struct mmc_host *mmc;
140 struct mmc_host_ops ops;
143 void (*set_pwr)(struct platform_device *host, int state);
146 struct scatterlist *sg_ptr;
147 struct scatterlist *sg_orig;
148 unsigned int sg_len;
149 unsigned int sg_off;
150 unsigned int bus_shift;
152 struct platform_device *pdev;
153 struct tmio_mmc_data *pdata;
156 bool dma_on;
157 struct dma_chan *chan_rx;
181 int (*clk_enable)(struct tmio_mmc_host *host); argument
182 void (*set_clock)(struct tmio_mmc_host *host, unsigned int clock); argument
185 void (*clk_disable)(struct tmio_mmc_host *host); argument
188 int (*write16_hook)(struct tmio_mmc_host *host, int addr); argument
189 void (*reset)(struct tmio_mmc_host *host, bool preserve); argument
190 bool (*check_retune)(struct tmio_mmc_host *host, struct mmc_request *mrq); argument
191 void (*fixup_request)(struct tmio_mmc_host *host, struct mmc_request *mrq); argument
192 unsigned int (*get_timeout_cycles)(struct tmio_mmc_host *host); argument
197 struct tmio_mmc_host *tmio_mmc_host_alloc(struct platform_device *pdev, argument