Home
last modified time | relevance | path

Searched refs:midi_function (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/gadget/function/
H A Df_midi.c869 struct usb_descriptor_header **midi_function; in f_midi_bind() local
919 midi_function = kcalloc((MAX_PORTS * 4) + 11, sizeof(*midi_function), in f_midi_bind()
921 if (!midi_function) { in f_midi_bind()
1014 midi_function[i++] = NULL; in f_midi_bind()
1035 midi_function[i++] = (struct usb_descriptor_header *) in f_midi_bind()
1037 midi_function[i++] = (struct usb_descriptor_header *) in f_midi_bind()
1039 midi_function[i++] = (struct usb_descriptor_header *) in f_midi_bind()
1041 midi_function[i++] = (struct usb_descriptor_header *) in f_midi_bind()
1043 midi_function[i++] = (struct usb_descriptor_header *) in f_midi_bind()
1051 kfree(midi_function); in f_midi_bind()
[all …]