Lines Matching refs:self
6637 static int ehci_reboot (struct notifier_block *self, U32 code, void *null) in ehci_reboot() argument
6641 ehci = container_of (self, struct ehci_hcd, reboot_notifier); in ehci_reboot()
8567 hub_port_disable(ehci->hcd.self.root_hub,0); in ehci_urb_dequeue()
8631 hub_port_disable(ehci->hcd.self.root_hub,0); in ehci_urb_dequeue()
9257 hcd->self.controller = &dev->dev; in usb_hcd_cpe_ehci_probe()
9258 hcd->controller = hcd->self.controller; in usb_hcd_cpe_ehci_probe()
9306 usb_bus_init (&hcd->self); in usb_hcd_cpe_ehci_probe()
9307 hcd->self.op = &usb_hcd_operations; in usb_hcd_cpe_ehci_probe()
9308 hcd->self.hcpriv = (void *) hcd; in usb_hcd_cpe_ehci_probe()
9309 hcd->self.bus_name = "cpe_ehci"; in usb_hcd_cpe_ehci_probe()
9322 usb_register_bus (&hcd->self); in usb_hcd_cpe_ehci_probe()
9349 usb_info ("remove: %s, state %x", hcd->self.bus_name, hcd->state); in usb_hcd_cpe_ehci_remove()
9350 hub = hcd->self.root_hub; in usb_hcd_cpe_ehci_remove()
9354 dbg ("%s: roothub graceful disconnect", hcd->self.bus_name); in usb_hcd_cpe_ehci_remove()
9363 usb_deregister_bus (&hcd->self); in usb_hcd_cpe_ehci_remove()
9683 hcd->self.controller = &dev->dev; in usb_hcd_cpe_ehci_probe_EX()
9684 hcd->controller = hcd->self.controller; in usb_hcd_cpe_ehci_probe_EX()
9700 usb_bus_init (&hcd->self); in usb_hcd_cpe_ehci_probe_EX()
9701 hcd->self.op = &usb_hcd_operations; in usb_hcd_cpe_ehci_probe_EX()
9702 hcd->self.hcpriv = (void *) hcd; in usb_hcd_cpe_ehci_probe_EX()
9707 hcd->self.bus_name = p_rootHub->bus_name; in usb_hcd_cpe_ehci_probe_EX()
9715 usb_register_bus (&hcd->self); in usb_hcd_cpe_ehci_probe_EX()