Home
last modified time | relevance | path

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

/drivers/media/pci/ivtv/
Divtv-streams.c493 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_start_v4l2_encode_stream()
504 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_start_v4l2_encode_stream()
681 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_setup_v4l2_decode_stream()
980 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_passthrough_mode()
983 if (ivtv_set_output_mode(itv, OUT_PASSTHROUGH) != OUT_PASSTHROUGH) in ivtv_passthrough_mode()
1009 if (itv->output_mode != OUT_PASSTHROUGH) in ivtv_passthrough_mode()
Divtv-vbi.c481 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_vbi_work_handler()
Divtv-driver.h183 #define OUT_PASSTHROUGH 4 macro
Divtv-irq.c898 if (frame && (itv->output_mode == OUT_PASSTHROUGH || in ivtv_irq_vsync()
Divtv-ioctl.c1575 if (mode < 0 || mode > OUT_PASSTHROUGH) in ivtv_log_status()