Searched defs:uhid_device (Results 1 – 1 of 1) 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