Searched refs:uhci_dip (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhci.c | 288 uhcip->uhci_dip = dip; 297 if (ddi_intr_get_supported_types(uhcip->uhci_dip, 494 ret = ddi_intr_get_nintrs(uhcip->uhci_dip, intr_type, &count); 504 ret = ddi_intr_get_navail(uhcip->uhci_dip, intr_type, &avail); 527 ret = ddi_intr_alloc(uhcip->uhci_dip, uhcip->uhci_htable, 763 *result = (void *)uhcip->uhci_dip; 796 if (usba_hubdi_unbind_root_hub(uhcip->uhci_dip) != USB_SUCCESS) { 822 usba_hcdi_unregister(uhcip->uhci_dip); 839 ddi_prop_remove_all(uhcip->uhci_dip); 859 if (usba_hubdi_detach(uhcip->uhci_dip, DDI_SUSPEN [all...] |
H A D | uhciutil.c | 227 dev_info_t *dip = uhcip->uhci_dip; 460 dev_info_t *dip = uhcip->uhci_dip; 592 dev_info_t *dip = uhcip->uhci_dip; 606 if (ddi_prop_lookup_int_array(DDI_DEV_T_ANY, uhcip->uhci_dip, 1789 if (ddi_dma_alloc_handle(uhcip->uhci_dip, &dma_attr, dmamem_wait, 2280 const char *dname = ddi_driver_name(uhcip->uhci_dip); 3148 if (ddi_dma_alloc_handle(uhcip->uhci_dip, 3849 if ((result = ddi_dma_alloc_handle(uhcip->uhci_dip, &dma_attr,
|
H A D | uhcihub.c | 191 return (usba_hubdi_bind_root_hub(uhcip->uhci_dip, uhci_rh_config_descr,
|
H A D | uhcipolled.c | 862 if ((result = ddi_dma_alloc_handle(uhcip->uhci_dip,
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhcid.h | 120 dev_info_t *uhci_dip; /* dip of HC */ member in struct:uhci_state
|
Completed in 82 milliseconds