Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/rc/
H A Dxbox_remote.c189 struct usb_host_interface *iface_host = interface->cur_altsetting; in xbox_remote_probe() local
196 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()
H A Dstreamzap.c274 struct usb_host_interface *iface_host; in streamzap_probe() local
285 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()
H A Dati_remote.c812 struct usb_host_interface *iface_host = interface->cur_altsetting; in ati_remote_probe() local
821 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()