Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-s3c64xx/
Dsetup-sdhci-gpio.c32 if (pdata->cd_type == S3C_SDHCI_CD_INTERNAL) { in s3c64xx_setup_sdhci0_cfg_gpio()
45 if (pdata->cd_type == S3C_SDHCI_CD_INTERNAL) { in s3c64xx_setup_sdhci1_cfg_gpio()
Dmach-crag6410.c748 .cd_type = S3C_SDHCI_CD_PERMANENT,
763 .cd_type = S3C_SDHCI_CD_INTERNAL,
Dmach-mini6410.c222 .cd_type = S3C_SDHCI_CD_GPIO,
Dmach-smartq.c178 .cd_type = S3C_SDHCI_CD_PERMANENT,
/linux-4.4.14/arch/arm/plat-samsung/
Dplatformdata.c44 set->cd_type = pd->cd_type; in s3c_sdhci_set_platdata()
/linux-4.4.14/drivers/mmc/host/
Dsdhci-s3c.c405 pdata->cd_type = S3C_SDHCI_CD_NONE; in sdhci_s3c_parse_dt()
410 pdata->cd_type = S3C_SDHCI_CD_PERMANENT; in sdhci_s3c_parse_dt()
418 pdata->cd_type = S3C_SDHCI_CD_INTERNAL; in sdhci_s3c_parse_dt()
572 if (pdata->cd_type == S3C_SDHCI_CD_NONE || in sdhci_s3c_probe()
573 pdata->cd_type == S3C_SDHCI_CD_PERMANENT) in sdhci_s3c_probe()
576 if (pdata->cd_type == S3C_SDHCI_CD_PERMANENT) in sdhci_s3c_probe()
629 if (pdata->cd_type != S3C_SDHCI_CD_INTERNAL) in sdhci_s3c_probe()
655 if (sc->pdata->cd_type != S3C_SDHCI_CD_INTERNAL) in sdhci_s3c_remove()
Dsdhci-esdhc-imx.c1052 switch (boarddata->cd_type) { in sdhci_esdhc_imx_probe_nondt()
/linux-4.4.14/include/linux/platform_data/
Dmmc-esdhc-imx.h44 enum cd_types cd_type; member
Dmmc-sdhci-s3c.h43 enum cd_types cd_type; member
/linux-4.4.14/arch/arm/mach-s3c24xx/
Dmach-smdk2416.c200 .cd_type = S3C_SDHCI_CD_GPIO,
207 .cd_type = S3C_SDHCI_CD_NONE,
/linux-4.4.14/arch/arm/mach-imx/devices/
Dplatform-sdhci-esdhc-imx.c48 .cd_type = ESDHC_CD_NONE,
/linux-4.4.14/arch/arm/mach-imx/
Dmach-pcm043.c348 .cd_type = ESDHC_CD_GPIO,
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_fcoe.c1209 u32 cd_type, cd_cmd, cd_tso_len, cd_mss; in i40e_fcoe_tso() local
1241 cd_type = I40E_TX_DESC_DTYPE_FCOE_CTX; in i40e_fcoe_tso()
1245 ((u64)cd_type << I40E_TXD_CTX_QW1_DTYPE_SHIFT) | in i40e_fcoe_tso()