Home
last modified time | relevance | path

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

/linux-6.14.4/arch/arm/mach-s3c/
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()
Dgpio-cfg.h132 extern int s3c_gpio_setpull(unsigned int pin, samsung_gpio_pull_t pull);
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()
Dgpio-samsung.c861 s3c_gpio_setpull(start, pull); in s3c_gpio_cfgall_range()
871 int s3c_gpio_setpull(unsigned int pin, samsung_gpio_pull_t pull) in s3c_gpio_setpull() function
888 EXPORT_SYMBOL(s3c_gpio_setpull);
/linux-6.14.4/Documentation/arch/arm/samsung/
Dgpio.rst29 The s3c_gpio_cfgpin() and s3c_gpio_setpull() provide the means for a