Lines Matching refs:hcd
113 extern MS_BOOL Usb_host_Init_EX(struct usb_hcd *hcd);
844 struct usb_hcd *hcd = (struct usb_hcd*) urb->dev->bus->hcpriv; in hub_irq() local
953 list_add(&hub->event_list, hcd->phub_event); // new in hub_irq()
1041 usb_err("hcd->state=%d\n",hcd->state); in hub_irq()
4859 extern void ehci_endpoint_disable (struct usb_hcd *hcd, struct hcd_dev *dev, int ep);
4866 struct usb_hcd *hcd = (struct usb_hcd*) hub->bus->hcpriv; in hub_port_connect_change() local
5353 if ( (hub->parent == NULL) && (hcd->isBadDevice) ) in hub_port_connect_change()
5355 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in hub_port_connect_change()
5454 if (hcd->badDeviceCnt == 3) in hub_port_connect_change()
5461 hcd->isRootHubPortReset = TRUE; in hub_port_connect_change()
5462 hcd->isBadDevice = FALSE; in hub_port_connect_change()
5465 if (hcd->isRootHubPortReset) in hub_port_connect_change()
5467 hcd->isRootHubPortReset = FALSE; in hub_port_connect_change()
5577 struct ehci_hcd *ehci = hcd_to_ehci (hcd); in hub_port_connect_change()
5912 ehci_endpoint_disable(hcd, phcd_dev, 0); in hub_port_connect_change()
8644 struct usb_hcd *hcd = (struct usb_hcd*) udev->bus->hcpriv; in usb_reset_device() local
8645 struct ehci_hcd *ehci = hcd_to_ehci(hcd); in usb_reset_device()
8659 if ((udev->parent->parent == NULL) && hcd->isBadDevice) // one hub tier??? in usb_reset_device()
8662 Usb_host_Init_EX(hcd); in usb_reset_device()