Home
last modified time | relevance | path

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

/linux/arch/arm/mach-s3c/
H A Dsetup-sdhci-gpio-s3c64xx.c28 s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_UP); in s3c64xx_setup_sdhci0_cfg_gpio()
41 s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_UP); in s3c64xx_setup_sdhci1_cfg_gpio()
H A Dgpio-cfg.h132 extern int s3c_gpio_setpull(unsigned int pin, samsung_gpio_pull_t pull);
H A Dmach-crag6410.c767 s3c_gpio_setpull(S3C64XX_GPG(6), S3C_GPIO_PULL_DOWN); in crag6410_cfg_sdhci0()
839 s3c_gpio_setpull(S3C64XX_GPM(0), S3C_GPIO_PULL_UP); in crag6410_machine_init()
840 s3c_gpio_setpull(S3C64XX_GPN(0), S3C_GPIO_PULL_UP); in crag6410_machine_init()
H A Dgpio-samsung.c863 s3c_gpio_setpull(start, pull); in s3c_gpio_cfgall_range()
873 int s3c_gpio_setpull(unsigned int pin, samsung_gpio_pull_t pull) in s3c_gpio_setpull() function
890 EXPORT_SYMBOL(s3c_gpio_setpull);
/linux/Documentation/arch/arm/samsung/
H A Dgpio.rst29 The s3c_gpio_cfgpin() and s3c_gpio_setpull() provide the means for a