Home
last modified time | relevance | path

Searched refs:S3C_GPIO_END (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm/mach-s3c/
H A Dgpio-core.h97 extern struct samsung_gpio_chip *s3c_gpios[S3C_GPIO_END];
101 return (chip < S3C_GPIO_END) ? s3c_gpios[chip] : NULL; in samsung_gpiolib_getchip()
112 if (pin > S3C_GPIO_END) in samsung_gpiolib_getchip()
H A Dpm-gpio.c328 for (gpio_nr = 0; gpio_nr < S3C_GPIO_END;) { in samsung_pm_save_gpios()
368 for (gpio_nr = 0; gpio_nr < S3C_GPIO_END;) { in samsung_pm_restore_gpios()
H A Dgpio-samsung-s3c64xx.h87 #define S3C_GPIO_END S3C64XX_GPIO_END macro
H A Dgpio-samsung.c477 struct samsung_gpio_chip *s3c_gpios[S3C_GPIO_END];