Searched refs:di_dip (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_attach.c | 228 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 D | hci1394_isr.c | 68 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 D | hci1394_misc.c | 62 *result = (void *)soft_state->drvinfo.di_dip; in hci1394_getinfo()
|
H A D | hci1394_buf.c | 112 status = ddi_dma_alloc_handle(drvinfo->di_dip, &dma_attr, in hci1394_buf_alloc()
|
H A D | hci1394_vendor.c | 298 status = ddi_regs_map_setup(vendor->ve_drvinfo->di_dip, RIOREG_REG_BASE, in hci1394_rio_init()
|
H A D | hci1394_isoch.c | 624 hci1394_shutdown(soft_statep->drvinfo.di_dip); in hci1394_do_stop()
|
H A D | hci1394_s1394if.c | 131 hci1394_shutdown(soft_state->drvinfo.di_dip); in hci1394_s1394if_shutdown()
|
H A D | hci1394_async.c | 677 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 D | hci1394_ohci.c | 114 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 D | hci1394_drvinfo.h | 80 dev_info_t *di_dip; member
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | dcopy_device.h | 109 dev_info_t *di_dip; member
|
/illumos-gate/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 | 428 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 D | ioat.c | 475 state->is_deviceinfo.di_dip = state->is_dip; in ioat_drv_init()
|