Data Fields | |
int | refs |
struct lock | lock |
struct usb_iface * | ui |
int | blk_size |
int | blk_count |
bool | retrying |
uint32_t | tag |
void * | bounce_buffer |
struct usb_endpoint * | eop_in |
struct usb_endpoint * | eop_out |
struct list_elem | peers |
Definition at line 146 of file usb_storage.c.
struct lock msc_class_info::lock [read] |
struct usb_iface* msc_class_info::ui [read] |
Definition at line 151 of file usb_storage.c.
Referenced by msc_attached(), msc_get_geometry(), and msc_io().
struct usb_endpoint* msc_class_info::eop_in [read] |
Definition at line 157 of file usb_storage.c.
Referenced by msc_attached(), msc_get_geometry(), msc_io(), and msc_reset_recovery().
struct usb_endpoint* msc_class_info::eop_out [read] |
Definition at line 158 of file usb_storage.c.
Referenced by msc_attached(), msc_get_geometry(), msc_io(), and msc_reset_recovery().
struct list_elem msc_class_info::peers [read] |