Lines Matching defs:intfd
1078 struct usb_interface_descriptor *intfd;
1086 intfd = get_iface_desc(hostif);
1088 usb_set_interface(umidi->dev, intfd->bInterfaceNumber,
1089 intfd->bAlternateSetting);
1862 struct usb_interface_descriptor *intfd;
1873 intfd = get_iface_desc(hostif);
1886 for (i = 0; i < intfd->bNumEndpoints; ++i) {
1992 struct usb_interface_descriptor *intfd;
1999 intfd = get_iface_desc(hostif);
2003 if (intfd->bNumEndpoints != 2 ||
2011 intfd->bAlternateSetting);
2012 usb_set_interface(umidi->dev, intfd->bInterfaceNumber,
2013 intfd->bAlternateSetting);
2029 struct usb_interface_descriptor *intfd;
2043 intfd = get_iface_desc(hostif);
2045 for (i = 0; i < intfd->bNumEndpoints; ++i) {
2094 struct usb_interface_descriptor *intfd;
2101 intfd = get_iface_desc(hostif);
2102 if (intfd->bNumEndpoints < 1)
2176 struct usb_interface_descriptor *intfd;
2184 intfd = get_iface_desc(hostif);
2195 if (intfd->bNumEndpoints < (endpoint->out_cables > 0x0001 ? 5 : 3)) {