Home
last modified time | relevance | path

Searched refs:s3c2410_gpio_pullup (Results 1 – 6 of 6) sorted by relevance

/arch/arm/plat-s3c24xx/
Dspi-bus1-gpg5_6_7.c28 s3c2410_gpio_pullup(S3C2410_GPG5, 0); in s3c24xx_spi_gpiocfg_bus1_gpg5_6_7()
29 s3c2410_gpio_pullup(S3C2410_GPG6, 0); in s3c24xx_spi_gpiocfg_bus1_gpg5_6_7()
33 s3c2410_gpio_pullup(S3C2410_GPG5, 1); in s3c24xx_spi_gpiocfg_bus1_gpg5_6_7()
34 s3c2410_gpio_pullup(S3C2410_GPG6, 1); in s3c24xx_spi_gpiocfg_bus1_gpg5_6_7()
35 s3c2410_gpio_pullup(S3C2410_GPG7, 1); in s3c24xx_spi_gpiocfg_bus1_gpg5_6_7()
Dspi-bus0-gpe11_12_13.c28 s3c2410_gpio_pullup(S3C2410_GPE11, 0); in s3c24xx_spi_gpiocfg_bus0_gpe11_12_13()
29 s3c2410_gpio_pullup(S3C2410_GPE13, 0); in s3c24xx_spi_gpiocfg_bus0_gpe11_12_13()
33 s3c2410_gpio_pullup(S3C2410_GPE11, 1); in s3c24xx_spi_gpiocfg_bus0_gpe11_12_13()
34 s3c2410_gpio_pullup(S3C2410_GPE12, 1); in s3c24xx_spi_gpiocfg_bus0_gpe11_12_13()
35 s3c2410_gpio_pullup(S3C2410_GPE13, 1); in s3c24xx_spi_gpiocfg_bus0_gpe11_12_13()
Dgpio.c103 void s3c2410_gpio_pullup(unsigned int pin, unsigned int to) in s3c2410_gpio_pullup() function
123 EXPORT_SYMBOL(s3c2410_gpio_pullup);
/arch/arm/mach-s3c2410/
Dh1940-bluetooth.c91 s3c2410_gpio_pullup(S3C2410_GPH0, 1); in h1940bt_probe()
93 s3c2410_gpio_pullup(S3C2410_GPH1, 1); in h1940bt_probe()
95 s3c2410_gpio_pullup(S3C2410_GPH2, 1); in h1940bt_probe()
97 s3c2410_gpio_pullup(S3C2410_GPH3, 1); in h1940bt_probe()
Dmach-amlm5900.c228 s3c2410_gpio_pullup(S3C2410_GPF2, 0); in amlm5900_init_pm()
/arch/arm/mach-s3c2410/include/mach/
Dhardware.h95 extern void s3c2410_gpio_pullup(unsigned int pin, unsigned int to);