Searched refs:F_MIDI_OPT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_midi.c | 1091 #define F_MIDI_OPT(name, test_limit, limit) \ macro 1135 F_MIDI_OPT(index, true, SNDRV_CARDS); 1136 F_MIDI_OPT(buflen, false, 0); 1137 F_MIDI_OPT(qlen, false, 0); 1138 F_MIDI_OPT(in_ports, true, MAX_PORTS); 1139 F_MIDI_OPT(out_ports, true, MAX_PORTS);
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_midi.c | 1083 #define F_MIDI_OPT(name, test_limit, limit) \ macro 1172 F_MIDI_OPT(buflen, false, 0); 1173 F_MIDI_OPT(qlen, false, 0); 1174 F_MIDI_OPT(in_ports, true, MAX_PORTS); 1175 F_MIDI_OPT(out_ports, true, MAX_PORTS);
|
Completed in 4 milliseconds