Home
last modified time | relevance | path

Searched defs:evdev_client (Results 1 – 3 of 3) sorted by relevance

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h73257 struct evdev_client { struct
73258 unsigned int head;
73259 unsigned int tail;
73260 unsigned int packet_head;
73261 spinlock_t buffer_lock;
73262 wait_queue_head_t wait;
73263 struct fasync_struct *fasync;
73264 struct evdev *evdev;
73265 struct list_head node;
73266 enum input_clock_type clk_type;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h95126 struct evdev_client { struct
95127 unsigned int head;
95128 unsigned int tail;
95129 unsigned int packet_head;
95130 spinlock_t buffer_lock;
95131 struct fasync_struct *fasync;
95132 struct evdev *evdev;
95133 struct list_head node;
95134 enum input_clock_type clk_type;
95135 bool revoked;
[all …]
Dvmlinux_505.h95126 struct evdev_client { struct
95127 unsigned int head;
95128 unsigned int tail;
95129 unsigned int packet_head;
95130 spinlock_t buffer_lock;
95131 struct fasync_struct *fasync;
95132 struct evdev *evdev;
95133 struct list_head node;
95134 enum input_clock_type clk_type;
95135 bool revoked;
[all …]