Searched refs:ues (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/usb/template/
H A Dusb_template.c553 usb_hw_ep_find_match(struct usb_hw_ep_scratch *ues, argument
587 (ues->methods->get_hw_ep_profile) (ues->udev, &pf, n);
594 if (ues->bmInAlloc[n / 8] & (1 << (n % 8))) {
601 if (ues->bmOutAlloc[n / 8] & (1 << (n % 8))) {
640 ues->bmInAlloc[best_n / 8] |=
647 ues->bmOutAlloc[best_n / 8] |=
668 usb_hw_ep_get_needs(struct usb_hw_ep_scratch *ues, argument
684 ep_iface = ues->ep_max;
685 ep_curr = ues
841 struct usb_hw_ep_scratch *ues; local
[all...]

Completed in 159 milliseconds