Searched defs:rts51x_usb (Results 1 – 1 of 1) sorted by relevance
83 struct rts51x_usb { struct88 struct mutex dev_mutex; /* protect pusb_dev */89 struct usb_device *pusb_dev; /* this usb_device */90 struct usb_interface *pusb_intf; /* this interface */92 unsigned long dflags; /* dynamic atomic bitflags */94 unsigned int send_bulk_pipe; /* cached pipe values */95 unsigned int recv_bulk_pipe;96 unsigned int send_ctrl_pipe;97 unsigned int recv_ctrl_pipe;98 unsigned int recv_intr_pipe;[all …]