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