Home
last modified time | relevance | path

Searched refs:ehci_dip (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c410 if (ddi_dma_alloc_handle(ehcip->ehci_dip, &ehcip->ehci_dma_attr, in ehci_allocate_pools()
476 if (ddi_dma_alloc_handle(ehcip->ehci_dip, in ehci_allocate_pools()
612 if (pci_config_setup(ehcip->ehci_dip, in ehci_map_regs()
638 if (ddi_regs_map_setup(ehcip->ehci_dip, 1, in ehci_map_regs()
656 if (ddi_regs_map_setup(ehcip->ehci_dip, 1, in ehci_map_regs()
739 if (ehci_is_polled(ehcip->ehci_dip)) { in ehci_register_intrs_and_init_mutex()
775 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 Dehci.c249 ehcip->ehci_dip = dip; in ehci_attach()
547 *result = (void *)ehcip->ehci_dip; in ehci_info()
581 return (ehcip->ehci_dip); in ehci_get_dip()
H A Dehci_polled.c184 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 Dehci_hub.c282 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 Dehci_isoch_util.c186 result = ddi_dma_alloc_handle(ehcip->ehci_dip, in ehci_allocate_isoc_pools()
379 result = ddi_dma_alloc_handle(ehcip->ehci_dip, in ehci_allocate_itw()
H A Dehci_xfer.c3025 result = ddi_dma_alloc_handle(ehcip->ehci_dip, in ehci_create_transfer_wrapper()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h73 dev_info_t *ehci_dip; /* Dip of HC */ member
279 _NOTE(DATA_READABLE_WITHOUT_LOCK(ehci_state_t::ehci_dip))