Searched refs:F_HID_OPT (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/usb/gadget/function/ |
| D | f_hid.c | 1057 #define F_HID_OPT(name, prec, limit) \ macro 1101 F_HID_OPT(subclass, 8, 255); 1102 F_HID_OPT(protocol, 8, 255); 1103 F_HID_OPT(no_out_endpoint, 8, 1); 1104 F_HID_OPT(report_length, 16, 65535);
|