Lines Matching defs:gs_usb
326 struct gs_usb { struct
327 struct gs_can *canch[GS_MAX_INTF];
328 struct usb_anchor rx_submitted;
329 struct usb_device *udev;
332 struct cyclecounter cc;
333 struct timecounter tc;
334 spinlock_t tc_lock; /* spinlock to guard access tc->cycle_last */
335 struct delayed_work timestamp;
337 unsigned int hf_size_rx;
338 u8 active_channels;
340 unsigned int pipe_in;
341 unsigned int pipe_out;