Home
last modified time | relevance | path

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

/arch/mips/alchemy/devboards/
Ddb1200.c352 void(*mmc_cd)(struct mmc_host *, unsigned long); in db1200_mmc_cd() local
363 mmc_cd = symbol_get(mmc_detect_change); in db1200_mmc_cd()
364 if (mmc_cd) { in db1200_mmc_cd()
365 mmc_cd(ptr, msecs_to_jiffies(500)); in db1200_mmc_cd()
439 void(*mmc_cd)(struct mmc_host *, unsigned long); in pb1200_mmc1_cd() local
450 mmc_cd = symbol_get(mmc_detect_change); in pb1200_mmc1_cd()
451 if (mmc_cd) { in pb1200_mmc1_cd()
452 mmc_cd(ptr, msecs_to_jiffies(500)); in pb1200_mmc1_cd()
Ddb1000.c177 void (*mmc_cd)(struct mmc_host *, unsigned long); in db1100_mmc_cd() local
179 mmc_cd = symbol_get(mmc_detect_change); in db1100_mmc_cd()
180 mmc_cd(ptr, msecs_to_jiffies(500)); in db1100_mmc_cd()
Ddb1300.c451 void(*mmc_cd)(struct mmc_host *, unsigned long); in db1300_mmc_cd() local
465 mmc_cd = symbol_get(mmc_detect_change); in db1300_mmc_cd()
466 mmc_cd(ptr, msecs_to_jiffies(500)); in db1300_mmc_cd()
/arch/arm/mach-pxa/
Dem-x270.c78 static int mmc_cd; variable
566 err = request_irq(gpio_to_irq(mmc_cd), em_x270_detect_int, in em_x270_mci_init()
595 free_irq(gpio_to_irq(mmc_cd), data); in em_x270_mci_init()
619 free_irq(gpio_to_irq(mmc_cd), data); in em_x270_mci_exit()
1257 mmc_cd = GPIO13_MMC_CD; in em_x270_module_init()
1268 mmc_cd = GPIO114_MMC_CD; in em_x270_exeda_init()