Searched refs:scsa2usb_dip (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 595 scsa2usbp->scsa2usb_dip) { in scsa2usb_info() 596 *result = scsa2usbp->scsa2usb_dip; in scsa2usb_info() 677 scsa2usbp->scsa2usb_dip = dip; in scsa2usb_attach() 712 scsa2usbp->scsa2usb_dip = dip; in scsa2usb_attach() 985 if (usb_register_event_cbs(scsa2usbp->scsa2usb_dip, &scsa2usb_events, in scsa2usb_attach() 1375 usb_unregister_event_cbs(scsa2usbp->scsa2usb_dip, &scsa2usb_events); in scsa2usb_cleanup() 1447 usb_client_detach(scsa2usbp->scsa2usb_dip, in scsa2usb_cleanup() 1488 if (ddi_prop_lookup_string_array(DDI_DEV_T_ANY, scsa2usbp->scsa2usb_dip, in scsa2usb_override() 1876 ndi_devi_alloc_sleep(scsa2usbp->scsa2usb_dip, node_name, in scsa2usb_create_luns() 1954 (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()
|
/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/ |
H A D | scsa2usb.h | 295 dev_info_t *scsa2usb_dip; /* Per device. info */ member 379 _NOTE(DATA_READABLE_WITHOUT_LOCK(scsa2usb_state::scsa2usb_dip))
|