Home
last modified time | relevance | path

Searched refs:usb_hidg_report (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/usb/
H A Dg_hid.h24 struct usb_hidg_report { struct
38 #define GADGET_HID_WRITE_GET_REPORT _IOW('g', 0x42, struct usb_hidg_report) argument
/linux/drivers/usb/gadget/function/
H A Df_hid.c43 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()