Home
last modified time | relevance | path

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

/arch/mips/alchemy/devboards/
Ddb1200.c336 void(*mmc_cd)(struct mmc_host *, unsigned long); in db1200_mmc_cd() local
347 mmc_cd = symbol_get(mmc_detect_change); in db1200_mmc_cd()
348 if (mmc_cd) { in db1200_mmc_cd()
349 mmc_cd(ptr, msecs_to_jiffies(500)); in db1200_mmc_cd()
423 void(*mmc_cd)(struct mmc_host *, unsigned long); in pb1200_mmc1_cd() local
434 mmc_cd = symbol_get(mmc_detect_change); in pb1200_mmc1_cd()
435 if (mmc_cd) { in pb1200_mmc1_cd()
436 mmc_cd(ptr, msecs_to_jiffies(500)); in pb1200_mmc1_cd()
Ddb1000.c191 void (*mmc_cd)(struct mmc_host *, unsigned long); in db1100_mmc_cd() local
193 mmc_cd = symbol_get(mmc_detect_change); in db1100_mmc_cd()
194 mmc_cd(ptr, msecs_to_jiffies(500)); in db1100_mmc_cd()
Ddb1300.c425 void(*mmc_cd)(struct mmc_host *, unsigned long); in db1300_mmc_cd() local
439 mmc_cd = symbol_get(mmc_detect_change); in db1300_mmc_cd()
440 mmc_cd(ptr, msecs_to_jiffies(500)); in db1300_mmc_cd()
/arch/arm/mach-pxa/
Dem-x270.c78 static int mmc_cd; variable
561 err = request_irq(gpio_to_irq(mmc_cd), em_x270_detect_int, in em_x270_mci_init()
591 free_irq(gpio_to_irq(mmc_cd), data); in em_x270_mci_init()
614 free_irq(gpio_to_irq(mmc_cd), data); in em_x270_mci_exit()
1247 mmc_cd = GPIO13_MMC_CD; in em_x270_module_init()
1258 mmc_cd = GPIO114_MMC_CD; in em_x270_exeda_init()