Lines Matching refs:intf
182 …t_debug("%s:%s >>> Add HUB EVENT!\n", hcd->product_desc, interface_to_usbdev(pHub->intf)->devpath); in ms_hub_irq()
209 ms_dev = interface_to_usbdev(hub->intf); in ms_hub_power_on()
229 struct usb_device *ms_dev = interface_to_usbdev (hub->intf); in ms_hub_hub_status()
260 struct usb_device *ms_dev = interface_to_usbdev (hub->intf); in ms_hub_configure()
442 static void ms_hub_disconnect(struct usb_interface *intf) in ms_hub_disconnect() argument
444 struct usb_hub *pHub = (struct usb_hub*) ms_usb_get_intfdata (intf); in ms_hub_disconnect()
466 ms_usb_set_intfdata (intf, NULL); in ms_hub_disconnect()
478 ms_usb_buffer_free(interface_to_usbdev(intf), in ms_hub_disconnect()
548 pHub->intf = pIntf; in ms_hub_probe()
573 struct usb_device *ms_dev = interface_to_usbdev(hub->intf); in ms_hub_reset()
897 struct usb_device *pHub = interface_to_usbdev(hubstate->intf); in ms_hub_port_connect_change()
1296 ms_dev = interface_to_usbdev(hub->intf); in ms_hub_events()
1514 struct usb_device *hdev = interface_to_usbdev(hub->intf); in ms_hub_tt_kevent()