Lines Matching defs:hso_device
265 struct hso_device { struct
266 union {
269 } port_data;
271 u32 port_spec;
273 u8 is_active;
274 u8 usb_gone;
275 struct work_struct async_get_intf;
276 struct work_struct async_put_intf;
278 struct usb_device *usb;
279 struct usb_interface *interface;
281 struct device *dev;
282 struct kref ref;
283 struct mutex mutex;