Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c1067 usba_device_t *usba_device = hubd->h_usba_devices[port]; in hubd_post_detach()
1468 hubd_free_usba_device(hubd, hubd->h_usba_devices[port]); in hubd_bus_unconfig()
2158 address = hubd->h_usba_devices[port]->usb_addr; in hubd_setdevaddr()
2159 usba_device = hubd->h_usba_devices[port]; in hubd_setdevaddr()
2250 usba_device = hubd->h_usba_devices[port]; in hubd_setdevconfig()
2251 config_value = hubd->h_usba_devices[port]->usb_cfg_value; in hubd_setdevconfig()
2833 ASSERT(hubd->h_usba_devices[port] == NULL); in hubd_cleanup()
2838 kmem_free(hubd->h_usba_devices, hubd->h_cd_list_length); in hubd_cleanup()
3049 hubd->h_usba_devices = (usba_device_t **)kmem_zalloc( in hubd_check_ports()
5852 ASSERT(hubd->h_usba_devices[port] == NULL); in hubd_create_child()
[all …]
/titanic_41/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h191 usba_device_t **h_usba_devices; member