• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/

Lines Matching refs:hso_device

161 	struct hso_device *parent;
228 struct hso_device *parent;
276 struct hso_device {
336 struct hso_device *hso_dev);
341 static int hso_start_serial_device(struct hso_device *hso_dev, gfp_t flags);
342 static int hso_stop_serial_device(struct hso_device *hso_dev);
343 static int hso_start_net_device(struct hso_device *hso_dev);
345 static int hso_stop_net_device(struct hso_device *hso_dev);
351 static int hso_put_activity(struct hso_device *hso_dev);
352 static int hso_get_activity(struct hso_device *hso_dev);
361 static inline struct hso_net *dev2net(struct hso_device *hso_dev)
366 static inline struct hso_serial *dev2ser(struct hso_device *hso_dev)
408 static struct hso_device *serial_table[HSO_SERIAL_TTY_MINORS];
409 static struct hso_device *network_table[HSO_MAX_NET_DEVICES];
500 struct hso_device *hso_dev = dev_get_drvdata(dev);
674 struct hso_device *hso_dev)
2114 static void hso_log_port(struct hso_device *hso_dev)
2164 static int hso_start_net_device(struct hso_device *hso_dev)
2197 static int hso_stop_net_device(struct hso_device *hso_dev)
2216 static int hso_start_serial_device(struct hso_device *hso_dev, gfp_t flags)
2263 static int hso_stop_serial_device(struct hso_device *hso_dev)
2400 static struct hso_device *hso_create_device(struct usb_interface *intf,
2403 struct hso_device *hso_dev;
2423 static int remove_net_device(struct hso_device *hso_dev)
2439 static void hso_free_net_device(struct hso_device *hso_dev)
2495 static int add_net_device(struct hso_device *hso_dev)
2512 struct hso_device *hso_dev = data;
2532 static void hso_create_rfkill(struct hso_device *hso_dev,
2569 static struct hso_device *hso_create_net_device(struct usb_interface *interface,
2575 struct hso_device *hso_dev;
2669 static void hso_free_serial_device(struct hso_device *hso_dev)
2692 static struct hso_device *hso_create_bulk_serial_device(
2695 struct hso_device *hso_dev;
2775 struct hso_device *hso_create_mux_serial_device(struct usb_interface *interface,
2779 struct hso_device *hso_dev;
2950 struct hso_device *hso_dev = NULL;
2952 struct hso_device *tmp_dev = NULL;
3044 struct hso_device *hso_dev =
3045 container_of(data, struct hso_device, async_get_intf);
3051 struct hso_device *hso_dev =
3052 container_of(data, struct hso_device, async_put_intf);
3056 static int hso_get_activity(struct hso_device *hso_dev)
3073 static int hso_put_activity(struct hso_device *hso_dev)
3162 struct hso_device *hso_dev =
3163 container_of(data, struct hso_device, reset_device);
3182 struct hso_device *hso_dev = container_of(ref, struct hso_device, ref);