Searched refs:F_HID_OPT (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/usb/gadget/function/ |
| H A D | f_hid.c | 1337 #define F_HID_OPT(name, prec, limit) \ macro 1381 F_HID_OPT(subclass, 8, 255); 1382 F_HID_OPT(protocol, 8, 255); 1383 F_HID_OPT(no_out_endpoint, 8, 1); 1384 F_HID_OPT(report_length, 16, 65535);
|