Searched refs:horiz (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/Documentation/input/devices/ |
A D | amijoy.rst | 96 JOY0DAT 00A R Denise Joystick-mouse 0 data (left vert, horiz) 97 JOY1DAT 00C R Denise Joystick-mouse 1 data (right vert,horiz) 185 POT0DAT h 012 R Paula Pot counter data left pair (vert, horiz) 186 POT1DAT h 014 R Paula Pot counter data right pair (vert,horiz) 215 With normal (NTSC or PAL) horiz. line rate, the pots will 217 frame time. With proportionally faster horiz line times,
|
/linux-6.3-rc2/drivers/video/fbdev/nvidia/ |
A D | nv_type.h | 66 u32 horiz; member
|
A D | nvidia.c | 370 state->horiz = SetBitField(h_total, 8: 8, 0:0) in nvidia_calc_regs() 383 state->horiz |= SetBitField(h_total, 8: 8, 4:4); in nvidia_calc_regs()
|
A D | nv_hw.c | 1565 VGA_WR08(par->PCIO, 0x03D5, state->horiz); in NVLoadStateExt() 1623 state->horiz = VGA_RD08(par->PCIO, 0x03D5); in NVUnloadStateExt()
|
/linux-6.3-rc2/drivers/gpu/ipu-v3/ |
A D | ipu-csi.c | 610 void ipu_csi_set_downsize(struct ipu_csi *csi, bool horiz, bool vert) in ipu_csi_set_downsize() argument 619 reg |= (horiz ? CSI_HORI_DOWNSIZE_EN : 0) | in ipu_csi_set_downsize()
|
/linux-6.3-rc2/drivers/video/fbdev/riva/ |
A D | riva_hw.h | 506 U032 horiz; member
|
A D | fbdev.c | 746 newmode.ext.horiz = SetBitField(hTotal,8:8,0:0) in riva_load_video_mode() 758 newmode.ext.horiz |= SetBitField(tmp, 8:8,4:4); in riva_load_video_mode()
|
A D | riva_hw.c | 1659 VGA_WR08(chip->PCIO, 0x03D5, state->horiz); in LoadStateExt() 1721 state->horiz = VGA_RD08(chip->PCIO, 0x03D5); in UnloadStateExt()
|
/linux-6.3-rc2/include/video/ |
A D | imx-ipu-v3.h | 367 void ipu_csi_set_downsize(struct ipu_csi *csi, bool horiz, bool vert);
|
Completed in 27 milliseconds