Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c853 hubd->h_hotplug_thread++; in hubd_resume_port()
897 hubd->h_hotplug_thread--; in hubd_resume_port()
953 hubd->h_hotplug_thread++; in hubd_suspend_port()
1003 hubd->h_hotplug_thread--; in hubd_suspend_port()
1629 if (hubd->h_hotplug_thread || hubd->h_hubpm->hubp_busy_pm || in hubd_pwrlvl0()
2791 hubd->h_hotplug_thread) { in hubd_cleanup()
2832 hubd->h_hotplug_thread) == 0); in hubd_cleanup()
3119 hubd->h_hotplug_thread++; in hubd_check_ports()
3469 hubd->h_hotplug_thread, (void *)hubd->h_ep1_ph); in hubd_start_polling()
3478 (hubd->h_hotplug_thread == 0) && hubd->h_ep1_ph)) { in hubd_start_polling()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h187 uint_t h_hotplug_thread; member