Home
last modified time | relevance | path

Searched refs:di_dip (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_attach.c298 soft_state->drvinfo.di_dip = dip; in hci1394_soft_state_phase1_init()
320 soft_state->halinfo.dip = soft_state->drvinfo.di_dip; in hci1394_soft_state_phase1_init()
555 status = pci_config_setup(soft_state->drvinfo.di_dip, in hci1394_pci_init()
726 soft_state->drvinfo.di_dip, DDI_PROP_DONTPASS, "reserved-addresses", in hci1394_resmap_get()
744 soft_state->drvinfo.di_dip), ddi_get_instance( in hci1394_resmap_get()
745 soft_state->drvinfo.di_dip)); in hci1394_resmap_get()
895 ddi_remove_minor_node(soft_state->drvinfo.di_dip, "devctl"); in hci1394_cleanup()
H A Dhci1394_isr.c70 status = ddi_intr_hilevel(soft_state->drvinfo.di_dip, 0); in hci1394_isr_init()
81 status = ddi_get_iblock_cookie(soft_state->drvinfo.di_dip, 0, in hci1394_isr_init()
126 status = ddi_add_intr(soft_state->drvinfo.di_dip, 0, NULL, NULL, in hci1394_isr_handler_init()
148 ddi_remove_intr(soft_state->drvinfo.di_dip, 0, in hci1394_isr_handler_fini()
262 hci1394_shutdown(soft_state->drvinfo.di_dip); in hci1394_isr()
H A Dhci1394_buf.c115 status = ddi_dma_alloc_handle(drvinfo->di_dip, &dma_attr, in hci1394_buf_alloc()
H A Dhci1394_misc.c72 *result = (void *)soft_state->drvinfo.di_dip; in hci1394_getinfo()
H A Dhci1394_vendor.c342 status = ddi_regs_map_setup(vendor->ve_drvinfo->di_dip, RIOREG_REG_BASE, in hci1394_rio_init()
H A Dhci1394_isoch.c740 hci1394_shutdown(soft_statep->drvinfo.di_dip); in hci1394_do_stop()
H A Dhci1394_s1394if.c135 hci1394_shutdown(soft_state->drvinfo.di_dip); in hci1394_s1394if_shutdown()
H A Dhci1394_async.c782 hci1394_shutdown(async_handle->as_drvinfo->di_dip); in hci1394_async_arresp_process()
973 hci1394_shutdown(async_handle->as_drvinfo->di_dip); in hci1394_async_arreq_process()
H A Dhci1394_ohci.c116 status = ddi_regs_map_setup(drvinfo->di_dip, OHCI_REG_SET, in hci1394_ohci_init()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_drvinfo.h82 dev_info_t *di_dip; member
/titanic_41/usr/src/uts/common/sys/
H A Ddcopy_device.h111 dev_info_t *di_dip; member
/titanic_41/usr/src/uts/common/io/
H A Ddcopy.c886 name = (char *)ddi_driver_name(channel->ch_device->dc_info.di_dip); in dcopy_stats_init()
887 instance = ddi_get_instance(channel->ch_device->dc_info.di_dip); in dcopy_stats_init()
H A Ddevinfo.c426 static dev_info_t *di_dip; variable
436 *result = (void *)di_dip; in di_info()
472 di_dip = dip; in di_attach()
494 di_dip = NULL; in di_detach()
/titanic_41/usr/src/uts/i86pc/io/ioat/
H A Dioat.c475 state->is_deviceinfo.di_dip = state->is_dip; in ioat_drv_init()