Lines Matching defs:hso_device
241 struct hso_device { struct
242 union {
245 } port_data;
247 u32 port_spec;
249 u8 is_active;
250 u8 usb_gone;
251 struct work_struct async_get_intf;
252 struct work_struct async_put_intf;
254 struct usb_device *usb;
255 struct usb_interface *interface;
257 struct device *dev;
258 struct kref ref;
259 struct mutex mutex;