Home
last modified time | relevance | path

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

/linux/arch/arm/mach-s3c/
H A Dsetup-sdhci-gpio-s3c64xx.c27 if (pdata->cd_type == S3C_SDHCI_CD_INTERNAL) { in s3c64xx_setup_sdhci0_cfg_gpio()
40 if (pdata->cd_type == S3C_SDHCI_CD_INTERNAL) { in s3c64xx_setup_sdhci1_cfg_gpio()
H A Dplatformdata.c37 set->cd_type = pd->cd_type; in s3c_sdhci_set_platdata()
H A Dmach-crag6410.c759 .cd_type = S3C_SDHCI_CD_PERMANENT,
774 .cd_type = S3C_SDHCI_CD_INTERNAL,
/linux/drivers/mmc/host/
H A Dsdhci-s3c.c449 pdata->cd_type = S3C_SDHCI_CD_NONE; in sdhci_s3c_parse_dt()
454 pdata->cd_type = S3C_SDHCI_CD_PERMANENT; in sdhci_s3c_parse_dt()
462 pdata->cd_type = S3C_SDHCI_CD_INTERNAL; in sdhci_s3c_parse_dt()
604 if (pdata->cd_type == S3C_SDHCI_CD_NONE || in sdhci_s3c_probe()
605 pdata->cd_type == S3C_SDHCI_CD_PERMANENT) in sdhci_s3c_probe()
608 if (pdata->cd_type == S3C_SDHCI_CD_PERMANENT) in sdhci_s3c_probe()
650 if (pdata->cd_type != S3C_SDHCI_CD_INTERNAL) in sdhci_s3c_probe()
673 if (sc->pdata->cd_type != S3C_SDHCI_CD_INTERNAL) in sdhci_s3c_remove()
H A Dsdhci-esdhc-mcf.c382 switch (plat_data->cd_type) { in esdhc_mcf_plat_init()
H A Dsdhci-esdhc-imx.c239 * @cd_type: type of card_detect method (see cd_types enum above)
244 enum cd_types cd_type; member
/linux/include/linux/platform_data/
H A Dmmc-esdhc-mcf.h14 int cd_type; member
H A Dmmc-sdhci-s3c.h20 * @cd_type: Type of Card Detection method (see cd_types enum above)
22 * sdhci-s3c driver probe when cd_type == S3C_SDHCI_CD_EXTERNAL.
28 * sdhci-s3c driver remove when cd_type == S3C_SDHCI_CD_EXTERNAL.
31 * cd_type == S3C_SDHCI_CD_GPIO
44 enum cd_types cd_type; member
/linux/arch/m68k/coldfire/
H A Ddevice.c560 .cd_type = ESDHC_CD_NONE,