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()
1635 switch (hubd->h_dev_state) { in hubd_pwrlvl0()
1706 switch (hubd->h_dev_state) { in hubd_pwrlvl3()
4163 old_state = hubd->h_dev_state; in hubd_hotplug_thread()
4189 hubd->h_dev_state = old_state; in hubd_hotplug_thread()
7164 switch (hubd->h_dev_state) { in hubd_disconnect_event_cb()
7199 hubd->h_dev_state); in hubd_disconnect_event_cb()
7309 switch (hubd->h_dev_state) { in hubd_cpr_suspend()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h144 uint_t h_dev_state; member