Home | History | Annotate | Download | only in src

Lines Matching refs:v4l2_port

7073     enum v4l2_ports v4l2_port = OUTPUT_PORT;
7077 v4l2_port = OUTPUT_PORT;
7080 v4l2_port = CAPTURE_PORT;
7091 if (!streaming[v4l2_port]) {
7094 " which is already streamed off", v4l2_port);
7098 DEBUG_PRINT_HIGH("Streaming off %d port", v4l2_port);
7103 DEBUG_PRINT_ERROR("Failed to call streamoff on %d Port", v4l2_port);
7105 streaming[v4l2_port] = false;