Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-s3c64xx/
Dsetup-sdhci-gpio.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()
Dmach-crag6410.c744 .cd_type = S3C_SDHCI_CD_PERMANENT,
759 .cd_type = S3C_SDHCI_CD_INTERNAL,
Dmach-mini6410.c218 .cd_type = S3C_SDHCI_CD_GPIO,
Dmach-smartq.c173 .cd_type = S3C_SDHCI_CD_PERMANENT,
/Linux-v4.19/arch/arm/plat-samsung/
Dplatformdata.c37 set->cd_type = pd->cd_type; in s3c_sdhci_set_platdata()
/Linux-v4.19/drivers/mmc/host/
Dsdhci-s3c.c440 pdata->cd_type = S3C_SDHCI_CD_NONE; in sdhci_s3c_parse_dt()
445 pdata->cd_type = S3C_SDHCI_CD_PERMANENT; in sdhci_s3c_parse_dt()
453 pdata->cd_type = S3C_SDHCI_CD_INTERNAL; in sdhci_s3c_parse_dt()
607 if (pdata->cd_type == S3C_SDHCI_CD_NONE || in sdhci_s3c_probe()
608 pdata->cd_type == S3C_SDHCI_CD_PERMANENT) in sdhci_s3c_probe()
611 if (pdata->cd_type == S3C_SDHCI_CD_PERMANENT) in sdhci_s3c_probe()
662 if (pdata->cd_type != S3C_SDHCI_CD_INTERNAL) in sdhci_s3c_probe()
688 if (sc->pdata->cd_type != S3C_SDHCI_CD_INTERNAL) in sdhci_s3c_remove()
Dsdhci-esdhc-imx.c1211 switch (boarddata->cd_type) { in sdhci_esdhc_imx_probe_nondt()
/Linux-v4.19/include/linux/platform_data/
Dmmc-esdhc-imx.h43 enum cd_types cd_type; member
Dmmc-sdhci-s3c.h44 enum cd_types cd_type; member
/Linux-v4.19/arch/arm/mach-s3c24xx/
Dmach-smdk2416.c194 .cd_type = S3C_SDHCI_CD_GPIO,
201 .cd_type = S3C_SDHCI_CD_NONE,
/Linux-v4.19/arch/arm/mach-imx/devices/
Dplatform-sdhci-esdhc-imx.c38 .cd_type = ESDHC_CD_NONE,
/Linux-v4.19/arch/arm/mach-imx/
Dmach-pcm043.c347 .cd_type = ESDHC_CD_GPIO,