S3C2410_GPH        34 arch/arm/mach-s3c24xx/h1940-bluetooth.c 		gpio_set_value(S3C2410_GPH(1), 1);
S3C2410_GPH        36 arch/arm/mach-s3c24xx/h1940-bluetooth.c 		gpio_set_value(S3C2410_GPH(1), 0);
S3C2410_GPH        41 arch/arm/mach-s3c24xx/h1940-bluetooth.c 		gpio_set_value(S3C2410_GPH(1), 1);
S3C2410_GPH        43 arch/arm/mach-s3c24xx/h1940-bluetooth.c 		gpio_set_value(S3C2410_GPH(1), 0);
S3C2410_GPH        66 arch/arm/mach-s3c24xx/h1940-bluetooth.c 	ret = gpio_request(S3C2410_GPH(1), dev_name(&pdev->dev));
S3C2410_GPH        74 arch/arm/mach-s3c24xx/h1940-bluetooth.c 		gpio_free(S3C2410_GPH(1));
S3C2410_GPH        80 arch/arm/mach-s3c24xx/h1940-bluetooth.c 	s3c_gpio_cfgpin(S3C2410_GPH(0), S3C2410_GPH0_nCTS0);
S3C2410_GPH        81 arch/arm/mach-s3c24xx/h1940-bluetooth.c 	s3c_gpio_setpull(S3C2410_GPH(0), S3C_GPIO_PULL_NONE);
S3C2410_GPH        82 arch/arm/mach-s3c24xx/h1940-bluetooth.c 	s3c_gpio_cfgpin(S3C2410_GPH(1), S3C2410_GPIO_OUTPUT);
S3C2410_GPH        83 arch/arm/mach-s3c24xx/h1940-bluetooth.c 	s3c_gpio_setpull(S3C2410_GPH(1), S3C_GPIO_PULL_NONE);
S3C2410_GPH        84 arch/arm/mach-s3c24xx/h1940-bluetooth.c 	s3c_gpio_cfgpin(S3C2410_GPH(2), S3C2410_GPH2_TXD0);
S3C2410_GPH        85 arch/arm/mach-s3c24xx/h1940-bluetooth.c 	s3c_gpio_setpull(S3C2410_GPH(2), S3C_GPIO_PULL_NONE);
S3C2410_GPH        86 arch/arm/mach-s3c24xx/h1940-bluetooth.c 	s3c_gpio_cfgpin(S3C2410_GPH(3), S3C2410_GPH3_RXD0);
S3C2410_GPH        87 arch/arm/mach-s3c24xx/h1940-bluetooth.c 	s3c_gpio_setpull(S3C2410_GPH(3), S3C_GPIO_PULL_NONE);
S3C2410_GPH       115 arch/arm/mach-s3c24xx/h1940-bluetooth.c 	gpio_free(S3C2410_GPH(1));
S3C2410_GPH        98 arch/arm/mach-s3c24xx/include/mach/gpio-samsung.h #define S3C_GPIO_END	(S3C2410_GPH(0) + 32)
S3C2410_GPH       124 arch/arm/mach-s3c24xx/mach-smdk2416.c 	s3c_gpio_setpull(S3C2410_GPH(14), S3C_GPIO_PULL_UP);
S3C2410_GPH       126 arch/arm/mach-s3c24xx/mach-smdk2416.c 	s3c_gpio_cfgpin(S3C2410_GPH(14), S3C_GPIO_SFN(1));
S3C2410_GPH       133 arch/arm/mach-s3c24xx/mach-smdk2416.c 	s3c_gpio_setpull(S3C2410_GPH(14), S3C_GPIO_PULL_NONE);
S3C2410_GPH       134 arch/arm/mach-s3c24xx/mach-smdk2416.c 	s3c_gpio_cfgpin(S3C2410_GPH(14), S3C_GPIO_SFN(0));
S3C2410_GPH       955 arch/arm/plat-samsung/gpio-samsung.c 			.base	= S3C2410_GPH(0),