Home
last modified time | relevance | path

Searched refs:HC_STATE_RESUMING (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dhcd.h201 # define HC_STATE_RESUMING (__SUSPEND|__TRANSIENT) macro
/openbmc/linux/drivers/usb/host/
H A Disp1362-hcd.c1844 if (hcd->state == HC_STATE_RESUMING) { in isp1362_bus_resume()
1892 hcd->state = HC_STATE_RESUMING; in isp1362_bus_resume()
H A Disp116x-hcd.c1482 hcd->state = HC_STATE_RESUMING; in isp116x_bus_resume()
/openbmc/linux/drivers/usb/core/
H A Dhcd.c2322 hcd->state = HC_STATE_RESUMING; in hcd_bus_resume()