Home
last modified time | relevance | path

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

/Linux-v4.19/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.c478 s3c_gpio_setpull(S3C2410_GPB(0), S3C_GPIO_PULL_NONE); in h1940_backlight_init()
492 s3c_gpio_setpull(S3C2410_GPB(0), S3C_GPIO_PULL_NONE); in h1940_backlight_notify()
/Linux-v4.19/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()
/Linux-v4.19/drivers/leds/
Dleds-s3c24xx.c81 s3c_gpio_setpull(pdata->gpio, S3C_GPIO_PULL_NONE); in s3c24xx_led_probe()
/Linux-v4.19/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()
/Linux-v4.19/sound/soc/samsung/
Ds3c2412-i2s.c81 S3C_GPIO_PULL_NONE); in s3c2412_i2s_probe()
Ds3c24xx-i2s.c358 S3C_GPIO_PULL_NONE); in s3c24xx_i2s_probe()
/Linux-v4.19/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-v4.19/drivers/mmc/host/
Ds3cmci.c1223 S3C_GPIO_PULL_NONE); in s3cmci_set_ios()