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

/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h260 dev_info_t *usb_root_hub_dip; member in struct:usba_device
358 _NOTE(DATA_READABLE_WITHOUT_LOCK(usba_device::usb_root_hub_dip))
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c473 hcdi = usba_hcdi_get_hcdi(usba_device->usb_root_hub_dip);
524 hcdi = usba_hcdi_get_hcdi(usba_device->usb_root_hub_dip);
605 usba_device->usb_root_hub_dip = root_hub_dip;
835 dev_info_t *usb_root_hub_dip,
857 usba_device = usba_alloc_usba_device(usb_root_hub_dip);
871 if (usb_root_hub_dip) {
872 ASSERT(usba_device->usb_root_hub_dip ==
873 usb_root_hub_dip);
1746 usba_hcdi_get_hcdi(usba_device->usb_root_hub_dip);
2902 usba_hcdi_get_hcdi(usba_device->usb_root_hub_dip);
832 usba_create_child_devi(dev_info_t *dip, char *node_name, usba_hcdi_ops_t *usba_hcdi_ops, dev_info_t *usb_root_hub_dip, usb_port_status_t port_status, usba_device_t *usba_device, dev_info_t **child_dip) argument
[all...]

Completed in 66 milliseconds