Home
last modified time | relevance | path

Searched refs:gpio_info (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dgpio.h11 #define gpio_status() gpio_info()
12 extern void gpio_info(void);
/rk3399_rockchip-uboot/arch/arm/mach-davinci/include/mach/
H A Dgpio.h52 #define gpio_status() gpio_info()
65 void gpio_info(void);
/rk3399_rockchip-uboot/arch/arm/mach-s5pc1xx/include/mach/
H A Dgpio.h721 struct gpio_info { struct
727 static struct gpio_info s5pc100_gpio_data[S5PC100_GPIO_NUM_PARTS] = { argument
732 static struct gpio_info s5pc110_gpio_data[S5PC110_GPIO_NUM_PARTS] = {
736 static inline struct gpio_info *get_gpio_data(void) in get_gpio_data()
/rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/
H A Dgpio.h1351 struct gpio_info { struct
1357 static struct gpio_info exynos4_gpio_data[EXYNOS4_GPIO_NUM_PARTS] = { argument
1365 static struct gpio_info exynos4x12_gpio_data[EXYNOS4X12_GPIO_NUM_PARTS] = {
1377 static struct gpio_info exynos5_gpio_data[EXYNOS5_GPIO_NUM_PARTS] = {
1389 static struct gpio_info exynos5420_gpio_data[EXYNOS5420_GPIO_NUM_PARTS] = {
1398 static inline struct gpio_info *get_gpio_data(void) in get_gpio_data()
/rk3399_rockchip-uboot/drivers/gpio/
H A Dda8xx_gpio.c381 void gpio_info(void) in gpio_info() function
H A Dxilinx_gpio.c241 void gpio_info(void) in gpio_info() function
H A Ds5p_gpio.c49 const struct gpio_info *data; in s5p_gpio_get_bank()