Searched refs:start_polling (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c204 if (strm_if->start_polling == 1) {
281 if (strm_if->start_polling == 1) {
287 strm_if->start_polling = 0;
476 if (strm_if->start_polling == 1) {
489 strm_if->start_polling = 1;
526 if (strm_if->start_polling == 1) {
531 strm_if->start_polling = 0;
649 if (strm_if->start_polling == 1) {
H A Dusbvc.c703 if (strm_if->start_polling == 1) {
707 strm_if->start_polling = 0;
807 if (strm_if->start_polling != 1) {
817 strm_if->start_polling = 1;
1558 strm_if->start_polling = 1;
3040 strm_if->start_polling = 0;
3287 strm_if->start_polling = 0;
3289 "usbvc_isoc_exc_cb: start_polling=%d cr=%d",
3290 strm_if->start_polling, completion_reason);
/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h126 uchar_t start_polling; /* indicate if isoc polling started */ member in struct:usbvc_stream_if

Completed in 69 milliseconds