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