Lines Matching refs:dw_mci
60 * struct dw_mci - MMC controller state shared between all slots
160 struct dw_mci {
227 void (*push_data)(struct dw_mci *host, void *buf, int cnt);
228 void (*pull_data)(struct dw_mci *host, void *buf, int cnt);
250 int (*init)(struct dw_mci *host);
251 int (*start)(struct dw_mci *host, unsigned int sg_len);
253 void (*stop)(struct dw_mci *host);
254 void (*cleanup)(struct dw_mci *host);
255 void (*exit)(struct dw_mci *host);
539 extern int dw_mci_probe(struct dw_mci *host);
540 extern void dw_mci_remove(struct dw_mci *host);
554 * &struct dw_mci.
564 struct dw_mci *host;
585 * dw_mci driver data - dw-mshc implementation specific driver data.
606 int (*init)(struct dw_mci *host);
607 void (*set_ios)(struct dw_mci *host, struct mmc_ios *ios);
608 int (*parse_dt)(struct dw_mci *host);
610 int (*prepare_hs400_tuning)(struct dw_mci *host,
614 void (*set_data_timeout)(struct dw_mci *host,
616 u32 (*get_drto_clks)(struct dw_mci *host);
617 void (*hw_reset)(struct dw_mci *host);