Searched defs:evdev_client (Results 1 – 1 of 1) sorted by relevance
40 struct evdev_client { struct41 unsigned int head;42 unsigned int tail;45 wait_queue_head_t wait;46 struct fasync_struct *fasync;47 struct evdev *evdev;48 struct list_head node;49 enum input_clock_type clk_type;50 bool revoked;51 unsigned long *evmasks[EV_CNT];[all …]