Searched refs:hreg (Results 1 – 1 of 1) sorted by relevance
1957 usba_hcdi_register_args_t hreg; in xhci_hcd_init() local2001 hreg.usba_hcdi_register_version = HCDI_REGISTER_VERSION; in xhci_hcd_init()2002 hreg.usba_hcdi_register_dip = xhcip->xhci_dip; in xhci_hcd_init()2003 hreg.usba_hcdi_register_ops = ops; in xhci_hcd_init()2011 hreg.usba_hcdi_register_dma_attr = &xhcip->xhci_usba.xa_dma_attr; in xhci_hcd_init()2013 hreg.usba_hcdi_register_iblock_cookie = in xhci_hcd_init()2016 if (usba_hcdi_register(&hreg, 0) != DDI_SUCCESS) { in xhci_hcd_init()