/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | dfp.c | 291 struct drm_display_mode *output_mode = &nv_encoder->mode; in nv04_dfp_mode_set() local 296 drm_mode_debug_printmodeline(output_mode); in nv04_dfp_mode_set() 299 regp->fp_horiz_regs[FP_DISPLAY_END] = output_mode->hdisplay - 1; in nv04_dfp_mode_set() 300 regp->fp_horiz_regs[FP_TOTAL] = output_mode->htotal - 1; in nv04_dfp_mode_set() 302 (output_mode->hsync_start - output_mode->hdisplay) >= in nv04_dfp_mode_set() 304 regp->fp_horiz_regs[FP_CRTC] = output_mode->hdisplay; in nv04_dfp_mode_set() 306 regp->fp_horiz_regs[FP_CRTC] = output_mode->hsync_start - drm->vbios.digital_min_front_porch - 1; in nv04_dfp_mode_set() 307 regp->fp_horiz_regs[FP_SYNC_START] = output_mode->hsync_start - 1; in nv04_dfp_mode_set() 308 regp->fp_horiz_regs[FP_SYNC_END] = output_mode->hsync_end - 1; in nv04_dfp_mode_set() 309 regp->fp_horiz_regs[FP_VALID_START] = output_mode->hskew; in nv04_dfp_mode_set() [all …]
|
D | tvnv17.c | 234 struct drm_display_mode *output_mode = &tv_norm->ctv_enc_mode.mode; in nv17_tv_get_hd_modes() local 253 if (modes[i].hdisplay > output_mode->hdisplay || in nv17_tv_get_hd_modes() 254 modes[i].vdisplay > output_mode->vdisplay) in nv17_tv_get_hd_modes() 257 if (modes[i].hdisplay == output_mode->hdisplay && in nv17_tv_get_hd_modes() 258 modes[i].vdisplay == output_mode->vdisplay) { in nv17_tv_get_hd_modes() 259 mode = drm_mode_duplicate(encoder->dev, output_mode); in nv17_tv_get_hd_modes() 265 (output_mode->flags & in nv17_tv_get_hd_modes() 270 if (output_mode->hdisplay <= 720 in nv17_tv_get_hd_modes() 271 || output_mode->hdisplay >= 1920) { in nv17_tv_get_hd_modes() 272 mode->htotal = output_mode->htotal; in nv17_tv_get_hd_modes() [all …]
|
D | tvmodesnv17.c | 550 struct drm_display_mode *output_mode = in nv17_ctv_update_rescaler() local 555 if (output_mode->flags & DRM_MODE_FLAG_INTERLACE) in nv17_ctv_update_rescaler() 560 hmargin = (output_mode->hdisplay - crtc_mode->hdisplay) / 2; in nv17_ctv_update_rescaler() 561 vmargin = (output_mode->vdisplay - crtc_mode->vdisplay) / 2; in nv17_ctv_update_rescaler() 563 hmargin = interpolate(0, min(hmargin, output_mode->hdisplay/20), in nv17_ctv_update_rescaler() 565 vmargin = interpolate(0, min(vmargin, output_mode->vdisplay/20), in nv17_ctv_update_rescaler() 569 (output_mode->hdisplay - 2*hmargin); in nv17_ctv_update_rescaler() 571 (output_mode->vdisplay - 2*vmargin) & ~3; in nv17_ctv_update_rescaler() 574 regs->fp_horiz_regs[FP_VALID_END] = output_mode->hdisplay - hmargin - 1; in nv17_ctv_update_rescaler() 576 regs->fp_vert_regs[FP_VALID_END] = output_mode->vdisplay - vmargin - 1; in nv17_ctv_update_rescaler()
|
/linux-4.4.14/scripts/ |
D | kernel-doc | 287 my $output_mode = "man"; 390 $output_mode = "html"; 394 $output_mode = "html5"; 398 $output_mode = "man"; 402 $output_mode = "text"; 406 $output_mode = "xml"; 410 $output_mode = "list"; 414 $output_mode = "gnome"; 539 if ($output_mode eq "html" || $output_mode eq "html5" || 540 $output_mode eq "xml") { [all …]
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-cards.c | 101 .output_mode = OUT_MODE_VIP11, 141 .output_mode = OUT_MODE_VIP11, 181 .output_mode = OUT_MODE_VIP11, 222 .output_mode = OUT_MODE_VIP11, 257 .output_mode = OUT_MODE_VIP11, 293 .output_mode = OUT_MODE_VIP11, 321 .output_mode = OUT_MODE_VIP11, 349 .output_mode = OUT_MODE_VIP11, 383 .output_mode = OUT_MODE_VIP11, 410 .output_mode = OUT_MODE_VIP11, [all …]
|
D | cx231xx-dvb.c | 71 .output_mode = S5H1432_SERIAL_OUTPUT, 100 .output_mode = S5H1411_SERIAL_OUTPUT, 109 .output_mode = S5H1411_SERIAL_OUTPUT,
|
D | cx231xx-avcore.c | 670 dev->board.output_mode); in cx231xx_set_decoder_video_input() 789 dev->board.output_mode); in cx231xx_set_decoder_video_input() 879 dev->board.output_mode); in cx231xx_set_decoder_video_input()
|
D | cx231xx.h | 378 int output_mode; member
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | cx22702.h | 41 u8 output_mode; member
|
D | s5h1409.h | 35 u8 output_mode; member
|
D | s5h1411.h | 36 u8 output_mode; member
|
D | s5h1432.h | 42 u8 output_mode; member
|
D | tda10048.h | 37 u8 output_mode; member
|
D | tda1002x.h | 54 u8 output_mode; member
|
D | dib7000p.h | 37 u8 output_mode; member
|
D | dib8000.h | 33 u8 output_mode; member
|
D | dib9000.h | 25 u8 output_mode; member
|
D | tda10023.c | 293 if (state->config->output_mode) in tda10023_init() 294 tda10023_inittab[95] = state->config->output_mode; in tda10023_init()
|
D | dib7000p.c | 1550 dib7090_set_output_mode(fe, state->cfg.output_mode); in dib7000p_set_frontend() 1556 dib7000p_set_output_mode(state, state->cfg.output_mode); in dib7000p_set_frontend() 2735 …if ((st->cfg.output_mode != OUTMODE_MPEG2_SERIAL) && (st->cfg.output_mode != OUTMODE_MPEG2_PAR_GAT… in dib7000p_init() 2736 st->cfg.output_mode = OUTMODE_MPEG2_FIFO; in dib7000p_init() 2770 dib7090_set_output_mode(demod, st->cfg.output_mode); in dib7000p_init()
|
D | dib8000.c | 120 u16 output_mode; member 406 state->output_mode = mode; in dib8000_set_output_mode() 1564 state->output_mode = mode; in dib8096p_set_output_mode() 3188 if ((state->fe[1] != NULL) && (state->output_mode != OUTMODE_DIVERSITY)) { in dib8000_tune() 3724 dib8000_set_output_mode(state->fe[0], state->cfg.output_mode); in dib8000_set_frontend() 3726 dib8096p_set_output_mode(state->fe[0], state->cfg.output_mode); in dib8000_set_frontend() 4455 …if ((state->cfg.output_mode != OUTMODE_MPEG2_SERIAL) && (state->cfg.output_mode != OUTMODE_MPEG2_P… in dib8000_init() 4456 state->cfg.output_mode = OUTMODE_MPEG2_FIFO; in dib8000_init()
|
D | cx22702.c | 447 cx22702_writereg(state, 0xf8, (state->config->output_mode << 1) in cx22702_init()
|
D | dib9000.c | 2125 dib9000_fw_set_output_mode(state->fe[0], state->chip.d9.cfg.output_mode); in dib9000_set_frontend() 2525 …if ((st->chip.d9.cfg.output_mode != OUTMODE_MPEG2_SERIAL) && (st->chip.d9.cfg.output_mode != OUTMO… in dib9000_attach() 2526 st->chip.d9.cfg.output_mode = OUTMODE_MPEG2_FIFO; in dib9000_attach()
|
D | s5h1411.c | 643 if (state->config->output_mode == S5H1411_SERIAL_OUTPUT) in s5h1411_init()
|
D | s5h1409.c | 739 if (state->config->output_mode == S5H1409_SERIAL_OUTPUT) in s5h1409_init()
|
D | tda10048.c | 780 tda10048_output_mode(fe, config->output_mode); in tda10048_init()
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-streams.c | 493 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() 1009 if (itv->output_mode != OUT_PASSTHROUGH) in ivtv_passthrough_mode() 1020 itv->output_mode = OUT_NONE; in ivtv_passthrough_mode()
|
D | ivtv-fileops.c | 865 itv->output_mode = OUT_NONE; in ivtv_stop_decoding() 870 if (itv->output_mode == OUT_UDMA_YUV && id->yuv_frames) in ivtv_stop_decoding() 871 itv->output_mode = OUT_NONE; in ivtv_stop_decoding() 930 if (itv->output_mode == OUT_NONE && !test_bit(IVTV_F_S_APPL_IO, &s_vout->s_flags)) { in ivtv_v4l2_close()
|
D | ivtv-ioctl.c | 282 if (itv->output_mode != OUT_MPG) in ivtv_video_command() 285 itv->output_mode = OUT_NONE; in ivtv_video_command() 293 if (itv->output_mode != OUT_MPG) in ivtv_video_command() 307 if (itv->output_mode != OUT_MPG) in ivtv_video_command() 1539 int mode = itv->output_mode; in ivtv_log_status() 1640 if (itv->output_mode == OUT_UDMA_YUV && args->y_source == NULL) in ivtv_decoder_ioctls() 1758 if (itv->output_mode == OUT_UDMA_YUV && in ivtv_decoder_ioctls()
|
D | ivtv-driver.c | 330 old_mode = itv->output_mode; in ivtv_set_output_mode() 332 itv->output_mode = old_mode = mode; in ivtv_set_output_mode() 339 switch (itv->output_mode) { in ivtv_get_output_stream()
|
D | ivtv-vbi.c | 481 if (itv->output_mode == OUT_PASSTHROUGH) { in ivtv_vbi_work_handler()
|
D | ivtv-driver.h | 654 int output_mode; /* decoder output mode: NONE, MPG, YUV, UDMA YUV, passthrough */ member
|
D | ivtv-irq.c | 898 if (frame && (itv->output_mode == OUT_PASSTHROUGH || in ivtv_irq_vsync()
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-devattr.c | 311 .output_mode = TDA10048_PARALLEL_OUTPUT, 409 .output_mode = S5H1409_PARALLEL_OUTPUT, 417 .output_mode = S5H1411_PARALLEL_OUTPUT,
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
D | cx23885-dvb.c | 189 .output_mode = S5H1409_SERIAL_OUTPUT, 199 .output_mode = TDA10048_SERIAL_OUTPUT, 210 .output_mode = TDA10048_SERIAL_OUTPUT, 221 .output_mode = S5H1409_SERIAL_OUTPUT, 231 .output_mode = S5H1409_SERIAL_OUTPUT, 241 .output_mode = S5H1409_SERIAL_OUTPUT, 260 .output_mode = S5H1409_SERIAL_OUTPUT, 270 .output_mode = S5H1409_SERIAL_OUTPUT, 279 .output_mode = S5H1411_SERIAL_OUTPUT, 289 .output_mode = S5H1411_SERIAL_OUTPUT, [all …]
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
D | saa7164-dvb.c | 38 .output_mode = TDA10048_SERIAL_OUTPUT, 48 .output_mode = TDA10048_SERIAL_OUTPUT, 79 .output_mode = S5H1411_SERIAL_OUTPUT,
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-dvb.c | 370 .output_mode = CX22702_SERIAL_OUTPUT, 375 .output_mode = CX22702_SERIAL_OUTPUT, 554 .output_mode = S5H1409_PARALLEL_OUTPUT, 564 .output_mode = S5H1409_SERIAL_OUTPUT, 573 .output_mode = S5H1409_SERIAL_OUTPUT, 598 .output_mode = S5H1411_SERIAL_OUTPUT,
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-dvb.c | 74 .output_mode = S5H1409_SERIAL_OUTPUT, 87 .output_mode = S5H1411_SERIAL_OUTPUT,
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | dib0700_devices.c | 1208 .output_mode = OUTMODE_MPEG2_FIFO, 1224 .output_mode = OUTMODE_MPEG2_FIFO, 1568 .output_mode = OUTMODE_MPEG2_FIFO, 1587 .output_mode = OUTMODE_DIVERSITY, 1967 .output_mode = OUTMODE_MPEG2_FIFO, 2259 .output_mode = OUTMODE_MPEG2_FIFO, 2282 .output_mode = OUTMODE_MPEG2_FIFO, 2290 .output_mode = OUTMODE_DIVERSITY, 2788 .output_mode = OUTMODE_MPEG2_FIFO, 2834 .output_mode = OUTMODE_MPEG2_PAR_GATED_CLK, [all …]
|
D | ttusb2.c | 489 .output_mode = TDA10048_PARALLEL_OUTPUT,
|
D | cxusb.c | 678 .output_mode = CX22702_PARALLEL_OUTPUT, 1058 .output_mode = OUTMODE_MPEG2_PAR_GATED_CLK,
|
/linux-4.4.14/drivers/media/pci/saa7134/ |
D | saa7134-dvb.c | 1089 .output_mode = TDA10048_SERIAL_OUTPUT, 1119 .output_mode = TDA10048_PARALLEL_OUTPUT, 1135 .output_mode = TDA10048_PARALLEL_OUTPUT, 1195 .output_mode = S5H1411_PARALLEL_OUTPUT,
|
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/ |
D | anysee.c | 294 .output_mode = TDA10023_OUTPUT_MODE_PARALLEL_C, 330 .output_mode = TDA10023_OUTPUT_MODE_PARALLEL_B,
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-dvb.c | 350 .output_mode = S5H1409_PARALLEL_OUTPUT,
|