Home
last modified time | relevance | path

Searched refs:hso_dev (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/net/usb/
Dhso.c336 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) in dev2net() argument
363 return hso_dev->port_data.dev_net; in dev2net()
366 static inline struct hso_serial *dev2ser(struct hso_device *hso_dev) in dev2ser() argument
[all …]