Searched refs:ehci_dip (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_util.c | 409 if (ddi_dma_alloc_handle(ehcip->ehci_dip, &ehcip->ehci_dma_attr, in ehci_allocate_pools() 475 if (ddi_dma_alloc_handle(ehcip->ehci_dip, in ehci_allocate_pools() 611 if (pci_config_setup(ehcip->ehci_dip, in ehci_map_regs() 637 if (ddi_regs_map_setup(ehcip->ehci_dip, 1, in ehci_map_regs() 655 if (ddi_regs_map_setup(ehcip->ehci_dip, 1, in ehci_map_regs() 738 if (ehci_is_polled(ehcip->ehci_dip)) { in ehci_register_intrs_and_init_mutex() 774 if (ddi_intr_get_supported_types(ehcip->ehci_dip, in ehci_register_intrs_and_init_mutex() 847 ret = ddi_intr_get_nintrs(ehcip->ehci_dip, intr_type, &count); in ehci_add_intrs() 857 ret = ddi_intr_get_navail(ehcip->ehci_dip, intr_type, &avail); in ehci_add_intrs() 880 ret = ddi_intr_alloc(ehcip->ehci_dip, ehcip->ehci_htable, in ehci_add_intrs() [all …]
|
H A D | ehci.c | 250 ehcip->ehci_dip = dip; in ehci_attach() 552 *result = (void *)ehcip->ehci_dip; in ehci_info() 586 return (ehcip->ehci_dip); in ehci_get_dip()
|
H A D | ehci_polled.c | 184 if (ddi_prop_exists(DDI_DEV_T_ANY, ehcip->ehci_dip, in ehci_hcdi_polled_input_init() 491 if (ddi_prop_exists(DDI_DEV_T_ANY, ehcip->ehci_dip, in ehci_hcdi_polled_output_init() 2029 if ((result = ddi_dma_alloc_handle(ehcip->ehci_dip, in ehci_polled_create_tw()
|
H A D | ehci_hub.c | 282 return (usba_hubdi_bind_root_hub(ehcip->ehci_dip, in ehci_load_root_hub_driver() 298 return (usba_hubdi_unbind_root_hub(ehcip->ehci_dip)); in ehci_unload_root_hub_driver()
|
H A D | ehci_isoch_util.c | 185 result = ddi_dma_alloc_handle(ehcip->ehci_dip, in ehci_allocate_isoc_pools() 378 result = ddi_dma_alloc_handle(ehcip->ehci_dip, in ehci_allocate_itw()
|
H A D | ehci_xfer.c | 3029 result = ddi_dma_alloc_handle(ehcip->ehci_dip, in ehci_create_transfer_wrapper()
|
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehcid.h | 73 dev_info_t *ehci_dip; /* Dip of HC */ member 279 _NOTE(DATA_READABLE_WITHOUT_LOCK(ehci_state_t::ehci_dip))
|