Lines Matching defs:linereq
67703 struct linereq { struct
67704 struct gpio_device *gdev;
67705 const char *label;
67706 u32 num_lines;
67707 wait_queue_head_t wait;
67708 struct notifier_block device_unregistered_nb;
67709 u32 event_buffer_size;
67710 struct {
67720 } events;
67721 atomic_t seqno;
67722 struct mutex config_mutex;
67723 struct line lines[0];