Home
last modified time | relevance | path

Searched refs:HC_STATE_SUSPENDED (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/usb/
H A Dhcd.h202 # define HC_STATE_SUSPENDED (__SUSPEND) macro
/linux/drivers/usb/host/
H A Dxhci.c396 if (hcd->state == HC_STATE_SUSPENDED) in compliance_mode_recovery()
894 if (hcd->state != HC_STATE_SUSPENDED || in xhci_suspend()
895 (xhci->shared_hcd && xhci->shared_hcd->state != HC_STATE_SUSPENDED)) in xhci_suspend()
1127 hcd->state = HC_STATE_SUSPENDED; in xhci_resume()
1130 xhci->shared_hcd->state = HC_STATE_SUSPENDED; in xhci_resume()
H A Dxen-hcd.c418 if ((hcd->state == HC_STATE_SUSPENDED) && (changed == 1)) in xenhcd_hub_status_data()
H A Dxhci-hub.c1835 hcd->state = HC_STATE_SUSPENDED; in xhci_bus_suspend()
H A Dxhci-ring.c1998 if (hcd->state == HC_STATE_SUSPENDED) { in handle_port_status()
/linux/drivers/usb/core/
H A Dhcd.c2268 hcd->state = HC_STATE_SUSPENDED; in hcd_bus_suspend()