Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-s3c24xx/
Dh1940-bluetooth.c87 s3c_gpio_setpull(S3C2410_GPH(0), S3C_GPIO_PULL_NONE); in h1940bt_probe()
89 s3c_gpio_setpull(S3C2410_GPH(1), S3C_GPIO_PULL_NONE); in h1940bt_probe()
91 s3c_gpio_setpull(S3C2410_GPH(2), S3C_GPIO_PULL_NONE); in h1940bt_probe()
93 s3c_gpio_setpull(S3C2410_GPH(3), S3C_GPIO_PULL_NONE); in h1940bt_probe()
Dmach-smdk2416.c131 s3c_gpio_setpull(S3C2410_GPF(2), S3C_GPIO_PULL_NONE); in smdk2416_hsudc_gpio_init()
139 s3c_gpio_setpull(S3C2410_GPH(14), S3C_GPIO_PULL_NONE); in smdk2416_hsudc_gpio_uninit()
176 s3c_gpio_setpull(gpio, S3C_GPIO_PULL_NONE); in s3c2416_fb_gpio_setup_24bpp()
181 s3c_gpio_setpull(gpio, S3C_GPIO_PULL_NONE); in s3c2416_fb_gpio_setup_24bpp()
186 s3c_gpio_setpull(gpio, S3C_GPIO_PULL_NONE); in s3c2416_fb_gpio_setup_24bpp()
Dsetup-camif.c54 s3c_gpio_setpull(gpio, S3C_GPIO_PULL_NONE); in s3c_camif_gpio_get()
Dmach-h1940.c483 s3c_gpio_setpull(S3C2410_GPB(0), S3C_GPIO_PULL_NONE); in h1940_backlight_init()
497 s3c_gpio_setpull(S3C2410_GPB(0), S3C_GPIO_PULL_NONE); in h1940_backlight_notify()
/linux-4.4.14/arch/arm/plat-samsung/include/plat/
Dgpio-cfg.h132 #define S3C_GPIO_PULL_NONE ((__force samsung_gpio_pull_t)0x00) macro
179 return s3c_gpio_cfgall_range(pin, size, cfg, S3C_GPIO_PULL_NONE); in s3c_gpio_cfgrange_nopull()
/linux-4.4.14/drivers/leds/
Dleds-s3c24xx.c97 s3c_gpio_setpull(pdata->gpio, S3C_GPIO_PULL_NONE); in s3c24xx_led_probe()
/linux-4.4.14/sound/soc/samsung/
Ds3c2412-i2s.c81 S3C_GPIO_PULL_NONE); in s3c2412_i2s_probe()
Ds3c24xx-i2s.c376 S3C_GPIO_PULL_NONE); in s3c24xx_i2s_probe()
/linux-4.4.14/drivers/gpio/
Dgpio-samsung.c75 case S3C_GPIO_PULL_NONE: in s3c2443_gpio_setpull()
101 pull = S3C_GPIO_PULL_NONE; in s3c2443_gpio_getpull()
120 else if (pull == S3C_GPIO_PULL_NONE) in s3c24xx_gpio_setpull_1()
137 return pup ? S3C_GPIO_PULL_NONE : updown; in s3c24xx_gpio_getpull_1()
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DGPIO.txt60 s3c_gpio_setpull(x, S3C_GPIO_PULL_NONE), the s3c2410_gpio_pullup(x, 0)
144 Where the to value is S3C_GPIO_PULL_NONE to set the pull-up off,
/linux-4.4.14/drivers/mmc/host/
Ds3cmci.c1247 S3C_GPIO_PULL_NONE); in s3cmci_set_ios()