Searched refs:mmc_cd (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/gpio/ |
D | gpio-twl4030.c | 256 value |= pdata->mmc_cd & 0x03; in twl_request() 424 static int gpio_twl4030_debounce(u32 debounce, u8 mmc_cd) in gpio_twl4030_debounce() argument 431 message[0] = (debounce & 0xff) | (mmc_cd & 0x03); in gpio_twl4030_debounce() 461 (u32 *)&omap_twl_info->mmc_cd); in of_gpio_twl4030() 531 ret = gpio_twl4030_debounce(pdata->debounce, pdata->mmc_cd); in gpio_twl4030_probe() 534 pdata->debounce, pdata->mmc_cd, ret); in gpio_twl4030_probe()
|
/Linux-v4.19/arch/mips/alchemy/devboards/ |
D | db1200.c | 358 void (*mmc_cd)(struct mmc_host *, unsigned long); in db1200_mmc_cdfn() local 361 mmc_cd = symbol_get(mmc_detect_change); in db1200_mmc_cdfn() 362 if (mmc_cd) { in db1200_mmc_cdfn() 363 mmc_cd(ptr, msecs_to_jiffies(200)); in db1200_mmc_cdfn() 449 void (*mmc_cd)(struct mmc_host *, unsigned long); in pb1200_mmc1_cdfn() local 452 mmc_cd = symbol_get(mmc_detect_change); in pb1200_mmc1_cdfn() 453 if (mmc_cd) { in pb1200_mmc1_cdfn() 454 mmc_cd(ptr, msecs_to_jiffies(200)); in pb1200_mmc1_cdfn()
|
D | db1000.c | 179 void (*mmc_cd)(struct mmc_host *, unsigned long); in db1100_mmc_cd() local 181 mmc_cd = symbol_get(mmc_detect_change); in db1100_mmc_cd() 182 mmc_cd(ptr, msecs_to_jiffies(500)); in db1100_mmc_cd()
|
D | db1300.c | 460 void (*mmc_cd)(struct mmc_host *, unsigned long); in db1300_mmc_cdfn() local 465 mmc_cd = symbol_get(mmc_detect_change); in db1300_mmc_cdfn() 466 mmc_cd(ptr, msecs_to_jiffies(200)); in db1300_mmc_cdfn()
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | em-x270.c | 77 static int mmc_cd; variable 564 err = request_irq(gpio_to_irq(mmc_cd), em_x270_detect_int, in em_x270_mci_init() 593 free_irq(gpio_to_irq(mmc_cd), data); in em_x270_mci_init() 617 free_irq(gpio_to_irq(mmc_cd), data); in em_x270_mci_exit() 1225 mmc_cd = GPIO13_MMC_CD; in em_x270_module_init() 1236 mmc_cd = GPIO114_MMC_CD; in em_x270_exeda_init()
|
/Linux-v4.19/include/linux/mfd/ |
D | twl.h | 592 u8 mmc_cd; member
|
/Linux-v4.19/drivers/pinctrl/sh-pfc/ |
D | pfc-r8a77970.c | 1726 SH_PFC_PIN_GROUP(mmc_cd),
|
D | pfc-r8a77980.c | 2058 SH_PFC_PIN_GROUP(mmc_cd),
|