Searched defs:usb_cdev_refdata (Results 1 – 1 of 1) sorted by relevance
81 struct usb_cdev_refdata { struct82 struct usb_fifo *rxfifo;83 struct usb_fifo *txfifo;84 uint8_t is_read; /* location has read access */85 uint8_t is_write; /* location has write access */86 uint8_t is_uref; /* USB refcount decr. needed */87 uint8_t is_usbfs; /* USB-FS is active */88 uint8_t do_unlock; /* USB enum unlock needed */