Home
last modified time | relevance | path

Searched refs:OUT_PASSTHROUGH (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/media/pci/ivtv/
Divtv-streams.c508 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_start_v4l2_encode_stream()
519 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_start_v4l2_encode_stream()
696 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_setup_v4l2_decode_stream()
995 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_passthrough_mode()
998 if (ivtv_set_output_mode(itv, OUT_PASSTHROUGH) != OUT_PASSTHROUGH) in ivtv_passthrough_mode()
1024 if (itv->output_mode != OUT_PASSTHROUGH) in ivtv_passthrough_mode()
Divtv-vbi.c469 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_vbi_work_handler()
Divtv-driver.h184 #define OUT_PASSTHROUGH 4 macro
Divtv-irq.c886 if (frame && (itv->output_mode == OUT_PASSTHROUGH || in ivtv_irq_vsync()
Divtv-ioctl.c1561 if (mode < 0 || mode > OUT_PASSTHROUGH) in ivtv_log_status()