Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mmc/
H A Dslot-gpio.h28 void mmc_gpiod_request_cd_irq(struct mmc_host *host);
/openbmc/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.c2293 mmc_gpiod_request_cd_irq(host); in mmc_start_host()
/openbmc/linux/drivers/mmc/host/
H A Dmmc_spi.c1284 mmc_gpiod_request_cd_irq(mmc); in mmc_spi_probe()