Searched defs:dw_mci_drv_data (Results 1 – 1 of 1) sorted by relevance
602 struct dw_mci_drv_data { struct603 unsigned long *caps;604 u32 num_caps;605 u32 common_caps;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);609 int (*execute_tuning)(struct dw_mci_slot *slot, u32 opcode);610 int (*prepare_hs400_tuning)(struct dw_mci *host,612 int (*switch_voltage)(struct mmc_host *mmc,[all …]