Home
last modified time | relevance | path

Searched refs:iface_host (Results 1 – 3 of 3) sorted by relevance

/drivers/media/rc/
Dxbox_remote.c191 struct usb_host_interface *iface_host = interface->cur_altsetting; in xbox_remote_probe() local
198 if (iface_host->desc.bNumEndpoints == 0) in xbox_remote_probe()
201 if (iface_host->desc.bNumEndpoints != 1) { in xbox_remote_probe()
203 __func__, iface_host->desc.bNumEndpoints); in xbox_remote_probe()
207 endpoint_in = &iface_host->endpoint[0].desc; in xbox_remote_probe()
Dstreamzap.c321 struct usb_host_interface *iface_host; in streamzap_probe() local
336 iface_host = intf->cur_altsetting; in streamzap_probe()
338 if (iface_host->desc.bNumEndpoints != 1) { in streamzap_probe()
340 __func__, iface_host->desc.bNumEndpoints); in streamzap_probe()
345 sz->endpoint = &(iface_host->endpoint[0].desc); in streamzap_probe()
Dati_remote.c814 struct usb_host_interface *iface_host = interface->cur_altsetting; in ati_remote_probe() local
822 if (iface_host->desc.bNumEndpoints != 2) { in ati_remote_probe()
827 endpoint_in = &iface_host->endpoint[0].desc; in ati_remote_probe()
828 endpoint_out = &iface_host->endpoint[1].desc; in ati_remote_probe()