Lines Matching refs:mmc_host
37 struct mmc_host *host = dev_id; in mmc_gpio_cd_irqt()
46 int mmc_gpio_alloc(struct mmc_host *host) in mmc_gpio_alloc()
64 int mmc_gpio_get_ro(struct mmc_host *host) in mmc_gpio_get_ro()
79 int mmc_gpio_get_cd(struct mmc_host *host) in mmc_gpio_get_cd()
111 int mmc_gpio_request_ro(struct mmc_host *host, unsigned int gpio) in mmc_gpio_request_ro()
131 void mmc_gpiod_request_cd_irq(struct mmc_host *host) in mmc_gpiod_request_cd_irq()
165 int mmc_gpio_set_cd_wake(struct mmc_host *host, bool on) in mmc_gpio_set_cd_wake()
189 void mmc_gpio_set_cd_isr(struct mmc_host *host, in mmc_gpio_set_cd_isr()
214 int mmc_gpio_request_cd(struct mmc_host *host, unsigned int gpio, in mmc_gpio_request_cd()
259 int mmc_gpiod_request_cd(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_cd()
287 bool mmc_can_gpio_cd(struct mmc_host *host) in mmc_can_gpio_cd()
310 int mmc_gpiod_request_ro(struct mmc_host *host, const char *con_id, in mmc_gpiod_request_ro()
338 bool mmc_can_gpio_ro(struct mmc_host *host) in mmc_can_gpio_ro()