Lines Matching refs:dw_mci
228 extern int dw_mci_probe(struct dw_mci *host);
229 extern void dw_mci_remove(struct dw_mci *host);
231 extern int dw_mci_suspend(struct dw_mci *host);
232 extern int dw_mci_resume(struct dw_mci *host);
254 struct dw_mci *host;
288 int (*init)(struct dw_mci *host);
289 int (*setup_clock)(struct dw_mci *host);
290 void (*prepare_command)(struct dw_mci *host, u32 *cmdr);
291 void (*set_ios)(struct dw_mci *host, struct mmc_ios *ios);
292 int (*parse_dt)(struct dw_mci *host);
294 int (*prepare_hs400_tuning)(struct dw_mci *host,