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