Searched defs:scsa2usb_state (Results 1 – 1 of 1) sorted by relevance
290 typedef struct scsa2usb_state { struct291 int scsa2usb_instance; /* Instance number */292 int scsa2usb_dev_state; /* USB device state */293 int scsa2usb_flags; /* Per instance flags */294 int scsa2usb_intfc_num; /* Interface number */295 dev_info_t *scsa2usb_dip; /* Per device. info */296 scsa2usb_power_t *scsa2usb_pm; /* PM state info */298 int scsa2usb_transport_busy; /* ugen/sd traffic */299 int scsa2usb_ugen_open_count;300 kcondvar_t scsa2usb_transport_busy_cv;[all …]