Lines Matching defs:mmc_host_ops
161 struct mmc_host_ops { struct
170 void (*post_req)(struct mmc_host *host, struct mmc_request *req,
172 void (*pre_req)(struct mmc_host *host, struct mmc_request *req);
173 void (*request)(struct mmc_host *host, struct mmc_request *req);
175 int (*request_atomic)(struct mmc_host *host,
192 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
201 int (*get_ro)(struct mmc_host *host);
210 int (*get_cd)(struct mmc_host *host);
212 void (*enable_sdio_irq)(struct mmc_host *host, int enable);
214 void (*ack_sdio_irq)(struct mmc_host *host);
217 void (*init_card)(struct mmc_host *host, struct mmc_card *card);
219 int (*start_signal_voltage_switch)(struct mmc_host *host, struct mmc_ios *ios);
222 int (*card_busy)(struct mmc_host *host);
225 int (*execute_tuning)(struct mmc_host *host, u32 opcode);
228 int (*prepare_hs400_tuning)(struct mmc_host *host, struct mmc_ios *ios);
231 int (*execute_hs400_tuning)(struct mmc_host *host, struct mmc_card *card);
234 int (*prepare_sd_hs_tuning)(struct mmc_host *host, struct mmc_card *card);
237 int (*execute_sd_hs_tuning)(struct mmc_host *host, struct mmc_card *card);
240 int (*hs400_prepare_ddr)(struct mmc_host *host);
243 void (*hs400_downgrade)(struct mmc_host *host);
246 void (*hs400_complete)(struct mmc_host *host);
249 void (*hs400_enhanced_strobe)(struct mmc_host *host,
251 int (*select_drive_strength)(struct mmc_card *card,
255 void (*card_hw_reset)(struct mmc_host *host);
256 void (*card_event)(struct mmc_host *host);
262 int (*multi_io_quirk)(struct mmc_card *card,
266 int (*init_sd_express)(struct mmc_host *host, struct mmc_ios *ios);
274 int (*uhs2_control)(struct mmc_host *host, enum sd_uhs2_operation op);