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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dtwl4030-gpio.c259 value |= pdata->mmc_cd & 0x03;
376 static int __devinit gpio_twl4030_debounce(u32 debounce, u8 mmc_cd) argument
383 message[1] = (debounce & 0xff) | (mmc_cd & 0x03);
427 ret = gpio_twl4030_debounce(pdata->debounce, pdata->mmc_cd);
430 pdata->debounce, pdata->mmc_cd,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/devboards/db1200/
H A Dplatform.c248 void(*mmc_cd)(struct mmc_host *, unsigned long);
259 mmc_cd = symbol_get(mmc_detect_change);
260 if (mmc_cd) {
261 mmc_cd(ptr, msecs_to_jiffies(500));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dem-x270.c78 static int mmc_cd; variable
561 err = request_irq(gpio_to_irq(mmc_cd), em_x270_detect_int,
591 free_irq(gpio_to_irq(mmc_cd), data);
614 free_irq(gpio_to_irq(mmc_cd), data);
1248 mmc_cd = GPIO13_MMC_CD;
1259 mmc_cd = GPIO114_MMC_CD;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/i2c/
H A Dtwl.h475 /* gpio-n should control VMMC(n+1) if BIT(n) in mmc_cd is set */
476 u8 mmc_cd; member in struct:twl4030_gpio_platform_data

Completed in 90 milliseconds