/titanic_50/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci.c | 812 ph->p_usba_device->usb_root_hub_dip); in ehci_hcdi_pipe_open() 1037 ph->p_usba_device->usb_root_hub_dip); in ehci_hcdi_pipe_close() 1120 ph->p_usba_device->usb_root_hub_dip); in ehci_hcdi_pipe_reset() 1156 ph->p_usba_device->usb_root_hub_dip); in ehci_hcdi_pipe_reset_data_toggle() 1185 ph->p_usba_device->usb_root_hub_dip); in ehci_hcdi_pipe_ctrl_xfer() 1259 usba_device->usb_root_hub_dip); in ehci_hcdi_bulk_transfer_size() 1296 ph->p_usba_device->usb_root_hub_dip); in ehci_hcdi_pipe_bulk_xfer() 1354 ph->p_usba_device->usb_root_hub_dip); in ehci_hcdi_pipe_intr_xfer() 1404 ph->p_usba_device->usb_root_hub_dip); in ehci_hcdi_pipe_stop_intr_polling() 1433 usba_device->usb_root_hub_dip); in ehci_hcdi_get_current_frame_number() [all …]
|
H A D | ehci_hub.c | 314 ph->p_usba_device->usb_root_hub_dip); in ehci_handle_root_hub_pipe_open() 377 ph->p_usba_device->usb_root_hub_dip); in ehci_handle_root_hub_pipe_close() 446 ph->p_usba_device->usb_root_hub_dip); in ehci_handle_root_hub_pipe_reset() 1447 ph->p_usba_device->usb_root_hub_dip); in ehci_handle_root_hub_pipe_start_intr_polling() 1530 ph->p_usba_device->usb_root_hub_dip); in ehci_handle_root_hub_pipe_stop_intr_polling() 2057 ph->p_usba_device->usb_root_hub_dip); in ehci_root_hub_hcdi_callback()
|
H A D | ehci_polled.c | 142 ehcip = ehci_obtain_state(ph->p_usba_device->usb_root_hub_dip); in ehci_hcdi_polled_input_init() 454 ehcip = ehci_obtain_state(ph->p_usba_device->usb_root_hub_dip); in ehci_hcdi_polled_output_init()
|
H A D | ehci_isoch.c | 1404 ph->p_usba_device->usb_root_hub_dip); in ehci_hcdi_isoc_callback()
|
H A D | ehci_xfer.c | 3235 ph->p_usba_device->usb_root_hub_dip); in ehci_xfer_timeout_handler() 4114 ph->p_usba_device->usb_root_hub_dip); in ehci_hcdi_callback()
|
/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhcitgt.c | 79 uhcip = uhci_obtain_state(ph->p_usba_device->usb_root_hub_dip); in uhci_hcdi_pipe_open() 309 uhcip = uhci_obtain_state(ph->p_usba_device->usb_root_hub_dip); in uhci_hcdi_pipe_close() 454 ph->p_usba_device->usb_root_hub_dip); in uhci_hcdi_pipe_reset() 589 ph->p_usba_device->usb_root_hub_dip); in uhci_hcdi_pipe_reset_data_toggle() 617 ph->p_usba_device->usb_root_hub_dip); in uhci_hcdi_pipe_ctrl_xfer() 668 uhcip = uhci_obtain_state(pipe_handle->p_usba_device->usb_root_hub_dip); in uhci_hcdi_pipe_bulk_xfer() 713 usba_device->usb_root_hub_dip); in uhci_hcdi_bulk_transfer_size() 745 ph->p_usba_device->usb_root_hub_dip); in uhci_hcdi_pipe_intr_xfer() 808 uhci_obtain_state(pipe_handle->p_usba_device->usb_root_hub_dip); in uhci_hcdi_pipe_stop_intr_polling() 834 uhci_state_t *uhcip = uhci_obtain_state(usba_device->usb_root_hub_dip); in uhci_hcdi_get_current_frame_number() [all …]
|
H A D | uhcipolled.c | 80 uhcip = uhci_obtain_state(ph->p_usba_device->usb_root_hub_dip); in uhci_hcdi_polled_input_init() 295 uhcip = uhci_obtain_state(ph->p_usba_device->usb_root_hub_dip); in uhci_hcdi_polled_output_init()
|
/titanic_50/usr/src/uts/common/sys/usb/usba/ |
H A D | usba_types.h | 260 dev_info_t *usb_root_hub_dip; member 358 _NOTE(DATA_READABLE_WITHOUT_LOCK(usba_device::usb_root_hub_dip))
|
H A D | whcdi.h | 232 usba_hcdi_ops_t *usba_hcdi_ops, dev_info_t *usb_root_hub_dip,
|
/titanic_50/usr/src/uts/common/io/usb/usba/ |
H A D | usba.c | 474 hcdi = usba_hcdi_get_hcdi(usba_device->usb_root_hub_dip); in usba_set_usb_address() 525 hcdi = usba_hcdi_get_hcdi(usba_device->usb_root_hub_dip); in usba_unset_usb_address() 606 usba_device->usb_root_hub_dip = root_hub_dip; in usba_alloc_usba_device() 836 dev_info_t *usb_root_hub_dip, in usba_create_child_devi() argument 858 usba_device = usba_alloc_usba_device(usb_root_hub_dip); in usba_create_child_devi() 872 if (usb_root_hub_dip) { in usba_create_child_devi() 873 ASSERT(usba_device->usb_root_hub_dip == in usba_create_child_devi() 874 usb_root_hub_dip); in usba_create_child_devi() 1747 usba_hcdi_get_hcdi(usba_device->usb_root_hub_dip); in usba_get_ugen_binding() 2935 usba_hcdi_get_hcdi(usba_device->usb_root_hub_dip); in usba_update_hotplug_stats() [all …]
|
H A D | hcdi.c | 477 usba_device->usb_root_hub_dip); in usba_hcdi_cb() 597 p_usba_device->usb_root_hub_dip); in hcdi_cb_thread() 761 p_usba_device->usb_root_hub_dip); in hcdi_shared_cb_thread() 844 usba_device->usb_root_hub_dip); in hcdi_autoclearing()
|
H A D | hubdi.c | 214 usba_hcdi_get_hcdi(usba_device->usb_root_hub_dip)-> in usba_hubdi_register() 1149 dev_info_t *root_hub_dip = hub_usba_device->usb_root_hub_dip; in usba_hubdi_bus_ctl() 1300 dev_info_t *rh_dip = hubd->h_usba_device->usb_root_hub_dip; in hubd_config_one() 2455 rh_dip = root_hubd->h_usba_device->usb_root_hub_dip; in hubd_schedule_cleanup() 2752 dev_info_t *rh_dip = hubd->h_usba_device->usb_root_hub_dip; in hubd_cleanup() 3655 dev_info_t *rh_dip = hubd->h_usba_device->usb_root_hub_dip; in hubd_hotplug_thread() 3996 hubd_schedule_cleanup(hubd->h_usba_device->usb_root_hub_dip); in hubd_hotplug_thread() 5863 hubd_ud->usb_root_hub_dip, in hubd_create_child() 6493 hubd_schedule_cleanup(usba_device->usb_root_hub_dip); in hubd_delete_child() 7191 hubd_schedule_cleanup(hubd->h_usba_device->usb_root_hub_dip); in hubd_cpr_post_user_callb() [all …]
|
H A D | usbai_pipe_mgmt.c | 443 usba_hcdi_get_hcdi(usba_device->usb_root_hub_dip)-> in usba_init_pipe_handle()
|
H A D | usbai_register.c | 431 usba_device->usb_root_hub_dip)->hcdi_soft_iblock_cookie; in usb_get_dev_data()
|
H A D | usbai_util.c | 1969 usba_device->usb_root_hub_dip)->hcdi_iblock_cookie; in usb_init_serialization()
|
H A D | usbai_req.c | 638 usba_hcdi_get_hcdi(usba_device->usb_root_hub_dip)-> in usba_req_wrapper_alloc()
|
/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci_hub.c | 330 ph->p_usba_device->usb_root_hub_dip); in ohci_handle_root_hub_pipe_open() 393 ph->p_usba_device->usb_root_hub_dip); in ohci_handle_root_hub_pipe_close() 462 ph->p_usba_device->usb_root_hub_dip); in ohci_handle_root_hub_pipe_reset() 1295 ph->p_usba_device->usb_root_hub_dip); in ohci_handle_root_hub_pipe_start_intr_polling() 1376 ph->p_usba_device->usb_root_hub_dip); in ohci_handle_root_hub_pipe_stop_intr_polling() 1749 ph->p_usba_device->usb_root_hub_dip); in ohci_root_hub_hcdi_callback()
|
H A D | ohci.c | 2470 ph->p_usba_device->usb_root_hub_dip); in ohci_hcdi_pipe_open() 2682 ph->p_usba_device->usb_root_hub_dip); in ohci_hcdi_pipe_close() 2764 ph->p_usba_device->usb_root_hub_dip); in ohci_hcdi_pipe_reset() 2800 ph->p_usba_device->usb_root_hub_dip); in ohci_hcdi_pipe_reset_data_toggle() 2829 ph->p_usba_device->usb_root_hub_dip); in ohci_hcdi_pipe_ctrl_xfer() 2903 usba_device->usb_root_hub_dip); in ohci_hcdi_bulk_transfer_size() 2934 ph->p_usba_device->usb_root_hub_dip); in ohci_hcdi_pipe_bulk_xfer() 2992 ph->p_usba_device->usb_root_hub_dip); in ohci_hcdi_pipe_intr_xfer() 3042 ph->p_usba_device->usb_root_hub_dip); in ohci_hcdi_pipe_stop_intr_polling() 3071 usba_device->usb_root_hub_dip); in ohci_hcdi_get_current_frame_number() [all …]
|
H A D | ohci_polled.c | 131 ohcip = ohci_obtain_state(ph->p_usba_device->usb_root_hub_dip); in ohci_hcdi_polled_input_init() 361 ohcip = ohci_obtain_state(ph->p_usba_device->usb_root_hub_dip); in ohci_hcdi_polled_output_init()
|
/titanic_50/usr/src/cmd/mdb/common/modules/usba/ |
H A D | usb.c | 162 (uintptr_t)usb_dev.usb_root_hub_dip) != 0) { in usba_device2dip()
|
/titanic_50/usr/src/uts/common/io/usb/usb_ia/ |
H A D | usb_ia.c | 324 dev_info_t *root_hub_dip = hub_usba_device->usb_root_hub_dip; in usb_ia_bus_ctl()
|
/titanic_50/usr/src/uts/common/io/usb/usb_mid/ |
H A D | usb_mid.c | 375 dev_info_t *root_hub_dip = hub_usba_device->usb_root_hub_dip; in usb_mid_bus_ctl()
|