Lines Matching refs:shared_hcd
499 hcd = xhci->shared_hcd; in compliance_mode_recovery()
612 xhci->shared_hcd->state = HC_STATE_RUNNING; in xhci_run_finished()
787 if (xhci->shared_hcd) { in xhci_shutdown()
788 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_shutdown()
789 del_timer_sync(&xhci->shared_hcd->rh_timer); in xhci_shutdown()
998 xhci->shared_hcd->state != HC_STATE_SUSPENDED) in xhci_suspend()
1015 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_suspend()
1016 del_timer_sync(&xhci->shared_hcd->rh_timer); in xhci_suspend()
1023 clear_bit(HCD_FLAG_HW_ACCESSIBLE, &xhci->shared_hcd->flags); in xhci_suspend()
1123 set_bit(HCD_FLAG_HW_ACCESSIBLE, &xhci->shared_hcd->flags); in xhci_resume()
1184 usb_root_hub_lost_power(xhci->shared_hcd->self.root_hub); in xhci_resume()
1214 secondary_hcd = xhci->shared_hcd; in xhci_resume()
1229 xhci->shared_hcd->state = HC_STATE_SUSPENDED; in xhci_resume()
1267 usb_hcd_resume_root_hub(xhci->shared_hcd); in xhci_resume()
1286 set_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_resume()
1287 usb_hcd_poll_rh_status(xhci->shared_hcd); in xhci_resume()