Home
last modified time | relevance | path

Searched refs:usb_cfg_str_descr (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h294 char **usb_cfg_str_descr; member
369 _NOTE(DATA_READABLE_WITHOUT_LOCK(usba_device::usb_cfg_str_descr))
/titanic_41/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c608 (usba_device_struct.usb_cfg_str_descr)) { in usba_device()
614 usba_device_struct.usb_cfg_str_descr)) == -1) { in usba_device()
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dusba.c731 if (usba_device->usb_cfg_str_descr) { in usba_free_usba_device()
734 (void *)usba_device->usb_cfg_str_descr); in usba_free_usba_device()
738 if (usba_device->usb_cfg_str_descr[i]) { in usba_free_usba_device()
740 usba_device->usb_cfg_str_descr[i], in usba_free_usba_device()
742 usb_cfg_str_descr[i]) + 1); in usba_free_usba_device()
746 kmem_free(usba_device->usb_cfg_str_descr, in usba_free_usba_device()
H A Dhubdi.c317 usba_device->usb_cfg_str_descr = kmem_zalloc(sizeof (uchar_t *), in usba_hubdi_bind_root_hub()
390 kmem_free(usba_device->usb_cfg_str_descr, sizeof (uchar_t *)); in usba_hubdi_bind_root_hub()
439 kmem_free(usba_device->usb_cfg_str_descr, sizeof (uchar_t *)); in usba_hubdi_unbind_root_hub()
5639 child_ud->usb_cfg_str_descr in hubd_get_this_config_cloud()
5644 child_ud->usb_cfg_str_descr in hubd_get_this_config_cloud()
5716 child_ud->usb_cfg_str_descr = str_descr; in hubd_get_all_device_config_cloud()
7732 str = usba_device->usb_cfg_str_descr[ in usba_hubdi_ioctl()
H A Dusbai_register.c759 usb_cfg_str_descr[this_cfg_ndx]; in usba_build_descr_tree()