Home
last modified time | relevance | path

Searched refs:usb_root_hub_dip (Results 1 – 22 of 22) sorted by relevance

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci.c812 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 Dehci_hub.c314 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 Dehci_polled.c142 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 Dehci_isoch.c1404 ph->p_usba_device->usb_root_hub_dip); in ehci_hcdi_isoc_callback()
H A Dehci_xfer.c3235 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_44/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c79 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 Duhcipolled.c80 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_44/usr/src/uts/common/sys/usb/usba/
H A Dusba_types.h260 dev_info_t *usb_root_hub_dip; member
358 _NOTE(DATA_READABLE_WITHOUT_LOCK(usba_device::usb_root_hub_dip))
H A Dwhcdi.h232 usba_hcdi_ops_t *usba_hcdi_ops, dev_info_t *usb_root_hub_dip,
/titanic_44/usr/src/uts/common/io/usb/usba/
H A Dusba.c474 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 Dhcdi.c477 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 Dhubdi.c214 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 Dusbai_pipe_mgmt.c443 usba_hcdi_get_hcdi(usba_device->usb_root_hub_dip)-> in usba_init_pipe_handle()
H A Dusbai_register.c431 usba_device->usb_root_hub_dip)->hcdi_soft_iblock_cookie; in usb_get_dev_data()
H A Dusbai_util.c1969 usba_device->usb_root_hub_dip)->hcdi_iblock_cookie; in usb_init_serialization()
H A Dusbai_req.c638 usba_hcdi_get_hcdi(usba_device->usb_root_hub_dip)-> in usba_req_wrapper_alloc()
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c330 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 Dohci.c2470 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 Dohci_polled.c131 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_44/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c162 (uintptr_t)usb_dev.usb_root_hub_dip) != 0) { in usba_device2dip()
/titanic_44/usr/src/uts/common/io/usb/usb_ia/
H A Dusb_ia.c324 dev_info_t *root_hub_dip = hub_usba_device->usb_root_hub_dip; in usb_ia_bus_ctl()
/titanic_44/usr/src/uts/common/io/usb/usb_mid/
H A Dusb_mid.c375 dev_info_t *root_hub_dip = hub_usba_device->usb_root_hub_dip; in usb_mid_bus_ctl()