Lines Matching defs:mmc_host_ops
82 struct mmc_host_ops { struct
91 void (*post_req)(struct mmc_host *host, struct mmc_request *req,
93 void (*pre_req)(struct mmc_host *host, struct mmc_request *req,
95 void (*request)(struct mmc_host *host, struct mmc_request *req);
116 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
117 int (*get_ro)(struct mmc_host *host);
118 int (*get_cd)(struct mmc_host *host);
120 void (*enable_sdio_irq)(struct mmc_host *host, int enable);
123 void (*init_card)(struct mmc_host *host, struct mmc_card *card);
125 int (*start_signal_voltage_switch)(struct mmc_host *host, struct mmc_ios *ios);
128 int (*card_busy)(struct mmc_host *host);
131 int (*execute_tuning)(struct mmc_host *host, u32 opcode);
134 int (*prepare_hs400_tuning)(struct mmc_host *host, struct mmc_ios *ios);
135 int (*select_drive_strength)(struct mmc_card *card,
138 void (*hw_reset)(struct mmc_host *host);
139 void (*card_event)(struct mmc_host *host);
145 int (*multi_io_quirk)(struct mmc_card *card,