Home
last modified time | relevance | path

Searched refs:scsa2usb_dip (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c581 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 Dusb_ms_cbi.c184 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 Dusb_ms_bulkonly.c792 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_44/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h283 dev_info_t *scsa2usb_dip; /* Per device. info */ member
358 _NOTE(DATA_READABLE_WITHOUT_LOCK(scsa2usb_state::scsa2usb_dip))