Home
last modified time | relevance | path

Searched refs:mmc_gpiod_request_cd_irq (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/mmc/
H A Dslot-gpio.h27 void mmc_gpiod_request_cd_irq(struct mmc_host *host);
/linux/drivers/mmc/core/
H A Dslot-gpio.c105 void mmc_gpiod_request_cd_irq(struct mmc_host *host) in mmc_gpiod_request_cd_irq() function
139 EXPORT_SYMBOL(mmc_gpiod_request_cd_irq);
H A Dcore.c2329 mmc_gpiod_request_cd_irq(host); in mmc_start_host()