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

/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c562 int input_idx = 0; /* Support only one input now */ local
566 USBVC_COPYOUT(input_idx);
573 int input_idx; local
575 USBVC_COPYIN(input_idx);
578 if (input_idx != 0) { /* Support only one input now */

Completed in 60 milliseconds