Lines Matching defs:mmc_host_ops
81 struct mmc_host_ops { struct
90 void (*post_req)(struct mmc_host *host, struct mmc_request *req,
92 void (*pre_req)(struct mmc_host *host, struct mmc_request *req,
94 void (*request)(struct mmc_host *host, struct mmc_request *req);
115 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
116 int (*get_ro)(struct mmc_host *host);
117 int (*get_cd)(struct mmc_host *host);
119 void (*enable_sdio_irq)(struct mmc_host *host, int enable);
122 void (*init_card)(struct mmc_host *host, struct mmc_card *card);
124 int (*start_signal_voltage_switch)(struct mmc_host *host, struct mmc_ios *ios);
127 int (*card_busy)(struct mmc_host *host);
130 int (*execute_tuning)(struct mmc_host *host, u32 opcode);
133 int (*prepare_hs400_tuning)(struct mmc_host *host, struct mmc_ios *ios);
134 int (*select_drive_strength)(unsigned int max_dtr, int host_drv, int card_drv);
135 void (*hw_reset)(struct mmc_host *host);
136 void (*card_event)(struct mmc_host *host);
142 int (*multi_io_quirk)(struct mmc_card *card,