wp_type            34 arch/arm/mach-imx/devices/platform-sdhci-esdhc-imx.c 	.wp_type = ESDHC_WP_NONE,
wp_type           334 arch/arm/mach-imx/mach-pcm043.c 	.wp_type = ESDHC_WP_GPIO,
wp_type           821 drivers/mmc/host/sdhci-esdhc-imx.c 	switch (boarddata->wp_type) {
wp_type          1319 drivers/mmc/host/sdhci-esdhc-imx.c 		boarddata->wp_type = ESDHC_WP_CONTROLLER;
wp_type          1327 drivers/mmc/host/sdhci-esdhc-imx.c 		boarddata->wp_type = ESDHC_WP_GPIO;
wp_type          1383 drivers/mmc/host/sdhci-esdhc-imx.c 	if (boarddata->wp_type == ESDHC_WP_GPIO) {
wp_type            34 include/linux/platform_data/mmc-esdhc-imx.h 	enum wp_types wp_type;
wp_type            35 tools/perf/tests/wp.c static void get__perf_event_attr(struct perf_event_attr *attr, int wp_type,
wp_type            42 tools/perf/tests/wp.c 	attr->bp_type        = wp_type;
wp_type            51 tools/perf/tests/wp.c static int __event(int wp_type, void *wp_addr, unsigned long wp_len)
wp_type            56 tools/perf/tests/wp.c 	get__perf_event_attr(&attr, wp_type, wp_addr, wp_len);