Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/usb/gadget/function/
H A Df_hid.c43 struct usb_hidg_report report_data;
93 struct usb_hidg_report get_report;
653 static int f_hidg_get_report(struct file *file, struct usb_hidg_report __user *buffer) in f_hidg_get_report()
667 sizeof(struct usb_hidg_report))) { in f_hidg_get_report()
681 sizeof(struct usb_hidg_report))) { in f_hidg_get_report()
715 return f_hidg_get_report(file, (struct usb_hidg_report __user *)arg); in f_hidg_ioctl()