Searched refs:F_HID_OPT (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_hid.c | 1053 #define F_HID_OPT(name, prec, limit) \ macro 1097 F_HID_OPT(subclass, 8, 255); 1098 F_HID_OPT(protocol, 8, 255); 1099 F_HID_OPT(no_out_endpoint, 8, 1); 1100 F_HID_OPT(report_length, 16, 65535);
|