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[];
595 struct linereq { struct596 struct gpio_device *gdev;597 const char *label;598 u32 num_lines;599 wait_queue_head_t wait;600 struct notifier_block device_unregistered_nb;601 u32 event_buffer_size;603 atomic_t seqno;604 struct mutex config_mutex;605 struct line lines[];