Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-samsung/
Dgpio-config.c293 case S3C_GPIO_PULL_DOWN: in s3c_gpio_setpull_s3c2443()
316 pull = S3C_GPIO_PULL_DOWN; in s3c_gpio_getpull_s3c2443()
373 return s3c_gpio_getpull_1(chip, off, S3C_GPIO_PULL_DOWN); in s3c_gpio_getpull_1down()
379 return s3c_gpio_setpull_1(chip, off, pull, S3C_GPIO_PULL_DOWN); in s3c_gpio_setpull_1down()
DKconfig104 config S3C_GPIO_PULL_DOWN config
/linux-2.6.39/arch/arm/plat-s3c24xx/
Dgpio.c53 s3c_gpio_setpull(pin, S3C_GPIO_PULL_DOWN); in s3c2410_gpio_pullup()
/linux-2.6.39/arch/arm/plat-samsung/include/plat/
Dgpio-cfg.h132 #define S3C_GPIO_PULL_DOWN ((__force s3c_gpio_pull_t)0x01) macro
/linux-2.6.39/arch/arm/mach-s3c2440/
DKconfig21 select S3C_GPIO_PULL_DOWN