Home
last modified time | relevance | path

Searched refs:capture_type (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/usb/em28xx/
Dem28xx-video.c678 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()
Dem28xx.h592 int capture_type; member