Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c2199 usba_device = hubd->h_usba_devices[port]; in hubd_setdevaddr()
2304 usba_device = hubd->h_usba_devices[port]; in hubd_setdevconfig()
6688 if (hubd->h_usba_devices[port] == NULL) { in hubd_create_child()
6691 ASSERT(hubd->h_usba_devices[port] == in hubd_create_child()
6769 usba_device = hubd->h_usba_devices[port]; in hubd_delete_child()
6798 hubd->h_usba_devices[port]; in hubd_delete_child()
6809 hubd->h_usba_devices[port] = NULL; in hubd_delete_child()
6848 hubd->h_usba_devices[port] = NULL; in hubd_free_usba_device()
7027 usba_device = hubd->h_usba_devices[port]; in hubd_post_event()
7181 usba_dev = hubd->h_usba_devices[port]; in hubd_disconnect_event_cb()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h196 usba_device_t **h_usba_devices; member