Symbol: hso_device
drivers/net/usb/hso.c
129
struct hso_device *parent;
drivers/net/usb/hso.c
196
struct hso_device *parent;
drivers/net/usb/hso.c
2031
static void hso_log_port(struct hso_device *hso_dev)
drivers/net/usb/hso.c
2081
static int hso_start_net_device(struct hso_device *hso_dev)
drivers/net/usb/hso.c
2114
static int hso_stop_net_device(struct hso_device *hso_dev)
drivers/net/usb/hso.c
2133
static int hso_start_serial_device(struct hso_device *hso_dev, gfp_t flags)
drivers/net/usb/hso.c
2180
static int hso_stop_serial_device(struct hso_device *hso_dev)
drivers/net/usb/hso.c
2311
static struct hso_device *hso_create_device(struct usb_interface *intf,
drivers/net/usb/hso.c
2314
struct hso_device *hso_dev;
drivers/net/usb/hso.c
2333
static int remove_net_device(struct hso_device *hso_dev)
drivers/net/usb/hso.c
2349
static void hso_free_net_device(struct hso_device *hso_dev)
drivers/net/usb/hso.c
2406
static int add_net_device(struct hso_device *hso_dev)
drivers/net/usb/hso.c
2423
struct hso_device *hso_dev = data;
drivers/net/usb/hso.c
2443
static void hso_create_rfkill(struct hso_device *hso_dev,
drivers/net/usb/hso.c
2473
static struct hso_device *hso_create_net_device(struct usb_interface *interface,
drivers/net/usb/hso.c
2479
struct hso_device *hso_dev;
drivers/net/usb/hso.c
2586
static void hso_free_serial_device(struct hso_device *hso_dev)
drivers/net/usb/hso.c
2608
static struct hso_device *hso_create_bulk_serial_device(
drivers/net/usb/hso.c
2611
struct hso_device *hso_dev;
drivers/net/usb/hso.c
2693
struct hso_device *hso_create_mux_serial_device(struct usb_interface *interface,
drivers/net/usb/hso.c
2697
struct hso_device *hso_dev;
drivers/net/usb/hso.c
2868
struct hso_device *hso_dev = NULL;
drivers/net/usb/hso.c
2870
struct hso_device *tmp_dev = NULL;
drivers/net/usb/hso.c
2973
struct hso_device *hso_dev =
drivers/net/usb/hso.c
2974
container_of(data, struct hso_device, async_get_intf);
drivers/net/usb/hso.c
2980
struct hso_device *hso_dev =
drivers/net/usb/hso.c
2981
container_of(data, struct hso_device, async_put_intf);
drivers/net/usb/hso.c
2985
static int hso_get_activity(struct hso_device *hso_dev)
drivers/net/usb/hso.c
300
struct hso_device *hso_dev);
drivers/net/usb/hso.c
3002
static int hso_put_activity(struct hso_device *hso_dev)
drivers/net/usb/hso.c
305
static int hso_start_serial_device(struct hso_device *hso_dev, gfp_t flags);
drivers/net/usb/hso.c
306
static int hso_stop_serial_device(struct hso_device *hso_dev);
drivers/net/usb/hso.c
307
static int hso_start_net_device(struct hso_device *hso_dev);
drivers/net/usb/hso.c
309
static int hso_stop_net_device(struct hso_device *hso_dev);
drivers/net/usb/hso.c
3091
struct hso_device *hso_dev = container_of(ref, struct hso_device, ref);
drivers/net/usb/hso.c
315
static int hso_put_activity(struct hso_device *hso_dev);
drivers/net/usb/hso.c
316
static int hso_get_activity(struct hso_device *hso_dev);
drivers/net/usb/hso.c
324
static inline struct hso_net *dev2net(struct hso_device *hso_dev)
drivers/net/usb/hso.c
329
static inline struct hso_serial *dev2ser(struct hso_device *hso_dev)
drivers/net/usb/hso.c
370
static struct hso_device *serial_table[HSO_SERIAL_TTY_MINORS];
drivers/net/usb/hso.c
371
static struct hso_device *network_table[HSO_MAX_NET_DEVICES];
drivers/net/usb/hso.c
462
struct hso_device *hso_dev = dev_get_drvdata(dev);
drivers/net/usb/hso.c
642
struct hso_device *hso_dev)