Home
last modified time | relevance | path

Searched refs:s3c_gpio_setpull (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/arch/arm/mach-s3c24xx/
Dmach-smdk2416.c130 s3c_gpio_setpull(S3C2410_GPH(14), S3C_GPIO_PULL_UP); in smdk2416_hsudc_gpio_init()
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()
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()
Dsetup-camif.c54 s3c_gpio_setpull(gpio, S3C_GPIO_PULL_NONE); in s3c_camif_gpio_get()
Dmach-amlm5900.c231 s3c_gpio_setpull(S3C2410_GPF(2), S3C_GPIO_PULL_UP); in amlm5900_init_pm()
Dmach-mini2440.c647 s3c_gpio_setpull(S3C2410_GPB(1), S3C_GPIO_PULL_UP); in mini2440_init()
652 s3c_gpio_setpull(mini2440_buttons[i].gpio, S3C_GPIO_PULL_UP); in mini2440_init()
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/mach-s3c64xx/
Dsetup-sdhci-gpio.c33 s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_UP); in s3c64xx_setup_sdhci0_cfg_gpio()
46 s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_UP); in s3c64xx_setup_sdhci1_cfg_gpio()
Dmach-crag6410.c758 s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_DOWN); in crag6410_cfg_sdhci0()
821 s3c_gpio_setpull(S3C64XX_GPM(0), S3C_GPIO_PULL_UP); in crag6410_machine_init()
822 s3c_gpio_setpull(S3C64XX_GPN(0), S3C_GPIO_PULL_UP); in crag6410_machine_init()
Dmach-smdk6410.c481 s3c_gpio_setpull(S3C64XX_GPN(12), S3C_GPIO_PULL_UP); in smdk6410_wm8350_init()
526 s3c_gpio_setpull(S3C64XX_GPN(12), S3C_GPIO_PULL_UP); in wm1192_pre_init()
/linux-4.4.14/arch/arm/plat-samsung/include/plat/
Dgpio-cfg.h147 extern int s3c_gpio_setpull(unsigned int pin, samsung_gpio_pull_t pull);
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DGPIO.txt38 s3c2410_gpio_pullup() s3c_gpio_setpull()
60 s3c_gpio_setpull(x, S3C_GPIO_PULL_NONE), the s3c2410_gpio_pullup(x, 0)
142 void s3c_gpio_setpull(unsigned int pin, unsigned int to);
/linux-4.4.14/Documentation/arm/Samsung/
DGPIO.txt36 The s3c_gpio_cfgpin() and s3c_gpio_setpull() provide the means for a
/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/drivers/gpio/
Dgpio-samsung.c1245 s3c_gpio_setpull(start, pull); in s3c_gpio_cfgall_range()
1274 int s3c_gpio_setpull(unsigned int pin, samsung_gpio_pull_t pull) in s3c_gpio_setpull() function
1291 EXPORT_SYMBOL(s3c_gpio_setpull);