Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c8349 hubd_t *phubd; in hubd_get_ancestry_str() local
8381 phubd = hubd_get_soft_state(pdip); in hubd_get_ancestry_str()
8383 mutex_enter(HUBD_MUTEX(phubd)); in hubd_get_ancestry_str()
8385 phubd->h_ancestry_str, port); in hubd_get_ancestry_str()
8386 mutex_exit(HUBD_MUTEX(phubd)); in hubd_get_ancestry_str()
8593 hubd_t *phubd = NULL; in hubd_init_power_budget() local
8665 phubd = hubd_get_soft_state(pdip); in hubd_init_power_budget()
8666 ASSERT(phubd != NULL); in hubd_init_power_budget()
8669 mutex_enter(HUBD_MUTEX(phubd)); in hubd_init_power_budget()
8676 mutex_exit(HUBD_MUTEX(phubd)); in hubd_init_power_budget()
[all …]