Home
last modified time | relevance | path

Searched defs:hidraw (Results 1 – 2 of 2) sorted by relevance

/third_party/libinput/tools/
Dlibinput-record.c96 struct hidraw { struct
97 struct list link;
98 struct record_device *device;
99 int fd;
100 char *name;
1232 handle_hidraw(struct hidraw *hidraw) in handle_hidraw()
2162 struct hidraw *hidraw = data; in hidraw_dispatch() local
2218 struct hidraw *hidraw; in mainloop() local
2500 struct hidraw *hidraw = NULL; in init_hidraw() local
2802 struct hidraw *hidraw; in main() local
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h75155 void *hidraw; member
75248 struct hidraw { struct
75249 unsigned int minor;
75250 int exist;
75251 int open;
75252 wait_queue_head_t wait;
75253 struct hid_device *hid;
75254 struct device *dev;
75255 spinlock_t list_lock;
75256 struct list_head list;