Lines Matching defs:hostif
1077 struct usb_host_interface *hostif;
1085 hostif = &intf->altsetting[umidi->roland_load_ctl->private_value];
1086 intfd = get_iface_desc(hostif);
1861 struct usb_host_interface *hostif;
1872 hostif = &intf->altsetting[0];
1873 intfd = get_iface_desc(hostif);
1874 ms_header = (struct usb_ms_header_descriptor *)hostif->extra;
1875 if (hostif->extralen >= 7 &&
1887 hostep = &hostif->endpoint[i];
1991 struct usb_host_interface *hostif;
1998 hostif = &intf->altsetting[1];
1999 intfd = get_iface_desc(hostif);
2004 !((get_endpoint(hostif, 0)->bmAttributes &
2006 (get_endpoint(hostif, 1)->bmAttributes &
2028 struct usb_host_interface *hostif;
2042 hostif = intf->cur_altsetting;
2043 intfd = get_iface_desc(hostif);
2046 epd = get_endpoint(hostif, i);
2093 struct usb_host_interface *hostif;
2100 hostif = intf->altsetting;
2101 intfd = get_iface_desc(hostif);
2109 for (cs_desc = hostif->extra;
2110 cs_desc < hostif->extra + hostif->extralen && cs_desc[0] >= 2;
2134 struct usb_host_interface *hostif;
2140 hostif = intf->altsetting;
2145 for (cs_desc = hostif->extra;
2146 cs_desc < hostif->extra + hostif->extralen && cs_desc[0] >= 2;
2175 struct usb_host_interface *hostif;
2183 hostif = intf->altsetting;
2184 intfd = get_iface_desc(hostif);
2200 epd = get_endpoint(hostif, 0);
2205 epd = get_endpoint(hostif, 2);
2211 epd = get_endpoint(hostif, 4);
2220 ep_info.out_ep = get_endpoint(hostif, 2)->bEndpointAddress &
2229 ep_info.in_ep = get_endpoint(hostif, 0)->bEndpointAddress &
2231 ep_info.in_interval = get_endpoint(hostif, 0)->bInterval;
2239 ep_info.out_ep = get_endpoint(hostif, 4)->bEndpointAddress &