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.c1070 usba_device_t *usba_device = hubd->h_usba_devices[port]; in hubd_post_detach()
1469 hubd_free_usba_device(hubd, hubd->h_usba_devices[port]); in hubd_bus_unconfig()
2198 address = hubd->h_usba_devices[port]->usb_addr; in hubd_setdevaddr()
2199 usba_device = hubd->h_usba_devices[port]; in hubd_setdevaddr()
2304 usba_device = hubd->h_usba_devices[port]; in hubd_setdevconfig()
2305 config_value = hubd->h_usba_devices[port]->usb_cfg_value; in hubd_setdevconfig()
2884 ASSERT(hubd->h_usba_devices[port] == NULL); in hubd_cleanup()
2889 kmem_free(hubd->h_usba_devices, hubd->h_cd_list_length); in hubd_cleanup()
3097 hubd->h_usba_devices = (usba_device_t **)kmem_zalloc( in hubd_check_ports()
6114 ASSERT(hubd->h_usba_devices[port] == NULL); in hubd_create_child()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h196 usba_device_t **h_usba_devices; member