Searched defs:linereq (Results 1 – 1 of 1) sorted by relevance
566 struct linereq { struct567 struct gpio_device *gdev;568 const char *label;569 u32 num_lines;570 wait_queue_head_t wait;571 u32 event_buffer_size;573 atomic_t seqno;574 struct mutex config_mutex;575 struct line lines[];