Lines Matching defs:hostif

1122 	struct usb_host_interface *hostif;
1130 hostif = &intf->altsetting[umidi->roland_load_ctl->private_value];
1131 intfd = get_iface_desc(hostif);
1802 static int find_usb_ijack(struct usb_host_interface *hostif, uint8_t jack_id)
1804 unsigned char *extra = hostif->extra;
1805 int extralen = hostif->extralen;
1848 struct usb_host_interface *hostif;
1865 hostif = intf->cur_altsetting;
1866 iJack = find_usb_ijack(hostif, jack_id);
1970 struct usb_host_interface *hostif;
1981 hostif = &intf->altsetting[0];
1982 intfd = get_iface_desc(hostif);
1983 ms_header = (struct usb_ms_header_descriptor *)hostif->extra;
1984 if (hostif->extralen >= 7 &&
1996 hostep = &hostif->endpoint[i];
2107 struct usb_host_interface *hostif;
2114 hostif = &intf->altsetting[1];
2115 intfd = get_iface_desc(hostif);
2120 !((get_endpoint(hostif, 0)->bmAttributes &
2122 (get_endpoint(hostif, 1)->bmAttributes &
2144 struct usb_host_interface *hostif;
2158 hostif = intf->cur_altsetting;
2159 intfd = get_iface_desc(hostif);
2162 epd = get_endpoint(hostif, i);
2209 struct usb_host_interface *hostif;
2216 hostif = intf->altsetting;
2217 intfd = get_iface_desc(hostif);
2225 for (cs_desc = hostif->extra;
2226 cs_desc < hostif->extra + hostif->extralen && cs_desc[0] >= 2;
2250 struct usb_host_interface *hostif;
2256 hostif = intf->altsetting;
2261 for (cs_desc = hostif->extra;
2262 cs_desc < hostif->extra + hostif->extralen && cs_desc[0] >= 2;
2291 struct usb_host_interface *hostif;
2299 hostif = intf->altsetting;
2300 intfd = get_iface_desc(hostif);
2316 epd = get_endpoint(hostif, 0);
2321 epd = get_endpoint(hostif, 2);
2327 epd = get_endpoint(hostif, 4);
2336 ep_info.out_ep = get_endpoint(hostif, 2)->bEndpointAddress &
2345 ep_info.in_ep = get_endpoint(hostif, 0)->bEndpointAddress &
2347 ep_info.in_interval = get_endpoint(hostif, 0)->bInterval;
2355 ep_info.out_ep = get_endpoint(hostif, 4)->bEndpointAddress &