Searched refs:ohci_dip (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohcid.h | 122 dev_info_t *ohci_dip; /* Dip of HC */ member 312 _NOTE(DATA_READABLE_WITHOUT_LOCK(ohci_state_t::ohci_dip))
|
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci.c | 662 ohcip->ohci_dip = dip; in ohci_attach() 832 *result = (void *)ohcip->ohci_dip; in ohci_info() 866 return (ohcip->ohci_dip); in ohci_get_dip() 984 if (ddi_dma_alloc_handle(ohcip->ohci_dip, &ohcip->ohci_dma_attr, in ohci_allocate_pools() 1052 if (ddi_dma_alloc_handle(ohcip->ohci_dip, in ohci_allocate_pools() 1179 if (ddi_regs_map_setup(ohcip->ohci_dip, 1, in ohci_map_regs() 1190 if (pci_config_setup(ohcip->ohci_dip, in ohci_map_regs() 1273 if (ohci_is_polled(ohcip->ohci_dip)) { in ohci_register_intrs_and_init_mutex() 1287 if (ddi_intr_get_supported_types(ohcip->ohci_dip, in ohci_register_intrs_and_init_mutex() 1362 ret = ddi_intr_get_nintrs(ohcip->ohci_dip, intr_type, &count); in ohci_add_intrs() [all …]
|
H A D | ohci_polled.c | 180 if (ddi_prop_exists(DDI_DEV_T_ANY, ohcip->ohci_dip, in ohci_hcdi_polled_input_init() 391 if (ddi_prop_exists(DDI_DEV_T_ANY, ohcip->ohci_dip, in ohci_hcdi_polled_output_init() 2135 if ((result = ddi_dma_alloc_handle(ohcip->ohci_dip, in ohci_polled_create_tw()
|
H A D | ohci_hub.c | 298 return (usba_hubdi_bind_root_hub(ohcip->ohci_dip, in ohci_load_root_hub_driver() 314 return (usba_hubdi_unbind_root_hub(ohcip->ohci_dip)); in ohci_unload_root_hub_driver()
|