Searched defs:gpiochip_info (Results 1 – 2 of 2) sorted by relevance
32 struct gpiochip_info { struct33 char name[GPIO_MAX_NAME_SIZE];34 char label[GPIO_MAX_NAME_SIZE];35 __u32 lines;
303 #define gpiochip_info(gc, fmt, ...) __gpiochip_pr(info, gc, fmt, ##__VA_ARGS__) macro