Home
last modified time | relevance | path

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

/linux/drivers/media/pci/ivtv/
H A Divtv-streams.c492 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_start_v4l2_encode_stream()
503 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_start_v4l2_encode_stream()
682 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_setup_v4l2_decode_stream()
981 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_passthrough_mode()
984 if (ivtv_set_output_mode(itv, OUT_PASSTHROUGH) != OUT_PASSTHROUGH) in ivtv_passthrough_mode()
1010 if (itv->output_mode != OUT_PASSTHROUGH) in ivtv_passthrough_mode()
H A Divtv-vbi.c469 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_vbi_work_handler()
H A Divtv-driver.h169 #define OUT_PASSTHROUGH 4 macro
H A Divtv-irq.c886 if (frame && (itv->output_mode == OUT_PASSTHROUGH || in ivtv_irq_vsync()
H A Divtv-ioctl.c1567 if (mode < 0 || mode > OUT_PASSTHROUGH) in ivtv_log_status()