Lines Matching refs:dw_mci
219 extern int dw_mci_probe(struct dw_mci *host);
220 extern void dw_mci_remove(struct dw_mci *host);
222 extern int dw_mci_suspend(struct dw_mci *host);
223 extern int dw_mci_resume(struct dw_mci *host);
246 struct dw_mci *host;
282 int (*init)(struct dw_mci *host);
283 int (*setup_clock)(struct dw_mci *host);
284 void (*prepare_command)(struct dw_mci *host, u32 *cmdr);
285 void (*set_ios)(struct dw_mci *host, struct mmc_ios *ios);
286 int (*parse_dt)(struct dw_mci *host);
288 int (*prepare_hs400_tuning)(struct dw_mci *host,