Searched refs:F_MIDI2_BLOCK_OPT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_midi2.c | 2222 #define F_MIDI2_BLOCK_OPT(name, format, minval, maxval) \ macro 2261 F_MIDI2_BLOCK_OPT(direction, "0x%x", 1, 3); 2262 F_MIDI2_BLOCK_OPT(first_group, "0x%x", 0, 15); 2263 F_MIDI2_BLOCK_OPT(num_groups, "0x%x", 1, 16); 2264 F_MIDI2_BLOCK_OPT(midi1_first_group, "0x%x", 0, 15); 2265 F_MIDI2_BLOCK_OPT(midi1_num_groups, "0x%x", 0, 16); 2266 F_MIDI2_BLOCK_OPT(ui_hint, "0x%x", 0, 3); 2267 F_MIDI2_BLOCK_OPT(midi_ci_version, "%u", 0, 1); 2268 F_MIDI2_BLOCK_OPT(sysex8_streams, "%u", 0, 255); 2269 F_MIDI2_BLOCK_OPT(is_midi1, "%u", 0, 2);
|