Searched refs:s3c2410_gpio_pullup (Results 1 – 6 of 6) sorted by relevance
/arch/arm/plat-s3c24xx/ |
D | spi-bus1-gpg5_6_7.c | 28 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()
|
D | spi-bus0-gpe11_12_13.c | 28 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()
|
D | gpio.c | 103 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/ |
D | h1940-bluetooth.c | 91 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()
|
D | mach-amlm5900.c | 228 s3c2410_gpio_pullup(S3C2410_GPF2, 0); in amlm5900_init_pm()
|
/arch/arm/mach-s3c2410/include/mach/ |
D | hardware.h | 95 extern void s3c2410_gpio_pullup(unsigned int pin, unsigned int to);
|