Searched refs:usb_hidg_report (Results 1 – 2 of 2) sorted by relevance
24 struct usb_hidg_report { struct38 #define GADGET_HID_WRITE_GET_REPORT _IOW('g', 0x42, struct usb_hidg_report) argument
43 struct usb_hidg_report report_data;97 struct usb_hidg_report get_report;644 static int f_hidg_get_report(struct file *file, struct usb_hidg_report __user *buffer) in f_hidg_get_report()658 sizeof(struct usb_hidg_report))) { in f_hidg_get_report()672 sizeof(struct usb_hidg_report))) { in f_hidg_get_report()706 return f_hidg_get_report(file, (struct usb_hidg_report __user *)arg); in f_hidg_ioctl()