Searched refs:USB_DT_MS_ENDPOINT_SIZE (Results 1 – 2 of 2) sorted by relevance
101 #define USB_DT_MS_ENDPOINT_SIZE(n) (4 + (n)) macro
1002 ms_out_desc.bLength = USB_DT_MS_ENDPOINT_SIZE(midi->in_ports); in f_midi_bind()1005 ms_in_desc.bLength = USB_DT_MS_ENDPOINT_SIZE(midi->out_ports); in f_midi_bind()