Searched refs:S3C_GPIO_PULL_NONE (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | h1940-bluetooth.c | 87 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()
|
D | mach-smdk2416.c | 131 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()
|
D | setup-camif.c | 54 s3c_gpio_setpull(gpio, S3C_GPIO_PULL_NONE); in s3c_camif_gpio_get()
|
D | mach-h1940.c | 483 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/ |
D | gpio-cfg.h | 132 #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/ |
D | leds-s3c24xx.c | 97 s3c_gpio_setpull(pdata->gpio, S3C_GPIO_PULL_NONE); in s3c24xx_led_probe()
|
/linux-4.4.14/sound/soc/samsung/ |
D | s3c2412-i2s.c | 81 S3C_GPIO_PULL_NONE); in s3c2412_i2s_probe()
|
D | s3c24xx-i2s.c | 376 S3C_GPIO_PULL_NONE); in s3c24xx_i2s_probe()
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-samsung.c | 75 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/ |
D | GPIO.txt | 60 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/ |
D | s3cmci.c | 1247 S3C_GPIO_PULL_NONE); in s3cmci_set_ios()
|