Searched defs:hidraw (Results 1 – 2 of 2) sorted by relevance
96 struct hidraw { struct97 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() local2218 struct hidraw *hidraw; in mainloop() local2500 struct hidraw *hidraw = NULL; in init_hidraw() local2802 struct hidraw *hidraw; in main() local
75155 void *hidraw; member75248 struct hidraw { struct75249 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;