Home
last modified time | relevance | path

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

/Linux-v5.4/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.c761 .cd_type = S3C_SDHCI_CD_PERMANENT,
776 .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-v5.4/arch/arm/plat-samsung/
Dplatformdata.c37 set->cd_type = pd->cd_type; in s3c_sdhci_set_platdata()
/Linux-v5.4/drivers/mmc/host/
Dsdhci-s3c.c437 pdata->cd_type = S3C_SDHCI_CD_NONE; in sdhci_s3c_parse_dt()
442 pdata->cd_type = S3C_SDHCI_CD_PERMANENT; in sdhci_s3c_parse_dt()
450 pdata->cd_type = S3C_SDHCI_CD_INTERNAL; in sdhci_s3c_parse_dt()
602 if (pdata->cd_type == S3C_SDHCI_CD_NONE || in sdhci_s3c_probe()
603 pdata->cd_type == S3C_SDHCI_CD_PERMANENT) in sdhci_s3c_probe()
606 if (pdata->cd_type == S3C_SDHCI_CD_PERMANENT) in sdhci_s3c_probe()
658 if (pdata->cd_type != S3C_SDHCI_CD_INTERNAL) in sdhci_s3c_probe()
684 if (sc->pdata->cd_type != S3C_SDHCI_CD_INTERNAL) in sdhci_s3c_remove()
Dsdhci-esdhc-imx.c1394 switch (boarddata->cd_type) { in sdhci_esdhc_imx_probe_nondt()
/Linux-v5.4/include/linux/platform_data/
Dmmc-esdhc-imx.h35 enum cd_types cd_type; member
Dmmc-sdhci-s3c.h44 enum cd_types cd_type; member
/Linux-v5.4/arch/arm/mach-s3c24xx/
Dmach-smdk2416.c194 .cd_type = S3C_SDHCI_CD_GPIO,
201 .cd_type = S3C_SDHCI_CD_NONE,
/Linux-v5.4/arch/arm/mach-imx/devices/
Dplatform-sdhci-esdhc-imx.c35 .cd_type = ESDHC_CD_NONE,
/Linux-v5.4/arch/arm/mach-imx/
Dmach-pcm043.c335 .cd_type = ESDHC_CD_GPIO,