Lines Matching refs:mmc_host
17 struct mmc_host;
19 int mmc_gpio_get_ro(struct mmc_host *host);
20 int mmc_gpio_request_ro(struct mmc_host *host, unsigned int gpio);
22 int mmc_gpio_get_cd(struct mmc_host *host);
23 int mmc_gpio_request_cd(struct mmc_host *host, unsigned int gpio,
26 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id,
29 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id,
32 void mmc_gpio_set_cd_isr(struct mmc_host *host,
34 int mmc_gpio_set_cd_wake(struct mmc_host *host, bool on);
35 void mmc_gpiod_request_cd_irq(struct mmc_host *host);
36 bool mmc_can_gpio_cd(struct mmc_host *host);
37 bool mmc_can_gpio_ro(struct mmc_host *host);