intfd            1078 sound/usb/midi.c 	struct usb_interface_descriptor *intfd;
intfd            1086 sound/usb/midi.c 	intfd = get_iface_desc(hostif);
intfd            1088 sound/usb/midi.c 	usb_set_interface(umidi->dev, intfd->bInterfaceNumber,
intfd            1089 sound/usb/midi.c 			  intfd->bAlternateSetting);
intfd            1837 sound/usb/midi.c 	struct usb_interface_descriptor *intfd;
intfd            1848 sound/usb/midi.c 	intfd = get_iface_desc(hostif);
intfd            1861 sound/usb/midi.c 	for (i = 0; i < intfd->bNumEndpoints; ++i) {
intfd            1964 sound/usb/midi.c 	struct usb_interface_descriptor *intfd;
intfd            1971 sound/usb/midi.c 	intfd = get_iface_desc(hostif);
intfd            1975 sound/usb/midi.c 	if (intfd->bNumEndpoints != 2 ||
intfd            1983 sound/usb/midi.c 		    intfd->bAlternateSetting);
intfd            1984 sound/usb/midi.c 	usb_set_interface(umidi->dev, intfd->bInterfaceNumber,
intfd            1985 sound/usb/midi.c 			  intfd->bAlternateSetting);
intfd            2001 sound/usb/midi.c 	struct usb_interface_descriptor *intfd;
intfd            2015 sound/usb/midi.c 	intfd = get_iface_desc(hostif);
intfd            2017 sound/usb/midi.c 	for (i = 0; i < intfd->bNumEndpoints; ++i) {
intfd            2066 sound/usb/midi.c 	struct usb_interface_descriptor *intfd;
intfd            2073 sound/usb/midi.c 	intfd = get_iface_desc(hostif);
intfd            2074 sound/usb/midi.c 	if (intfd->bNumEndpoints < 1)
intfd            2146 sound/usb/midi.c 	struct usb_interface_descriptor *intfd;
intfd            2154 sound/usb/midi.c 	intfd = get_iface_desc(hostif);
intfd            2165 sound/usb/midi.c 	if (intfd->bNumEndpoints < (endpoint->out_cables > 0x0001 ? 5 : 3)) {