Searched defs:linereq (Results 1 – 1 of 1) sorted by relevance
478 struct linereq { struct479 struct gpio_device *gdev;480 const char *label;481 u32 num_lines;482 wait_queue_head_t wait;483 u32 event_buffer_size;485 atomic_t seqno;486 struct mutex config_mutex;487 struct line lines[];