Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/alchemy/devboards/
A Ddb1200.c343 void (*mmc_cd)(struct mmc_host *, unsigned long); in db1200_mmc_cdfn() local
346 mmc_cd = symbol_get(mmc_detect_change); in db1200_mmc_cdfn()
347 if (mmc_cd) { in db1200_mmc_cdfn()
348 mmc_cd(ptr, msecs_to_jiffies(200)); in db1200_mmc_cdfn()
434 void (*mmc_cd)(struct mmc_host *, unsigned long); in pb1200_mmc1_cdfn() local
437 mmc_cd = symbol_get(mmc_detect_change); in pb1200_mmc1_cdfn()
438 if (mmc_cd) { in pb1200_mmc1_cdfn()
439 mmc_cd(ptr, msecs_to_jiffies(200)); in pb1200_mmc1_cdfn()
A Ddb1000.c170 void (*mmc_cd)(struct mmc_host *, unsigned long); in db1100_mmc_cd() local
172 mmc_cd = symbol_get(mmc_detect_change); in db1100_mmc_cd()
173 mmc_cd(ptr, msecs_to_jiffies(500)); in db1100_mmc_cd()
A Ddb1300.c462 void (*mmc_cd)(struct mmc_host *, unsigned long); in db1300_mmc_cdfn() local
467 mmc_cd = symbol_get(mmc_detect_change); in db1300_mmc_cdfn()
468 mmc_cd(ptr, msecs_to_jiffies(200)); in db1300_mmc_cdfn()
/linux-6.3-rc2/drivers/gpio/
A Dgpio-twl4030.c260 value |= pdata->mmc_cd & 0x03; in twl_request()
451 static int gpio_twl4030_debounce(u32 debounce, u8 mmc_cd) in gpio_twl4030_debounce() argument
458 message[0] = (debounce & 0xff) | (mmc_cd & 0x03); in gpio_twl4030_debounce()
486 (u32 *)&omap_twl_info->mmc_cd); in of_gpio_twl4030()
568 ret = gpio_twl4030_debounce(pdata->debounce, pdata->mmc_cd); in gpio_twl4030_probe()
571 pdata->debounce, pdata->mmc_cd, ret); in gpio_twl4030_probe()
/linux-6.3-rc2/include/linux/mfd/
A Dtwl.h584 u8 mmc_cd; member
/linux-6.3-rc2/drivers/pinctrl/renesas/
A Dpfc-r8a779f0.c1320 SH_PFC_PIN_GROUP(mmc_cd),
A Dpfc-r8a77980.c2098 SH_PFC_PIN_GROUP(mmc_cd),
A Dpfc-r8a779a0.c2707 SH_PFC_PIN_GROUP(mmc_cd),
A Dpfc-r8a779g0.c2535 SH_PFC_PIN_GROUP(mmc_cd),

Completed in 48 milliseconds