Lines Matching refs:shared_hcd
506 hcd = xhci->shared_hcd; in compliance_mode_recovery()
638 xhci->shared_hcd->state = HC_STATE_RUNNING; in xhci_run_finished()
805 if (xhci->shared_hcd) { in xhci_shutdown()
806 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_shutdown()
807 del_timer_sync(&xhci->shared_hcd->rh_timer); in xhci_shutdown()
1016 xhci->shared_hcd->state != HC_STATE_SUSPENDED) in xhci_suspend()
1033 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_suspend()
1034 del_timer_sync(&xhci->shared_hcd->rh_timer); in xhci_suspend()
1041 clear_bit(HCD_FLAG_HW_ACCESSIBLE, &xhci->shared_hcd->flags); in xhci_suspend()
1142 set_bit(HCD_FLAG_HW_ACCESSIBLE, &xhci->shared_hcd->flags); in xhci_resume()
1204 usb_root_hub_lost_power(xhci->shared_hcd->self.root_hub); in xhci_resume()
1234 secondary_hcd = xhci->shared_hcd; in xhci_resume()
1249 xhci->shared_hcd->state = HC_STATE_SUSPENDED; in xhci_resume()
1293 usb_hcd_resume_root_hub(xhci->shared_hcd); in xhci_resume()
1312 set_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_resume()
1313 usb_hcd_poll_rh_status(xhci->shared_hcd); in xhci_resume()