Searched refs:root_hubd (Results 1 – 1 of 1) sorted by relevance
278 hubd_t *root_hubd; in usba_hubdi_bind_root_hub() local290 root_hubd = kmem_zalloc(sizeof (hubd_t), KM_SLEEP); in usba_hubdi_bind_root_hub()304 usba_device->usb_root_hubd = root_hubd; in usba_hubdi_bind_root_hub()395 if (root_hubd) { in usba_hubdi_bind_root_hub()396 kmem_free(root_hubd, sizeof (hubd_t)); in usba_hubdi_bind_root_hub()2381 hubd_t *root_hubd = (hubd_t *)arg; in hubd_root_hub_cleanup_thread() local2382 dev_info_t *rh_dip = root_hubd->h_dip; in hubd_root_hub_cleanup_thread()2386 CALLB_CPR_INIT(&cprinfo, HUBD_MUTEX(root_hubd), callb_generic_cpr, in hubd_root_hub_cleanup_thread()2394 mutex_enter(HUBD_MUTEX(root_hubd)); in hubd_root_hub_cleanup_thread()2395 root_hubd->h_cleanup_needed = 0; in hubd_root_hub_cleanup_thread()[all …]