Home | History | Annotate | Download | only in src

Lines Matching refs:v4l2_port

7037     enum v4l2_ports v4l2_port = OUTPUT_PORT;
7041 v4l2_port = OUTPUT_PORT;
7044 v4l2_port = CAPTURE_PORT;
7055 if (!streaming[v4l2_port]) {
7058 " which is already streamed off", v4l2_port);
7062 DEBUG_PRINT_HIGH("Streaming off %d port", v4l2_port);
7067 DEBUG_PRINT_ERROR("Failed to call streamoff on %d Port", v4l2_port);
7069 streaming[v4l2_port] = false;