Searched refs:di_dip (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_attach.c | 298 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 D | hci1394_isr.c | 70 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 D | hci1394_buf.c | 115 status = ddi_dma_alloc_handle(drvinfo->di_dip, &dma_attr, in hci1394_buf_alloc()
|
H A D | hci1394_misc.c | 72 *result = (void *)soft_state->drvinfo.di_dip; in hci1394_getinfo()
|
H A D | hci1394_vendor.c | 342 status = ddi_regs_map_setup(vendor->ve_drvinfo->di_dip, RIOREG_REG_BASE, in hci1394_rio_init()
|
H A D | hci1394_isoch.c | 740 hci1394_shutdown(soft_statep->drvinfo.di_dip); in hci1394_do_stop()
|
H A D | hci1394_s1394if.c | 135 hci1394_shutdown(soft_state->drvinfo.di_dip); in hci1394_s1394if_shutdown()
|
H A D | hci1394_async.c | 782 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 D | hci1394_ohci.c | 116 status = ddi_regs_map_setup(drvinfo->di_dip, OHCI_REG_SET, in hci1394_ohci_init()
|
/titanic_50/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_drvinfo.h | 82 dev_info_t *di_dip; member
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | dcopy_device.h | 111 dev_info_t *di_dip; member
|
/titanic_50/usr/src/uts/common/io/ |
H A D | dcopy.c | 886 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 D | devinfo.c | 426 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_50/usr/src/uts/i86pc/io/ioat/ |
H A D | ioat.c | 475 state->is_deviceinfo.di_dip = state->is_dip; in ioat_drv_init()
|