Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/mmc/
Dhost.h115 struct mmc_host_ops { struct
124 void (*post_req)(struct mmc_host *host, struct mmc_request *req,
126 void (*pre_req)(struct mmc_host *host, struct mmc_request *req);
127 void (*request)(struct mmc_host *host, struct mmc_request *req);
129 int (*request_atomic)(struct mmc_host *host,
146 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
155 int (*get_ro)(struct mmc_host *host);
164 int (*get_cd)(struct mmc_host *host);
166 void (*enable_sdio_irq)(struct mmc_host *host, int enable);
168 void (*ack_sdio_irq)(struct mmc_host *host);
[all …]
/kernel/linux/linux-5.10/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);
94 void (*request)(struct mmc_host *host, struct mmc_request *req);
96 int (*request_atomic)(struct mmc_host *host,
113 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
122 int (*get_ro)(struct mmc_host *host);
131 int (*get_cd)(struct mmc_host *host);
133 void (*enable_sdio_irq)(struct mmc_host *host, int enable);
135 void (*ack_sdio_irq)(struct mmc_host *host);
[all …]
/kernel/linux/linux-6.6/drivers/mmc/host/
Dsdhci.h500 struct mmc_host_ops mmc_host_ops; /* MMC host ops */ member
/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci.h490 struct mmc_host_ops mmc_host_ops; /* MMC host ops */ member