Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.h77 struct usb_cdev_refdata { struct
78 struct usb_fifo *rxfifo;
79 struct usb_fifo *txfifo;
80 uint8_t is_read; /* location has read access */
81 uint8_t is_write; /* location has write access */
82 uint8_t is_uref; /* USB refcount decr. needed */
83 uint8_t is_usbfs; /* USB-FS is active */
84 uint8_t do_unlock; /* USB enum unlock needed */