Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_attach.c228 soft_state->drvinfo.di_dip = dip; in hci1394_soft_state_phase1_init()
250 soft_state->halinfo.dip = soft_state->drvinfo.di_dip; in hci1394_soft_state_phase1_init()
438 status = pci_config_setup(soft_state->drvinfo.di_dip, in hci1394_pci_init()
596 soft_state->drvinfo.di_dip, DDI_PROP_DONTPASS, "reserved-addresses", in hci1394_resmap_get()
612 soft_state->drvinfo.di_dip), ddi_get_instance( in hci1394_resmap_get()
613 soft_state->drvinfo.di_dip)); in hci1394_resmap_get()
756 ddi_remove_minor_node(soft_state->drvinfo.di_dip, "devctl"); in hci1394_cleanup()
H A Dhci1394_isr.c68 status = ddi_intr_hilevel(soft_state->drvinfo.di_dip, 0); in hci1394_isr_init()
74 status = ddi_get_iblock_cookie(soft_state->drvinfo.di_dip, 0, in hci1394_isr_init()
110 status = ddi_add_intr(soft_state->drvinfo.di_dip, 0, NULL, NULL, in hci1394_isr_handler_init()
126 ddi_remove_intr(soft_state->drvinfo.di_dip, 0, in hci1394_isr_handler_fini()
234 hci1394_shutdown(soft_state->drvinfo.di_dip); in hci1394_isr()
H A Dhci1394_misc.c62 *result = (void *)soft_state->drvinfo.di_dip; in hci1394_getinfo()
H A Dhci1394_buf.c112 status = ddi_dma_alloc_handle(drvinfo->di_dip, &dma_attr, in hci1394_buf_alloc()
H A Dhci1394_vendor.c298 status = ddi_regs_map_setup(vendor->ve_drvinfo->di_dip, RIOREG_REG_BASE, in hci1394_rio_init()
H A Dhci1394_isoch.c624 hci1394_shutdown(soft_statep->drvinfo.di_dip); in hci1394_do_stop()
H A Dhci1394_s1394if.c131 hci1394_shutdown(soft_state->drvinfo.di_dip); in hci1394_s1394if_shutdown()
H A Dhci1394_async.c677 hci1394_shutdown(async_handle->as_drvinfo->di_dip); in hci1394_async_arresp_process()
847 hci1394_shutdown(async_handle->as_drvinfo->di_dip); in hci1394_async_arreq_process()
H A Dhci1394_ohci.c114 status = ddi_regs_map_setup(drvinfo->di_dip, OHCI_REG_SET, in hci1394_ohci_init()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_drvinfo.h80 dev_info_t *di_dip; member
/illumos-gate/usr/src/uts/common/sys/
H A Ddcopy_device.h109 dev_info_t *di_dip; member
/illumos-gate/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.c428 static dev_info_t *di_dip; variable
438 *result = (void *)di_dip; in di_info()
474 di_dip = dip; in di_attach()
496 di_dip = NULL; in di_detach()
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat.c475 state->is_deviceinfo.di_dip = state->is_dip; in ioat_drv_init()