Home
last modified time | relevance | path

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

/include/linux/mmc/
Dhost.h118 struct mmc_host_ops { struct
127 void (*post_req)(struct mmc_host *host, struct mmc_request *req,
129 void (*pre_req)(struct mmc_host *host, struct mmc_request *req);
130 void (*request)(struct mmc_host *host, struct mmc_request *req);
132 int (*request_atomic)(struct mmc_host *host,
149 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
158 int (*get_ro)(struct mmc_host *host);
167 int (*get_cd)(struct mmc_host *host);
169 void (*enable_sdio_irq)(struct mmc_host *host, int enable);
171 void (*ack_sdio_irq)(struct mmc_host *host);
[all …]