Lines Matching defs:hso_device
268 struct hso_device { struct
269 union {
272 } port_data;
274 u32 port_spec;
276 u8 is_active;
277 u8 usb_gone;
278 struct work_struct async_get_intf;
279 struct work_struct async_put_intf;
280 struct work_struct reset_device;
282 struct usb_device *usb;
283 struct usb_interface *interface;
285 struct device *dev;
286 struct kref ref;
287 struct mutex mutex;