Searched defs:gs_usb (Results 1 – 1 of 1) sorted by relevance
328 struct gs_usb { struct329 struct usb_anchor rx_submitted;330 struct usb_device *udev;333 struct cyclecounter cc;334 struct timecounter tc;335 spinlock_t tc_lock; /* spinlock to guard access tc->cycle_last */336 struct delayed_work timestamp;338 unsigned int hf_size_rx;339 u8 active_channels;340 u8 channel_cnt;[all …]