Lines Matching defs:intfd
1062 struct usb_interface_descriptor *intfd;
1070 intfd = get_iface_desc(hostif);
1072 usb_set_interface(umidi->dev, intfd->bInterfaceNumber,
1073 intfd->bAlternateSetting);
1930 struct usb_interface_descriptor *intfd;
1941 intfd = get_iface_desc(hostif);
1954 for (i = 0; i < intfd->bNumEndpoints; ++i) {
2068 struct usb_interface_descriptor *intfd;
2075 intfd = get_iface_desc(hostif);
2079 if (intfd->bNumEndpoints != 2 ||
2087 intfd->bAlternateSetting);
2088 usb_set_interface(umidi->dev, intfd->bInterfaceNumber,
2089 intfd->bAlternateSetting);
2105 struct usb_interface_descriptor *intfd;
2119 intfd = get_iface_desc(hostif);
2121 for (i = 0; i < intfd->bNumEndpoints; ++i) {
2170 struct usb_interface_descriptor *intfd;
2177 intfd = get_iface_desc(hostif);
2178 if (intfd->bNumEndpoints < 1)
2252 struct usb_interface_descriptor *intfd;
2260 intfd = get_iface_desc(hostif);
2271 if (intfd->bNumEndpoints < (endpoint->out_cables > 0x0001 ? 5 : 3)) {