Searched refs:capture_type (Results 1 – 2 of 2) sorted by relevance
678 v4l2->capture_type = 0; in process_frame_data_em28xx()686 v4l2->capture_type = 2; in process_frame_data_em28xx()698 if (v4l2->capture_type == 0) { in process_frame_data_em28xx()701 v4l2->capture_type = 1; in process_frame_data_em28xx()704 if (v4l2->capture_type == 1) { in process_frame_data_em28xx()716 v4l2->capture_type = 2; in process_frame_data_em28xx()722 if (v4l2->capture_type == 2) { in process_frame_data_em28xx()725 v4l2->capture_type = 3; in process_frame_data_em28xx()728 if (v4l2->capture_type == 3 && buf && data_len > 0) in process_frame_data_em28xx()1116 v4l2->capture_type = -1; in em28xx_start_analog_streaming()
592 int capture_type; member