Searched defs:usbvc_state_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h40 typedef struct usbvc_state usbvc_state_t; typedef in typeref:struct:usbvc_state
339 _NOTE(MUTEX_PROTECTS_DATA(usbvc_state_t::usbvc_mutex, usbvc_state_t))
340 _NOTE(DATA_READABLE_WITHOUT_LOCK(usbvc_state_t::{
368 int usbvc_open_isoc_pipe(usbvc_state_t *, usbvc_stream_if_t *);
369 int usbvc_start_isoc_polling(usbvc_state_t *, usbvc_stream_if_t *, uchar_t);
370 int usbvc_vc_set_ctrl(usbvc_state_t *, uint8_t, uint8_t,
372 int usbvc_vc_get_ctrl(usbvc_state_t *, uint8_t, uint8_t,
374 int usbvc_vs_set_probe_commit(usbvc_state_t *, usbvc_stream_if_t *,
376 void usbvc_free_map_bufs(usbvc_state_t *, usbvc_stream_if_
[all...]

Completed in 59 milliseconds