Home | History | Annotate | Download | only in src

Lines Matching refs:v4l2_port

6720 	enum v4l2_ports v4l2_port = OUTPUT_PORT;
6724 v4l2_port = OUTPUT_PORT;
6727 v4l2_port = CAPTURE_PORT;
6738 if (!streaming[v4l2_port]) {
6741 " which is already streamed off", v4l2_port);
6745 DEBUG_PRINT_HIGH("Streaming off %d port", v4l2_port);
6749 DEBUG_PRINT_ERROR("Failed to call streamoff on %d Port \n", v4l2_port);
6751 streaming[v4l2_port] = false;