Searched defs:mmc_host_ops (Results 1 – 1 of 1) sorted by relevance
81 struct mmc_host_ops { struct90 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);[all …]