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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c36 #include <sys/usb/hubd/hub.h>
199 /* find the parent hub */
250 "USB %x.%x %s hub: "
701 * ohci allocates descriptors for root hub so we can't
1333 /* add a new root hub to the usba_root_hubs list */
1338 usba_root_hub_ent_t *hub; local
1340 hub = (usba_root_hub_ent_t *)
1344 hub->dip = dip;
1345 hub->next = usba_root_hubs;
1346 usba_root_hubs = hub;
1355 usba_root_hub_ent_t **hubp, *hub; local
1380 usba_root_hub_ent_t *hub; local
[all...]

Completed in 77 milliseconds