Home
last modified time | relevance | path

Searched refs:xhci_dip (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c816 return (xhcip->xhci_dip); in xhci_get_dip()
1075 pci_ereport_teardown(xhcip->xhci_dip); in xhci_fm_fini()
1077 ddi_fm_fini(xhcip->xhci_dip); in xhci_fm_fini()
1102 pci_ereport_setup(xhcip->xhci_dip); in xhci_fm_init()
1106 ddi_fm_handler_register(xhcip->xhci_dip, in xhci_fm_init()
1120 ddi_fm_service_impact(xhcip->xhci_dip, in xhci_reg_poll()
1439 ddi_fm_service_impact(xhcip->xhci_dip, in xhci_find_ext_cap()
1493 ddi_fm_service_impact(xhcip->xhci_dip, in xhci_port_count()
1583 ddi_fm_service_impact(xhcip->xhci_dip, in xhci_controller_takeover()
2032 xhcip->xhci_dip = NULL; in xhci_cleanup()
[all …]
H A Dxhci_context.c185 ddi_fm_service_impact(xhcip->xhci_dip, in xhci_context_init()
193 ddi_fm_service_impact(xhcip->xhci_dip, DDI_SERVICE_LOST); in xhci_context_init()
200 ddi_fm_service_impact(xhcip->xhci_dip, in xhci_context_init()
H A Dxhci_intr.c118 ddi_fm_service_impact(xhcip->xhci_dip, DDI_SERVICE_LOST); in xhci_intr_conf()
H A Dxhci_hub.c743 if (usba_hubdi_unbind_root_hub(xhcip->xhci_dip) != USB_SUCCESS) in xhci_root_hub_fini()
786 ddi_fm_service_impact(xhcip->xhci_dip, in xhci_root_hub_fill_hub_desc()
876 if (usba_hubdi_bind_root_hub(xhcip->xhci_dip, conf, in xhci_root_hub_init()
H A Dxhci_event.c109 ddi_fm_service_impact(xhcip->xhci_dip, DDI_SERVICE_LOST); in xhci_event_init()
H A Dxhci_ring.c152 ddi_fm_service_impact(xhcip->xhci_dip, DDI_SERVICE_LOST); in xhci_ring_reset()
H A Dxhci_polled.c35 vdev_err(xhci_polledp->xhci_polled_xhci->xhci_dip, CE_PANIC, format, in xhci_polled_panic()
H A Dxhci_usba.c1882 usba_hcdi_unregister(xhcip->xhci_dip); in xhci_hcd_fini()
1898 ops->usba_hcdi_dip = xhcip->xhci_dip; in xhci_hcd_init()
1936 hreg.usba_hcdi_register_dip = xhcip->xhci_dip; in xhci_hcd_init()
H A Dxhci_dma.c218 ret = ddi_dma_alloc_handle(xhcip->xhci_dip, attrp, memcb, NULL, in xhci_dma_alloc()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h633 dev_info_t *xhci_dip; member