Searched defs:ezusb_priv (Results 1 – 1 of 1) sorted by relevance
255 struct ezusb_priv { struct256 struct usb_device *udev;257 struct net_device *dev;258 struct mutex mtx;259 spinlock_t req_lock;260 struct list_head req_pending;261 struct list_head req_active;262 spinlock_t reply_count_lock;263 u16 hermes_reg_fake[0x40];264 u8 *bap_buf;[all …]