Home
last modified time | relevance | path

Searched defs:usb_hw_ep_scratch (Results 1 – 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_device.h133 struct usb_hw_ep_scratch { struct
134 struct usb_hw_ep_scratch_sub ep[USB_EP_MAX]; argument
135 struct usb_hw_ep_scratch_sub *ep_max; argument
136 struct usb_config_descriptor *cd;
137 struct usb_device *udev;
138 const struct usb_bus_methods *methods;
139 uint8_t bmOutAlloc[(USB_EP_MAX + 15) / 16];
140 uint8_t bmInAlloc[(USB_EP_MAX + 15) / 16];