Searched refs:F_MIDI_OPT (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/usb/gadget/function/ |
| D | f_midi.c | 917 #define F_MIDI_OPT(name, test_limit, limit) \ macro 961 F_MIDI_OPT(index, true, SNDRV_CARDS); 962 F_MIDI_OPT(buflen, false, 0); 963 F_MIDI_OPT(qlen, false, 0); 964 F_MIDI_OPT(in_ports, true, MAX_PORTS); 965 F_MIDI_OPT(out_ports, true, MAX_PORTS);
|