Searched refs:F_HID_OPT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_hid.c | 1054 #define F_HID_OPT(name, prec, limit) \ macro 1098 F_HID_OPT(subclass, 8, 255); 1099 F_HID_OPT(protocol, 8, 255); 1100 F_HID_OPT(no_out_endpoint, 8, 1); 1101 F_HID_OPT(report_length, 16, 65535);
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_hid.c | 1058 #define F_HID_OPT(name, prec, limit) \ macro 1102 F_HID_OPT(subclass, 8, 255); 1103 F_HID_OPT(protocol, 8, 255); 1104 F_HID_OPT(no_out_endpoint, 8, 1); 1105 F_HID_OPT(report_length, 16, 65535);
|
Completed in 4 milliseconds