Home
last modified time | relevance | path

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

/drivers/mmc/core/
Dslot-gpio.c57 host->slot.cd_irq = -EINVAL; in mmc_gpio_alloc()
98 if (host->slot.cd_irq >= 0 || !ctx || !ctx->cd_gpio) in mmc_gpiod_request_cd_irq()
119 host->slot.cd_irq = irq; in mmc_gpiod_request_cd_irq()
131 host->slot.cd_irq < 0 || in mmc_gpio_set_cd_wake()
136 ret = enable_irq_wake(host->slot.cd_irq); in mmc_gpio_set_cd_wake()
139 disable_irq_wake(host->slot.cd_irq); in mmc_gpio_set_cd_wake()
Dcore.h77 bool cd_irq);
Dcore.c1420 void _mmc_detect_change(struct mmc_host *host, unsigned long delay, bool cd_irq) in _mmc_detect_change() argument
1427 if (cd_irq && !(host->caps & MMC_CAP_NEEDS_POLL)) in _mmc_detect_change()
2301 if (host->slot.cd_irq >= 0) { in __mmc_stop_host()
2303 disable_irq(host->slot.cd_irq); in __mmc_stop_host()
/drivers/pcmcia/
Dpxa2xx_sharpsl.c44 if (SCOOP_DEV[skt->nr].cd_irq >= 0) { in sharpsl_pcmcia_hw_init()
45 skt->stat[SOC_STAT_CD].irq = SCOOP_DEV[skt->nr].cd_irq; in sharpsl_pcmcia_hw_init()