Searched refs:GPIO_NAME_SIZE (Results 1 – 4 of 4) sorted by relevance
27 #define GPIO_NAME_SIZE 20 macro
24 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()
14 #define GPIO_NAME_SIZE 20 /* gpio_request max label len */ macro
33 #define GPIO_NAME_SIZE 20 macro