Home
last modified time | relevance | path

Searched defs:usbvc_state (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h46 void *usbvc_state; /* points back to usbvc_state */ member
232 struct usbvc_state { struct
233 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 …]