Lines Matching defs:hostif

1061 	struct usb_host_interface *hostif;
1069 hostif = &intf->altsetting[umidi->roland_load_ctl->private_value];
1070 intfd = get_iface_desc(hostif);
1746 struct usb_host_interface *hostif, uint8_t jack_id)
1748 unsigned char *extra = hostif->extra;
1749 int extralen = hostif->extralen;
1769 struct usb_host_interface *hostif, uint8_t jack_id)
1771 unsigned char *extra = hostif->extra;
1772 int extralen = hostif->extralen;
1798 struct usb_host_interface *hostif;
1818 hostif = intf->cur_altsetting;
1822 outjd = find_usb_out_jack_descriptor(hostif, jack_id);
1830 injd = find_usb_in_jack_descriptor(hostif, jack_id);
1929 struct usb_host_interface *hostif;
1940 hostif = &intf->altsetting[0];
1941 intfd = get_iface_desc(hostif);
1942 ms_header = (struct usb_ms_header_descriptor *)hostif->extra;
1943 if (hostif->extralen >= 7 &&
1955 hostep = &hostif->endpoint[i];
2067 struct usb_host_interface *hostif;
2074 hostif = &intf->altsetting[1];
2075 intfd = get_iface_desc(hostif);
2080 !((get_endpoint(hostif, 0)->bmAttributes &
2082 (get_endpoint(hostif, 1)->bmAttributes &
2104 struct usb_host_interface *hostif;
2118 hostif = intf->cur_altsetting;
2119 intfd = get_iface_desc(hostif);
2122 epd = get_endpoint(hostif, i);
2169 struct usb_host_interface *hostif;
2176 hostif = intf->altsetting;
2177 intfd = get_iface_desc(hostif);
2185 for (cs_desc = hostif->extra;
2186 cs_desc < hostif->extra + hostif->extralen && cs_desc[0] >= 2;
2210 struct usb_host_interface *hostif;
2216 hostif = intf->altsetting;
2221 for (cs_desc = hostif->extra;
2222 cs_desc < hostif->extra + hostif->extralen && cs_desc[0] >= 2;
2251 struct usb_host_interface *hostif;
2259 hostif = intf->altsetting;
2260 intfd = get_iface_desc(hostif);
2276 epd = get_endpoint(hostif, 0);
2281 epd = get_endpoint(hostif, 2);
2287 epd = get_endpoint(hostif, 4);
2296 ep_info.out_ep = get_endpoint(hostif, 2)->bEndpointAddress &
2305 ep_info.in_ep = get_endpoint(hostif, 0)->bEndpointAddress &
2307 ep_info.in_interval = get_endpoint(hostif, 0)->bInterval;
2315 ep_info.out_ep = get_endpoint(hostif, 4)->bEndpointAddress &