Searched refs:F_MIDI_OPT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_midi.c | 1092 #define F_MIDI_OPT(name, test_limit, limit) \ macro 1181 F_MIDI_OPT(buflen, false, 0); 1182 F_MIDI_OPT(qlen, false, 0); 1183 F_MIDI_OPT(in_ports, true, MAX_PORTS); 1184 F_MIDI_OPT(out_ports, true, MAX_PORTS);
|