Home
last modified time | relevance | path

Searched refs:h_dev_state (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c786 hubd->h_dev_state, usb_str_dev_state(hubd->h_dev_state)); in hubd_resume_port()
788 switch (hubd->h_dev_state) { in hubd_resume_port()
938 switch (hubd->h_dev_state) { in hubd_suspend_port()
1529 if ((hubd->h_dev_state == USB_DEV_PWRED_DOWN) && in hubd_bus_power()
1635 switch (hubd->h_dev_state) { in hubd_pwrlvl0()
1644 hubd->h_dev_state = USB_DEV_PWRED_DOWN; in hubd_pwrlvl0()
1706 switch (hubd->h_dev_state) { in hubd_pwrlvl3()
1718 hubd->h_dev_state = USB_DEV_ONLINE; in hubd_pwrlvl3()
1741 "hubd_pwrlvl3: Illegal dev_state=%d", hubd->h_dev_state); in hubd_pwrlvl3()
1962 hubd->h_dev_state = USB_DEV_ONLINE; in usba_hubdi_attach()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h144 uint_t h_dev_state; member