Searched defs:usb_cdev_refdata (Results 1 – 1 of 1) sorted by relevance
76 struct usb_cdev_refdata { struct77 struct usb_fifo *rxfifo;78 struct usb_fifo *txfifo;79 uint8_t is_read; /* location has read access */80 uint8_t is_write; /* location has write access */81 uint8_t is_uref; /* USB refcount decr. needed */82 uint8_t is_usbfs; /* USB-FS is active */83 uint8_t do_unlock; /* USB enum unlock needed */