Home
last modified time | relevance | path

Searched refs:S3C_GPIO_PULL_NONE (Results 1 – 6 of 6) sorted by relevance

/arch/arm/mach-s3c24xx/
Dh1940-bluetooth.c81 s3c_gpio_setpull(S3C2410_GPH(0), S3C_GPIO_PULL_NONE); in h1940bt_probe()
83 s3c_gpio_setpull(S3C2410_GPH(1), S3C_GPIO_PULL_NONE); in h1940bt_probe()
85 s3c_gpio_setpull(S3C2410_GPH(2), S3C_GPIO_PULL_NONE); in h1940bt_probe()
87 s3c_gpio_setpull(S3C2410_GPH(3), S3C_GPIO_PULL_NONE); in h1940bt_probe()
Dmach-smdk2416.c125 s3c_gpio_setpull(S3C2410_GPF(2), S3C_GPIO_PULL_NONE); in smdk2416_hsudc_gpio_init()
133 s3c_gpio_setpull(S3C2410_GPH(14), S3C_GPIO_PULL_NONE); in smdk2416_hsudc_gpio_uninit()
170 s3c_gpio_setpull(gpio, S3C_GPIO_PULL_NONE); in s3c2416_fb_gpio_setup_24bpp()
175 s3c_gpio_setpull(gpio, S3C_GPIO_PULL_NONE); in s3c2416_fb_gpio_setup_24bpp()
180 s3c_gpio_setpull(gpio, S3C_GPIO_PULL_NONE); in s3c2416_fb_gpio_setup_24bpp()
Dsetup-camif.c50 s3c_gpio_setpull(gpio, S3C_GPIO_PULL_NONE); in s3c_camif_gpio_get()
Dmach-h1940.c488 s3c_gpio_setpull(S3C2410_GPB(0), S3C_GPIO_PULL_NONE); in h1940_backlight_init()
502 s3c_gpio_setpull(S3C2410_GPB(0), S3C_GPIO_PULL_NONE); in h1940_backlight_notify()
/arch/arm/plat-samsung/include/plat/
Dgpio-cfg.h128 #define S3C_GPIO_PULL_NONE ((__force samsung_gpio_pull_t)0x00) macro
175 return s3c_gpio_cfgall_range(pin, size, cfg, S3C_GPIO_PULL_NONE); in s3c_gpio_cfgrange_nopull()
/arch/arm/plat-samsung/
Dgpio-samsung.c72 case S3C_GPIO_PULL_NONE: in s3c2443_gpio_setpull()
98 pull = S3C_GPIO_PULL_NONE; in s3c2443_gpio_getpull()
117 else if (pull == S3C_GPIO_PULL_NONE) in s3c24xx_gpio_setpull_1()
134 return pup ? S3C_GPIO_PULL_NONE : updown; in s3c24xx_gpio_getpull_1()