Searched refs:scsa2usb_dip (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 581 scsa2usbp->scsa2usb_dip) { in scsa2usb_info() 582 *result = scsa2usbp->scsa2usb_dip; in scsa2usb_info() 663 scsa2usbp->scsa2usb_dip = dip; in scsa2usb_attach() 698 scsa2usbp->scsa2usb_dip = dip; in scsa2usb_attach() 949 if (usb_register_event_cbs(scsa2usbp->scsa2usb_dip, &scsa2usb_events, in scsa2usb_attach() 1339 usb_unregister_event_cbs(scsa2usbp->scsa2usb_dip, &scsa2usb_events); in scsa2usb_cleanup() 1411 usb_client_detach(scsa2usbp->scsa2usb_dip, in scsa2usb_cleanup() 1452 if (ddi_prop_lookup_string_array(DDI_DEV_T_ANY, scsa2usbp->scsa2usb_dip, in scsa2usb_override() 1871 ndi_devi_alloc_sleep(scsa2usbp->scsa2usb_dip, node_name, in scsa2usb_create_luns() 1949 (void) ddi_initchild(scsa2usbp->scsa2usb_dip, cdip); in scsa2usb_create_luns() [all …]
|
H A D | usb_ms_cbi.c | 184 rval = usb_pipe_sync_ctrl_xfer(scsa2usbp->scsa2usb_dip, in scsa2usb_cbi_transport() 362 req = usb_alloc_intr_req(scsa2usbp->scsa2usb_dip, 0, USB_FLAGS_SLEEP); in scsa2usb_cbi_start_intr_polling() 548 rval = usb_pipe_sync_ctrl_xfer(scsa2usbp->scsa2usb_dip, in scsa2usb_cbi_reset_recovery()
|
H A D | usb_ms_bulkonly.c | 792 rval = usb_pipe_sync_ctrl_xfer(scsa2usbp->scsa2usb_dip, in scsa2usb_bulk_only_reset_recovery() 851 rval = usb_pipe_sync_ctrl_xfer(scsa2usbp->scsa2usb_dip, in scsa2usb_bulk_only_get_max_lun()
|
/titanic_41/usr/src/uts/common/sys/usb/scsa2usb/ |
H A D | scsa2usb.h | 283 dev_info_t *scsa2usb_dip; /* Per device. info */ member 358 _NOTE(DATA_READABLE_WITHOUT_LOCK(scsa2usb_state::scsa2usb_dip))
|