Lines Matching refs:shared_hcd
460 hcd = xhci->shared_hcd; in compliance_mode_recovery()
575 xhci->shared_hcd->state = HC_STATE_RUNNING; in xhci_run_finished()
680 xhci->shared_hcd = NULL; in xhci_only_stop_hcd()
701 xhci_only_stop_hcd(xhci->shared_hcd); in xhci_stop()
917 xhci->shared_hcd->state != HC_STATE_SUSPENDED) in xhci_suspend()
928 clear_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_suspend()
929 del_timer_sync(&xhci->shared_hcd->rh_timer); in xhci_suspend()
933 clear_bit(HCD_FLAG_HW_ACCESSIBLE, &xhci->shared_hcd->flags); in xhci_suspend()
1011 set_bit(HCD_FLAG_HW_ACCESSIBLE, &xhci->shared_hcd->flags); in xhci_resume()
1048 usb_root_hub_lost_power(xhci->shared_hcd->self.root_hub); in xhci_resume()
1075 secondary_hcd = xhci->shared_hcd; in xhci_resume()
1090 xhci->shared_hcd->state = HC_STATE_SUSPENDED; in xhci_resume()
1117 usb_hcd_resume_root_hub(xhci->shared_hcd); in xhci_resume()
1133 set_bit(HCD_FLAG_POLL_RH, &xhci->shared_hcd->flags); in xhci_resume()
1134 usb_hcd_poll_rh_status(xhci->shared_hcd); in xhci_resume()