Lines Matching defs:hso_device
129 struct hso_device *parent;
196 struct hso_device *parent;
241 struct hso_device {
300 struct hso_device *hso_dev);
305 static int hso_start_serial_device(struct hso_device *hso_dev, gfp_t flags);
306 static int hso_stop_serial_device(struct hso_device *hso_dev);
307 static int hso_start_net_device(struct hso_device *hso_dev);
309 static int hso_stop_net_device(struct hso_device *hso_dev);
315 static int hso_put_activity(struct hso_device *hso_dev);
316 static int hso_get_activity(struct hso_device *hso_dev);
324 static inline struct hso_net *dev2net(struct hso_device *hso_dev)
329 static inline struct hso_serial *dev2ser(struct hso_device *hso_dev)
371 static struct hso_device *serial_table[HSO_SERIAL_TTY_MINORS];
372 static struct hso_device *network_table[HSO_MAX_NET_DEVICES];
463 struct hso_device *hso_dev = dev_get_drvdata(dev);
643 struct hso_device *hso_dev)
2032 static void hso_log_port(struct hso_device *hso_dev)
2082 static int hso_start_net_device(struct hso_device *hso_dev)
2115 static int hso_stop_net_device(struct hso_device *hso_dev)
2134 static int hso_start_serial_device(struct hso_device *hso_dev, gfp_t flags)
2181 static int hso_stop_serial_device(struct hso_device *hso_dev)
2312 static struct hso_device *hso_create_device(struct usb_interface *intf,
2315 struct hso_device *hso_dev;
2334 static int remove_net_device(struct hso_device *hso_dev)
2350 static void hso_free_net_device(struct hso_device *hso_dev)
2407 static int add_net_device(struct hso_device *hso_dev)
2424 struct hso_device *hso_dev = data;
2444 static void hso_create_rfkill(struct hso_device *hso_dev,
2474 static struct hso_device *hso_create_net_device(struct usb_interface *interface,
2480 struct hso_device *hso_dev;
2587 static void hso_free_serial_device(struct hso_device *hso_dev)
2609 static struct hso_device *hso_create_bulk_serial_device(
2612 struct hso_device *hso_dev;
2696 struct hso_device *hso_create_mux_serial_device(struct usb_interface *interface,
2700 struct hso_device *hso_dev;
2871 struct hso_device *hso_dev = NULL;
2873 struct hso_device *tmp_dev = NULL;
2976 struct hso_device *hso_dev =
2977 container_of(data, struct hso_device, async_get_intf);
2983 struct hso_device *hso_dev =
2984 container_of(data, struct hso_device, async_put_intf);
2988 static int hso_get_activity(struct hso_device *hso_dev)
3005 static int hso_put_activity(struct hso_device *hso_dev)
3094 struct hso_device *hso_dev = container_of(ref, struct hso_device, ref);