Searched defs:uhid_device (Results 1 – 1 of 1) sorted by relevance
31 struct uhid_device { struct32 struct mutex devlock;33 bool running;58 static void uhid_queue(struct uhid_device *uhid, struct uhid_event *ev) in uhid_queue() argument