Searched refs:usbvc_start_isoc_polling (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/ |
H A D | usbvc_var.h | 369 int usbvc_start_isoc_polling(usbvc_state_t *, usbvc_stream_if_t *, uchar_t);
|
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/ |
H A D | usbvc.c | 808 if (usbvc_start_isoc_polling(usbvcp, strm_if, NULL) != 812 "usbvc_read: usbvc_start_isoc_polling fail"); 1550 if (usbvc_start_isoc_polling(usbvcp, strm_if, V4L2_MEMORY_MMAP) 3080 usbvc_start_isoc_polling(usbvc_state_t *usbvcp, usbvc_stream_if_t *strm_if, function 3097 "usbvc_start_isoc_polling: if_num=%d, alt=%d, n_pkt=%d," 3108 "usbvc_start_isoc_polling: n_pkt=%d", n_pkt); 3140 "usbvc_start_isoc_polling: alloc_isoc_req fail"); 3152 "usbvc_start_isoc_polling: return, rval=%d", rval);
|
H A D | usbvc_v4l2.c | 482 if (usbvc_start_isoc_polling(usbvcp, strm_if,
|
Completed in 87 milliseconds