Searched defs:uhid_device (Results 1 – 2 of 2) sorted by relevance
29 struct uhid_device { struct30 struct mutex devlock;41 bool running;43 __u8 *rd_data;44 uint rd_size;70 struct uhid_device *uhid = container_of(work, struct uhid_device, worker); in uhid_device_add_worker() argument
22 struct uhid_device { struct23 int dev_id; /* uniq (random) number to identify the device */24 int uhid_fd;25 int hid_id; /* HID device id in the system */26 __u16 bus;27 __u32 vid;28 __u32 pid;29 pthread_t tid; /* thread for reading uhid events */