Searched defs:ezusb_priv (Results 1 – 1 of 1) sorted by relevance
241 struct ezusb_priv { struct242 struct usb_device *udev;243 struct net_device *dev;244 struct mutex mtx;245 spinlock_t req_lock;246 struct list_head req_pending;247 struct list_head req_active;248 spinlock_t reply_count_lock;249 u16 hermes_reg_fake[0x40];250 u8 *bap_buf;[all …]