Searched refs:get_cd (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/include/mach/
H A Dmmc.h12 /* get_cd()/get_wp() may sleep */
13 int (*get_cd)(int module); member in struct:davinci_mmc_config
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/spi/
H A Dmmc_spi.h31 int (*get_cd)(struct device *); member in struct:mmc_spi_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dboard-tnetv107x-evm.c78 .get_cd = mmc_get_cd,
H A Dboard-dm355-leopard.c200 .get_cd = dm355leopard_mmc_get_cd,
H A Dboard-dm355-evm.c277 .get_cd = dm355evm_mmc_get_cd,
H A Dboard-da830-evm.c243 .get_cd = da830_evm_mmc_get_cd,
H A Dboard-da850-evm.c363 .get_cd = da850_evm_mmc_get_cd,
H A Dboard-dm365-evm.c250 .get_cd = cpld_mmc_get_cd,
H A Dboard-dm644x-evm.c561 .get_cd = dm6444evm_mmc_get_cd,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dof_mmc_spi.c120 oms->pdata.get_cd = of_mmc_spi_get_cd;
H A Dmmc_spi.c1253 if (host->pdata && host->pdata->get_cd)
1254 return !!host->pdata->get_cd(mmc->parent);
1262 .get_cd = mmc_spi_get_cd,
H A Ddavinci_mmc.c1063 if (!config || !config->get_cd)
1065 return config->get_cd(pdev->id);
1081 .get_cd = mmc_davinci_get_cd,
H A Dau1xmmc.c926 .get_cd = au1xmmc_card_inserted,
H A Djz4740_mmc.c691 .get_cd = jz4740_mmc_get_cd,
H A Dmmci.c591 .get_cd = mmci_get_cd,
H A Domap_hsmmc.c1873 .get_cd = omap_hsmmc_get_cd,
1884 .get_cd = omap_hsmmc_get_cd,
H A Datmel-mci.c1067 .get_cd = atmci_get_cd,
H A Ds3cmci.c1356 .get_cd = s3cmci_card_present,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mmc/
H A Dhost.h100 * Return values for the get_cd callback should be:
108 int (*get_cd)(struct mmc_host *host); member in struct:mmc_host_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/core/
H A Dcore.c1438 if (host->ops->get_cd && host->ops->get_cd(host) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-ecovec24/
H A Dsetup.c537 .get_cd = mmc_spi_get_cd,

Completed in 116 milliseconds