Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/plat-samsung/include/plat/
Dgpio-core.h100 extern struct samsung_gpio_chip *s3c_gpios[S3C_GPIO_END];
104 return (chip < S3C_GPIO_END) ? s3c_gpios[chip] : NULL; in samsung_gpiolib_getchip()
/Linux-v5.4/arch/arm/plat-samsung/
Dgpio-samsung.c698 struct samsung_gpio_chip *s3c_gpios[S3C_GPIO_END]; variable
707 BUG_ON(gpn >= ARRAY_SIZE(s3c_gpios)); in s3c_gpiolib_track()
708 s3c_gpios[gpn] = chip; in s3c_gpiolib_track()