Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dda8xx_gpio.h27 #define GPIO_NAME_SIZE 20 macro
H A Dda8xx_gpio.c24 char name[GPIO_NAME_SIZE];
322 strncpy(gpio_registry[gpio].name, label, GPIO_NAME_SIZE); in gpio_request()
323 gpio_registry[gpio].name[GPIO_NAME_SIZE - 1] = 0; in gpio_request()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dgpio.h14 #define GPIO_NAME_SIZE 20 /* gpio_request max label len */ macro
/openbmc/u-boot/arch/arm/mach-davinci/include/mach/
H A Dgpio.h33 #define GPIO_NAME_SIZE 20 macro