Searched refs:F_MIDI2_EP_OPT (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/gadget/function/ |
H A D | f_midi2.c | 2407 #define F_MIDI2_EP_OPT(name, format, minval, maxval) \ macro 2445 F_MIDI2_EP_OPT(protocol, "0x%x", 1, 2); 2446 F_MIDI2_EP_OPT(protocol_caps, "0x%x", 1, 3); 2447 F_MIDI2_EP_OPT(manufacturer, "0x%x", 0, 0xffffff); 2448 F_MIDI2_EP_OPT(family, "0x%x", 0, 0xffff); 2449 F_MIDI2_EP_OPT(model, "0x%x", 0, 0xffff); 2450 F_MIDI2_EP_OPT(sw_revision, "0x%x", 0, 0xffffffff);
|