Home
last modified time | relevance | path

Searched refs:wp_type (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/platform_data/
Dmmc-esdhc-imx.h43 enum wp_types wp_type; member
/linux-4.4.14/arch/arm/mach-imx/devices/
Dplatform-sdhci-esdhc-imx.c47 .wp_type = ESDHC_WP_NONE,
/linux-4.4.14/drivers/mmc/host/
Dsdhci-esdhc-imx.c695 switch (boarddata->wp_type) { in esdhc_pltfm_get_ro()
968 boarddata->wp_type = ESDHC_WP_CONTROLLER; in sdhci_esdhc_imx_probe_dt()
972 boarddata->wp_type = ESDHC_WP_GPIO; in sdhci_esdhc_imx_probe_dt()
1041 if (boarddata->wp_type == ESDHC_WP_GPIO) { in sdhci_esdhc_imx_probe_nondt()
/linux-4.4.14/arch/arm/mach-imx/
Dmach-pcm043.c347 .wp_type = ESDHC_WP_GPIO,