Searched refs:card_detect_irq (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dmmc.h140 int card_detect_irq; member in struct:omap_mmc_platform_data::omap_mmc_slot_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Djz4740_mmc.c120 int card_detect_irq; member in struct:jz4740_mmc_host
769 host->card_detect_irq = gpio_to_irq(pdata->gpio_card_detect);
770 if (host->card_detect_irq < 0) {
775 return request_irq(host->card_detect_irq, jz4740_mmc_card_detect_irq,
922 if (host->card_detect_irq >= 0)
923 free_irq(host->card_detect_irq, host);
952 if (host->card_detect_irq >= 0)
953 free_irq(host->card_detect_irq, host);
H A Domap_hsmmc.c216 disable_irq(mmc->slots[0].card_detect_irq);
224 enable_irq(mmc->slots[0].card_detect_irq);
463 pdata->slots[0].card_detect_irq =
2180 if ((mmc_slot(host).card_detect_irq)) {
2181 ret = request_irq(mmc_slot(host).card_detect_irq,
2206 if (mmc_slot(host).card_detect_irq && mmc_slot(host).get_cover_state) {
2219 free_irq(mmc_slot(host).card_detect_irq, host);
2261 if (mmc_slot(host).card_detect_irq)
2262 free_irq(mmc_slot(host).card_detect_irq, host);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dboard-omap4panda.c85 pdata->slots[0].card_detect_irq = TWL6030_IRQ_BASE +
H A Dboard-4430sdp.c231 pdata->slots[0].card_detect_irq = TWL6030_IRQ_BASE +

Completed in 58 milliseconds