Searched defs:us_data (Results 1 – 2 of 2) sorted by relevance
92515 struct us_data { struct92516 struct mutex dev_mutex;92517 struct usb_device *pusb_dev;92518 struct usb_interface *pusb_intf;92519 const struct us_unusual_dev *unusual_dev;92520 unsigned long fflags;92521 unsigned long dflags;92522 unsigned int send_bulk_pipe;92523 unsigned int recv_bulk_pipe;92524 unsigned int send_ctrl_pipe;[all …]
102205 struct us_data { struct102206 struct mutex dev_mutex;102207 struct usb_device *pusb_dev;102208 struct usb_interface *pusb_intf;102209 const struct us_unusual_dev *unusual_dev;102210 unsigned long fflags;102211 unsigned long dflags;102212 unsigned int send_bulk_pipe;102213 unsigned int recv_bulk_pipe;102214 unsigned int send_ctrl_pipe;[all …]