Searched refs:USB_DT_MIDI_OUT_SIZE (Results 1 – 3 of 3) sorted by relevance
77 #define USB_DT_MIDI_OUT_SIZE(p) (7 + 2 * (p)) macro
1779 (USB_DT_MIDI_IN_SIZE + USB_DT_MIDI_OUT_SIZE(1)); in f_midi2_create_usb_configs()1802 (USB_DT_MIDI_IN_SIZE + USB_DT_MIDI_OUT_SIZE(1)); in f_midi2_create_usb_configs()
1764 sz = USB_DT_MIDI_OUT_SIZE(outjd->bNrInputPins); in find_usb_ijack()