Searched defs:phubd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c8031 hubd_t *phubd; local
8063 phubd = hubd_get_soft_state(pdip);
8065 mutex_enter(HUBD_MUTEX(phubd));
8067 phubd->h_ancestry_str, port);
8068 mutex_exit(HUBD_MUTEX(phubd));
8277 hubd_t *phubd = NULL; local
8349 phubd = hubd_get_soft_state(pdip);
8350 ASSERT(phubd != NULL);
8352 if (!phubd->h_ignore_pwr_budget) {
8353 mutex_enter(HUBD_MUTEX(phubd));
[all...]

Completed in 76 milliseconds