Searched defs:linereq (Results 1 – 1 of 1) sorted by relevance
510 struct linereq { struct511 struct gpio_device *gdev;512 const char *label;513 u32 num_lines;514 wait_queue_head_t wait;515 u32 event_buffer_size;517 atomic_t seqno;518 struct mutex config_mutex;519 struct line lines[];