Searched refs:mmc_cd (Results 1 – 4 of 4) sorted by relevance
/arch/mips/alchemy/devboards/ |
D | db1200.c | 352 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()
|
D | db1000.c | 177 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()
|
D | db1300.c | 451 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/ |
D | em-x270.c | 78 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()
|