Lines Matching refs:desc
867 struct usb_hub_descriptor *desc) in ehci_hub_descriptor() argument
872 desc->bDescriptorType = USB_DT_HUB; in ehci_hub_descriptor()
873 desc->bPwrOn2PwrGood = 10; /* oxu 1.0, 2.3.9 says 20ms max */ in ehci_hub_descriptor()
874 desc->bHubContrCurrent = 0; in ehci_hub_descriptor()
876 desc->bNbrPorts = ports; in ehci_hub_descriptor()
878 desc->bDescLength = 7 + 2 * temp; in ehci_hub_descriptor()
881 memset(&desc->u.hs.DeviceRemovable[0], 0, temp); in ehci_hub_descriptor()
882 memset(&desc->u.hs.DeviceRemovable[temp], 0xff, temp); in ehci_hub_descriptor()
889 desc->wHubCharacteristics = (__force __u16)cpu_to_le16(temp); in ehci_hub_descriptor()
2040 int epnum = urb->ep->desc.bEndpointAddress; in submit_async()
2621 epnum = urb->ep->desc.bEndpointAddress; in intr_submit()
3470 qh, ep->desc.bEndpointAddress, qh->qh_state, in oxu_endpoint_disable()