Home
last modified time | relevance | path

Searched defs:mmc_host_ops (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/mmc/
Dhost.h82 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);
[all …]
/linux-4.4.14/drivers/mmc/host/
Dsdhci.h428 struct mmc_host_ops mmc_host_ops; /* MMC host ops */ member