Home
last modified time | relevance | path

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

/drivers/media/pci/ivtv/
Divtv-streams.c506 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_start_v4l2_encode_stream()
517 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_start_v4l2_encode_stream()
694 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_setup_v4l2_decode_stream()
993 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_passthrough_mode()
996 if (ivtv_set_output_mode(itv, OUT_PASSTHROUGH) != OUT_PASSTHROUGH) in ivtv_passthrough_mode()
1022 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.c894 if (frame && (itv->output_mode == OUT_PASSTHROUGH || in ivtv_irq_vsync()
Divtv-ioctl.c1533 if (mode < 0 || mode > OUT_PASSTHROUGH) in ivtv_log_status()