Searched refs:gpio_detect (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/include/plat/
H A Dmci.h11 * @gpio_detect: GPIO number for the card detect line.
16 * The @gpio_detect is used for card detection when @no_wprotect is unset,
36 unsigned int gpio_detect; member in struct:s3c24xx_mci_pdata
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Delectra_cf.c57 int gpio_detect; member in struct:electra_cf_socket
71 return !(gpio & (1 << cf->gpio_detect));
255 cf->gpio_detect = *prop;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2440/
H A Dmach-at2440evb.c169 .gpio_detect = S3C2410_GPG(10),
H A Dmach-mini2440.c238 .gpio_detect = S3C2410_GPG(8),
H A Dmach-rx1950.c326 .gpio_detect = S3C2410_GPF(5),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2410/
H A Dmach-h1940.c203 .gpio_detect = S3C2410_GPF(5),
H A Dmach-n30.c370 .gpio_detect = S3C2410_GPF(1),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Ds3cmci.c1185 ret = gpio_get_value(pdata->gpio_detect) ? 0 : 1;
1652 ret = gpio_request(host->pdata->gpio_detect, "s3cmci detect");
1658 host->irq_cd = gpio_to_irq(host->pdata->gpio_detect);
1673 gpio_direction_input(host->pdata->gpio_detect);
1787 gpio_free(host->pdata->gpio_detect);
1849 gpio_free(pd->gpio_detect);

Completed in 77 milliseconds