Searched refs:card_detect_irq (Results 1 – 4 of 4) sorted by relevance
121 int card_detect_irq; member770 host->card_detect_irq = gpio_to_irq(pdata->gpio_card_detect); in jz4740_mmc_request_cd_irq()771 if (host->card_detect_irq < 0) { in jz4740_mmc_request_cd_irq()776 return request_irq(host->card_detect_irq, jz4740_mmc_card_detect_irq, in jz4740_mmc_request_cd_irq()922 if (host->card_detect_irq >= 0) in jz4740_mmc_probe()923 free_irq(host->card_detect_irq, host); in jz4740_mmc_probe()952 if (host->card_detect_irq >= 0) in jz4740_mmc_remove()953 free_irq(host->card_detect_irq, host); in jz4740_mmc_remove()
223 disable_irq(mmc->slots[0].card_detect_irq); in omap_hsmmc_suspend_cdirq()231 enable_irq(mmc->slots[0].card_detect_irq); in omap_hsmmc_resume_cdirq()510 pdata->slots[0].card_detect_irq = in omap_hsmmc_gpio_init()2033 if ((mmc_slot(host).card_detect_irq)) { in omap_hsmmc_probe()2034 ret = request_threaded_irq(mmc_slot(host).card_detect_irq, in omap_hsmmc_probe()2059 if (mmc_slot(host).card_detect_irq && mmc_slot(host).get_cover_state) { in omap_hsmmc_probe()2074 free_irq(mmc_slot(host).card_detect_irq, host); in omap_hsmmc_probe()2115 if (mmc_slot(host).card_detect_irq) in omap_hsmmc_remove()2116 free_irq(mmc_slot(host).card_detect_irq, host); in omap_hsmmc_remove()
164 int card_detect_irq; member
470 pdata->slots[0].card_detect_irq = TWL6030_IRQ_BASE + in omap4_twl6030_hsmmc_late_init()