Lines Matching refs:hso_device
153 struct hso_device *parent;
220 struct hso_device *parent;
265 struct hso_device { struct
324 struct hso_device *hso_dev);
329 static int hso_start_serial_device(struct hso_device *hso_dev, gfp_t flags);
330 static int hso_stop_serial_device(struct hso_device *hso_dev);
331 static int hso_start_net_device(struct hso_device *hso_dev);
333 static int hso_stop_net_device(struct hso_device *hso_dev);
339 static int hso_put_activity(struct hso_device *hso_dev);
340 static int hso_get_activity(struct hso_device *hso_dev);
348 static inline struct hso_net *dev2net(struct hso_device *hso_dev) in dev2net()
353 static inline struct hso_serial *dev2ser(struct hso_device *hso_dev) in dev2ser()
395 static struct hso_device *serial_table[HSO_SERIAL_TTY_MINORS];
396 static struct hso_device *network_table[HSO_MAX_NET_DEVICES];
488 struct hso_device *hso_dev = dev_get_drvdata(dev); in hso_sysfs_show_porttype()
669 struct hso_device *hso_dev) in handle_usb_error()
2059 static void hso_log_port(struct hso_device *hso_dev) in hso_log_port()
2109 static int hso_start_net_device(struct hso_device *hso_dev) in hso_start_net_device()
2142 static int hso_stop_net_device(struct hso_device *hso_dev) in hso_stop_net_device()
2161 static int hso_start_serial_device(struct hso_device *hso_dev, gfp_t flags) in hso_start_serial_device()
2208 static int hso_stop_serial_device(struct hso_device *hso_dev) in hso_stop_serial_device()
2343 static struct hso_device *hso_create_device(struct usb_interface *intf, in hso_create_device()
2346 struct hso_device *hso_dev; in hso_create_device()
2365 static int remove_net_device(struct hso_device *hso_dev) in remove_net_device()
2381 static void hso_free_net_device(struct hso_device *hso_dev) in hso_free_net_device()
2438 static int add_net_device(struct hso_device *hso_dev) in add_net_device()
2455 struct hso_device *hso_dev = data; in hso_rfkill_set_block()
2475 static void hso_create_rfkill(struct hso_device *hso_dev, in hso_create_rfkill()
2506 static struct hso_device *hso_create_net_device(struct usb_interface *interface, in hso_create_net_device()
2512 struct hso_device *hso_dev; in hso_create_net_device()
2603 static void hso_free_serial_device(struct hso_device *hso_dev) in hso_free_serial_device()
2625 static struct hso_device *hso_create_bulk_serial_device( in hso_create_bulk_serial_device()
2628 struct hso_device *hso_dev; in hso_create_bulk_serial_device()
2709 struct hso_device *hso_create_mux_serial_device(struct usb_interface *interface, in hso_create_mux_serial_device()
2713 struct hso_device *hso_dev; in hso_create_mux_serial_device()
2885 struct hso_device *hso_dev = NULL; in hso_probe()
2887 struct hso_device *tmp_dev = NULL; in hso_probe()
2982 struct hso_device *hso_dev = in async_get_intf()
2983 container_of(data, struct hso_device, async_get_intf); in async_get_intf()
2989 struct hso_device *hso_dev = in async_put_intf()
2990 container_of(data, struct hso_device, async_put_intf); in async_put_intf()
2994 static int hso_get_activity(struct hso_device *hso_dev) in hso_get_activity()
3011 static int hso_put_activity(struct hso_device *hso_dev) in hso_put_activity()
3100 struct hso_device *hso_dev = container_of(ref, struct hso_device, ref); in hso_serial_ref_free()