Searched defs:scsa2usb_state (Results 1 – 1 of 1) sorted by relevance
278 typedef struct scsa2usb_state { struct279 int scsa2usb_instance; /* Instance number */280 int scsa2usb_dev_state; /* USB device state */281 int scsa2usb_flags; /* Per instance flags */282 int scsa2usb_intfc_num; /* Interface number */283 dev_info_t *scsa2usb_dip; /* Per device. info */284 scsa2usb_power_t *scsa2usb_pm; /* PM state info */286 int scsa2usb_transport_busy; /* ugen/sd traffic */287 int scsa2usb_ugen_open_count;288 kcondvar_t scsa2usb_transport_busy_cv;[all …]