Searched defs:gs_usb (Results 1 – 1 of 1) sorted by relevance
326 struct gs_usb { struct327 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;[all …]