Searched defs:uas_dev_info (Results 1 – 1 of 1) sorted by relevance
35 struct uas_dev_info { struct36 struct usb_interface *intf;37 struct usb_device *udev;38 struct usb_anchor cmd_urbs;41 u64 flags;42 int qdepth, resetting;43 unsigned cmd_pipe, status_pipe, data_in_pipe, data_out_pipe;44 unsigned use_streams:1;45 unsigned shutdown:1;47 spinlock_t lock;[all …]