Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_device.h138 struct usb_hw_ep_scratch { struct
139 struct usb_hw_ep_scratch_sub ep[USB_EP_MAX]; argument
140 struct usb_hw_ep_scratch_sub *ep_max; argument
141 struct usb_config_descriptor *cd;
142 struct usb_device *udev;
143 const struct usb_bus_methods *methods;
144 uint8_t bmOutAlloc[(USB_EP_MAX + 15) / 16];
145 uint8_t bmInAlloc[(USB_EP_MAX + 15) / 16];