Searched defs:linereq (Results 1 – 2 of 2) sorted by relevance
481 struct linereq { struct482 struct gpio_device *gdev;483 const char *label;484 u32 num_lines;485 wait_queue_head_t wait;486 u32 event_buffer_size;488 atomic_t seqno;489 struct mutex config_mutex;490 struct line lines[];
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[];