Searched refs:mmc_host (Results 1 – 7 of 7) sorted by relevance
/include/linux/mmc/ |
D | slot-gpio.h | 14 struct mmc_host; 16 int mmc_gpio_get_ro(struct mmc_host *host); 17 int mmc_gpio_get_cd(struct mmc_host *host); 18 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, 21 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id, 24 void mmc_gpio_set_cd_isr(struct mmc_host *host, 26 int mmc_gpio_set_cd_wake(struct mmc_host *host, bool on); 27 void mmc_gpiod_request_cd_irq(struct mmc_host *host); 28 bool mmc_can_gpio_cd(struct mmc_host *host); 29 bool mmc_can_gpio_ro(struct mmc_host *host);
|
D | host.h | 80 struct mmc_host; 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); 110 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios); 119 int (*get_ro)(struct mmc_host *host); 128 int (*get_cd)(struct mmc_host *host); 130 void (*enable_sdio_irq)(struct mmc_host *host, int enable); 132 void (*ack_sdio_irq)(struct mmc_host *host); 135 void (*init_card)(struct mmc_host *host, struct mmc_card *card); [all …]
|
D | core.h | 146 struct mmc_host; 162 struct mmc_host *host; 172 void mmc_wait_for_req(struct mmc_host *host, struct mmc_request *mrq); 173 int mmc_wait_for_cmd(struct mmc_host *host, struct mmc_command *cmd, 176 int mmc_hw_reset(struct mmc_host *host); 177 int mmc_sw_reset(struct mmc_host *host);
|
D | card.h | 209 struct mmc_host; 244 struct mmc_host *host; /* the host this device belongs to */
|
/include/linux/platform_data/ |
D | mmc-pxamci.h | 9 struct mmc_host;
|
/include/linux/spi/ |
D | mmc_spi.h | 9 struct mmc_host;
|
/include/trace/events/ |
D | mmc.h | 15 TP_PROTO(struct mmc_host *host, struct mmc_request *mrq), 98 TP_PROTO(struct mmc_host *host, struct mmc_request *mrq),
|