Home
last modified time | relevance | path

Searched refs:S3C_GPIO_PULL_DOWN (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/plat-samsung/include/plat/
Dgpio-cfg.h133 #define S3C_GPIO_PULL_DOWN ((__force samsung_gpio_pull_t)0x01) macro
/linux-4.1.27/drivers/gpio/
Dgpio-samsung.c81 case S3C_GPIO_PULL_DOWN: in s3c2443_gpio_setpull()
104 pull = S3C_GPIO_PULL_DOWN; in s3c2443_gpio_getpull()
155 return s3c24xx_gpio_getpull_1(chip, off, S3C_GPIO_PULL_DOWN); in s3c24xx_gpio_getpull_1down()
161 return s3c24xx_gpio_setpull_1(chip, off, pull, S3C_GPIO_PULL_DOWN); in s3c24xx_gpio_setpull_1down()
/linux-4.1.27/arch/arm/mach-s3c64xx/
Dmach-crag6410.c754 s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_DOWN); in crag6410_cfg_sdhci0()