Home
last modified time | relevance | path

Searched refs:s3c_gpios (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/plat-samsung/
Dgpio.c23 struct s3c_gpio_chip *s3c_gpios[S3C_GPIO_END]; variable
32 BUG_ON(gpn >= ARRAY_SIZE(s3c_gpios)); in s3c_gpiolib_track()
33 s3c_gpios[gpn] = chip; in s3c_gpiolib_track()
/linux-2.6.39/arch/arm/plat-samsung/include/plat/
Dgpio-core.h142 extern struct s3c_gpio_chip *s3c_gpios[S3C_GPIO_END];
146 return (chip < S3C_GPIO_END) ? s3c_gpios[chip] : NULL; in s3c_gpiolib_getchip()