Lines Matching refs:usb_interface

279 	struct usb_interface *interface;
325 static struct usb_endpoint_descriptor *hso_get_ep(struct usb_interface *intf,
327 static int hso_get_mux_ports(struct usb_interface *intf, unsigned char *ports);
328 static void hso_free_interface(struct usb_interface *intf);
1480 struct usb_interface *interface; in tiocmget_intr_callback()
1681 struct usb_interface *interface; in hso_serial_tiocmset()
2343 static struct hso_device *hso_create_device(struct usb_interface *intf, in hso_create_device()
2476 struct usb_interface *interface) in hso_create_rfkill()
2506 static struct hso_device *hso_create_net_device(struct usb_interface *interface, in hso_create_net_device()
2626 struct usb_interface *interface, int port) 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()
2775 struct hso_shared_int *hso_create_shared_int(struct usb_interface *interface) in hso_create_shared_int()
2812 static int hso_get_config_data(struct usb_interface *interface) in hso_get_config_data()
2880 static int hso_probe(struct usb_interface *interface, in hso_probe()
2972 static void hso_disconnect(struct usb_interface *interface) in hso_disconnect()
3025 static int hso_suspend(struct usb_interface *iface, pm_message_t message) in hso_suspend()
3053 static int hso_resume(struct usb_interface *iface) in hso_resume()
3105 static void hso_free_interface(struct usb_interface *interface) in hso_free_interface()
3148 static struct usb_endpoint_descriptor *hso_get_ep(struct usb_interface *intf, in hso_get_ep()
3166 static int hso_get_mux_ports(struct usb_interface *intf, unsigned char *ports) in hso_get_mux_ports()