Searched refs:ues (Results 1 – 3 of 3) sorted by relevance
640 usb_hw_ep_find_match(struct usb_hw_ep_scratch *ues, in usb_hw_ep_find_match() argument673 (ues->methods->get_hw_ep_profile) (ues->udev, &pf, n); in usb_hw_ep_find_match()680 if (ues->bmInAlloc[n / 8] & (1 << (n % 8))) { in usb_hw_ep_find_match()687 if (ues->bmOutAlloc[n / 8] & (1 << (n % 8))) { in usb_hw_ep_find_match()726 ues->bmInAlloc[best_n / 8] |= in usb_hw_ep_find_match()733 ues->bmOutAlloc[best_n / 8] |= in usb_hw_ep_find_match()754 usb_hw_ep_get_needs(struct usb_hw_ep_scratch *ues, in usb_hw_ep_get_needs() argument770 ep_iface = ues->ep_max; in usb_hw_ep_get_needs()771 ep_curr = ues->ep_max; in usb_hw_ep_get_needs()772 ep_end = ues->ep + USB_EP_MAX; in usb_hw_ep_get_needs()[all …]
1889 } ues; member 1927 swapStruct(x.ues.es64); in swapStruct()
9849 Print_x86_exception_state_t(es.ues.es64); in PrintThreadCommand()