Searched defs:linereq (Results 1 – 1 of 1) sorted by relevance
484 struct linereq { struct485 struct gpio_device *gdev;486 const char *label;487 u32 num_lines;488 wait_queue_head_t wait;489 u32 event_buffer_size;491 atomic_t seqno;492 struct mutex config_mutex;493 struct line lines[];