Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-twl4030.c261 value |= pdata->mmc_cd & 0x03; in twl_request()
429 static int gpio_twl4030_debounce(u32 debounce, u8 mmc_cd) in gpio_twl4030_debounce() argument
436 message[0] = (debounce & 0xff) | (mmc_cd & 0x03); in gpio_twl4030_debounce()
466 (u32 *)&omap_twl_info->mmc_cd); in of_gpio_twl4030()
535 ret = gpio_twl4030_debounce(pdata->debounce, pdata->mmc_cd); in gpio_twl4030_probe()
538 pdata->debounce, pdata->mmc_cd, ret); in gpio_twl4030_probe()
/linux-4.4.14/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.c178 void (*mmc_cd)(struct mmc_host *, unsigned long); in db1100_mmc_cd() local
180 mmc_cd = symbol_get(mmc_detect_change); in db1100_mmc_cd()
181 mmc_cd(ptr, msecs_to_jiffies(500)); in db1100_mmc_cd()
Ddb1300.c452 void(*mmc_cd)(struct mmc_host *, unsigned long); in db1300_mmc_cd() local
466 mmc_cd = symbol_get(mmc_detect_change); in db1300_mmc_cd()
467 mmc_cd(ptr, msecs_to_jiffies(500)); in db1300_mmc_cd()
/linux-4.4.14/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()
/linux-4.4.14/include/linux/i2c/
Dtwl.h592 u8 mmc_cd; member