Searched defs:usb_cdev_refdata (Results 1 – 1 of 1) sorted by relevance
77 struct usb_cdev_refdata { struct78 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 */