Searched refs:cd_irq (Results 1 - 15 of 15) sorted by relevance
/linux-4.1.27/arch/mips/alchemy/devboards/ |
H A D | platform.h | 13 int cd_irq,
|
H A D | platform.c | 90 int cd_irq, db1x_register_pcmcia_socket() 132 sr[3].start = sr[3].end = cd_irq; db1x_register_pcmcia_socket() 83 db1x_register_pcmcia_socket(phys_addr_t pcmcia_attr_start, phys_addr_t pcmcia_attr_end, phys_addr_t pcmcia_mem_start, phys_addr_t pcmcia_mem_end, phys_addr_t pcmcia_io_start, phys_addr_t pcmcia_io_end, int card_irq, int cd_irq, int stschg_irq, int eject_irq, int id) db1x_register_pcmcia_socket() argument
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | sdhci-pci.h | 68 int cd_irq; member in struct:sdhci_pci_slot
|
H A D | sdhci-pci.c | 153 slot->cd_irq = -EINVAL; sdhci_pci_add_own_cd() 176 slot->cd_irq = irq; sdhci_pci_add_own_cd() 188 if (slot->cd_irq >= 0) sdhci_pci_remove_own_cd() 189 free_irq(slot->cd_irq, slot); sdhci_pci_remove_own_cd()
|
H A D | tmio_mmc_pio.c | 1130 mmc->slot.cd_irq >= 0); tmio_mmc_host_probe()
|
/linux-4.1.27/arch/arm/include/asm/hardware/ |
H A D | scoop.h | 55 int cd_irq; member in struct:scoop_pcmcia_dev
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | slot-gpio.c | 55 host->slot.cd_irq = -EINVAL; mmc_gpio_alloc() 126 if (host->slot.cd_irq >= 0 || !ctx || !ctx->cd_gpio) mmc_gpiod_request_cd_irq() 150 host->slot.cd_irq = irq; mmc_gpiod_request_cd_irq()
|
H A D | core.c | 1781 bool cd_irq) _mmc_detect_change() 1794 if (cd_irq && !(host->caps & MMC_CAP_NEEDS_POLL) && _mmc_detect_change() 2540 if (host->slot.cd_irq >= 0) mmc_stop_host() 2541 disable_irq(host->slot.cd_irq); mmc_stop_host() 1780 _mmc_detect_change(struct mmc_host *host, unsigned long delay, bool cd_irq) _mmc_detect_change() argument
|
/linux-4.1.27/drivers/pcmcia/ |
H A D | pxa2xx_sharpsl.c | 49 if (SCOOP_DEV[skt->nr].cd_irq >= 0) { sharpsl_pcmcia_hw_init() 50 skt->stat[SOC_STAT_CD].irq = SCOOP_DEV[skt->nr].cd_irq; sharpsl_pcmcia_hw_init()
|
/linux-4.1.27/arch/arm/mach-pxa/ |
H A D | tosa.c | 229 .cd_irq = TOSA_IRQ_GPIO_CF_CD, 234 .cd_irq = -1,
|
H A D | poodle.c | 149 .cd_irq = POODLE_IRQ_GPIO_CF_CD,
|
H A D | spitz.c | 256 .cd_irq = SPITZ_IRQ_GPIO_CF_CD, 261 .cd_irq = -1,
|
H A D | corgi.c | 180 .cd_irq = CORGI_IRQ_GPIO_CF_CD,
|
/linux-4.1.27/include/linux/mmc/ |
H A D | host.h | 162 * @cd_irq: MMC/SD-card slot hotplug detection IRQ or -EINVAL 171 int cd_irq; member in struct:mmc_slot
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
H A D | collie.c | 80 .cd_irq = COLLIE_IRQ_GPIO_CF_CD,
|
Completed in 400 milliseconds