Searched refs:iface_host (Results 1 – 3 of 3) sorted by relevance
189 struct usb_host_interface *iface_host = interface->cur_altsetting; in xbox_remote_probe() local196 if (iface_host->desc.bNumEndpoints == 0) in xbox_remote_probe()199 if (iface_host->desc.bNumEndpoints != 1) { in xbox_remote_probe()201 __func__, iface_host->desc.bNumEndpoints); in xbox_remote_probe()205 endpoint_in = &iface_host->endpoint[0].desc; in xbox_remote_probe()
274 struct usb_host_interface *iface_host; in streamzap_probe() local285 iface_host = intf->cur_altsetting; in streamzap_probe()287 if (iface_host->desc.bNumEndpoints != 1) { in streamzap_probe()289 __func__, iface_host->desc.bNumEndpoints); in streamzap_probe()294 endpoint = &iface_host->endpoint[0].desc; in streamzap_probe()
812 struct usb_host_interface *iface_host = interface->cur_altsetting; in ati_remote_probe() local821 if (iface_host->desc.bNumEndpoints != 2) { in ati_remote_probe()826 endpoint_in = &iface_host->endpoint[0].desc; in ati_remote_probe()827 endpoint_out = &iface_host->endpoint[1].desc; in ati_remote_probe()