Searched defs:usbvc_state (Results 1 – 1 of 1) sorted by relevance
47 void *usbvc_state; /* points back to usbvc_state */ member231 struct usbvc_state { struct232 dev_info_t *usbvc_dip; /* per-device info handle */233 usb_client_dev_data_t *usbvc_reg; /* registration data */234 int usbvc_dev_state; /* USB device states. */235 int usbvc_drv_state; /* driver states. */236 kmutex_t usbvc_mutex;237 kcondvar_t usbvc_serial_cv;238 boolean_t usbvc_serial_inuse;239 boolean_t usbvc_locks_initialized;[all …]