Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Ds3cmci.h28 int irq_cd; member
Ds3cmci.c1439 seq_printf(seq, "CD IRQ = %d\n", host->irq_cd); in s3cmci_state_show()
1656 host->irq_cd = gpio_to_irq(host->pdata->gpio_detect); in s3cmci_probe()
1658 if (host->irq_cd >= 0) { in s3cmci_probe()
1659 if (request_irq(host->irq_cd, s3cmci_irq_cd, in s3cmci_probe()
1674 host->irq_cd = -1; in s3cmci_probe()
1742 host->base, host->irq, host->irq_cd, host->dma); in s3cmci_probe()
1787 if (host->irq_cd >= 0) in s3cmci_probe()
1788 free_irq(host->irq_cd, host); in s3cmci_probe()
1815 if (host->irq_cd >= 0) in s3cmci_shutdown()
1816 free_irq(host->irq_cd, host); in s3cmci_shutdown()
Dusdhi6rol0.c1701 int irq_cd, irq_sd, irq_sdio; in usdhi6_probe() local
1708 irq_cd = platform_get_irq_byname(pdev, "card detect"); in usdhi6_probe()
1757 if (irq_cd >= 0) { in usdhi6_probe()
1758 ret = devm_request_irq(dev, irq_cd, usdhi6_cd, 0, in usdhi6_probe()