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