HomeSort by: relevance | last modified time | path
    Searched defs:video (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/arm/nvidia/
tegra_platform.c 164 const char *video = get_bootconf_string(boot_args, "video"); local
165 if (video)
166 prop_dictionary_set_string(dict, "HDMI-A-1", video);
  /src/sys/arch/mac68k/dev/
genfb_grfbus.c 74 #include <machine/video.h>
137 u_int video; local
163 video = *(u_int *)data;
164 if (video == WSDISPLAYIO_VIDEO_OFF)
166 else if (video == WSDISPLAYIO_VIDEO_ON)
  /src/sys/dev/fdt/
simplefb.c 74 u_int video; local
100 video = *(u_int *)data;
101 if (video == WSDISPLAYIO_VIDEO_OFF)
103 else if (video == WSDISPLAYIO_VIDEO_ON)
  /src/sys/arch/epoc32/epoc32/
machdep.c 167 struct btinfo_video *video = NULL; local
205 video = (struct btinfo_video *)btinfo;
206 btinfo = &(video + 1)->common;
207 epoc32_fb_width = video->width;
208 epoc32_fb_height = video->height;
  /src/sys/arch/epoc32/stand/e32boot/exe/
e32boot.cpp 133 struct btinfo_video *video; local
159 video = (struct btinfo_video *)FindBootInfoL(bootinfo, BTINFO_VIDEO);
160 console->Printf(_L(">> Video %d x %d\n"), video->width, video->height);
331 struct btinfo_video *video; local
350 /* Set video width/height to bootinfo. */
353 video = (struct btinfo_video *)common;
354 video->width = MachInfo().iDisplaySizeInPixels.iWidth;
355 video->height = MachInfo().iDisplaySizeInPixels.iHeight
    [all...]
  /src/sys/dev/isa/
isv.c 137 uint16_t video; local
139 video = isv_read(ir, ISV_STATUS) & ISV_STATUS_VIDEO_MASK;
140 return video == ISV_STATUS_VIDEO_RETRACE;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
ctf-constvars.c 48 volatile unsigned short * volatile video = &vitriol; variable
constvars.c 124 volatile unsigned short * volatile video = &vitriol; local
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
ctf-constvars.c 48 volatile unsigned short * volatile video = &vitriol; variable
constvars.c 124 volatile unsigned short * volatile video = &vitriol; local
  /src/sys/arch/atari/include/
video.h 1 /* $NetBSD: video.h,v 1.10 2023/03/25 21:51:12 andvar Exp $ */
31 * Access to circuitry for video
34 #define VIDEO ((struct video *)AD_VIDEO)
36 struct video { struct
66 volatile u_short vd_fal_ctrl; /* Falcon video control */
67 volatile u_short vd_fal_mode; /* Falcon video mode */
74 #define vd_ramh vdb[ 1] /* base address Video RAM, high byte */
75 #define vd_ramm vdb[ 3] /* base address Video RAM, mid byte */
76 #define vd_raml vdb[13] /* base address Video RAM, low byte *
    [all...]
  /src/sys/arch/evbppc/nintendo/dev/
wiiufb.c 469 u_int video; local
489 video = *(u_int *)data;
490 switch (video) {
583 if (strcmp(cmdline, "video=drc") == 0) {
wiifb.c 709 /* Reset video interface. */
713 /* Initialize video format and interlace selector. */
802 /* Video clock configuration */
842 u_int video; local
871 video = *(u_int *)data;
872 switch (video) {
  /src/sys/dev/pci/bktr/
bktr_core.c 7 * This is part of the Driver for Video Capture Cards (Frame grabbers)
261 * There are 16 VBI lines in a PAL video field (32 in a frame),
268 #define MAX_VBI_LINES 16 /* Maximum for all video formats */
452 * ioctls common to both video & tuner.
1062 bktr->video.addr = 0;
1063 bktr->video.width = 0;
1064 bktr->video.banksize = 0;
1065 bktr->video.ramsize = 0;
1299 * video ioctls
1316 struct meteor_video *video; local
    [all...]
bktr_reg.h 58 * Definitions for the Brooktree 848/878 video capture to pci interface.
487 int capture_area_y_size; /* of the video image to be captured. */
515 #define BROOKTREE_NTSC 0x00000100 /* used in video open() and */
549 struct meteor_video video; member in struct:bktr_softc
  /src/sys/external/bsd/drm2/dist/drm/
drm_edid.c 3349 * Return: The CEA Video ID (VIC) of the mode or 0 if it isn't a CEA-861
3452 * Returns the HDMI Video ID (VIC) of the mode or 0 if it isn't one.
3599 * Parse the CEA-861-F YCBCR 420 Video Data Block (Y420VDB)
3634 * @vic: CEA vic for the video mode to be added in the map
3838 * of additional video format capabilities */
4130 const u8 *db, *hdmi = NULL, *video = NULL; local
4145 video = db + 1;
4147 modes += do_cea_modes(connector, video, dbl);
4167 modes += do_hdmi_vsdb_modes(connector, hdmi, hdmi_len, video,
4289 "video latency %d %d,
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h 155 } video; member in union:dc_surface_dcc_cap::__anon4518
  /src/share/mk/
bsd.own.mk 1971 # xf86-video-modesetting move into the server build.
1974 X11SRCDIR.xf86-video-modesetting=${X11SRCDIR.xorg-server}/hw/xfree86/drivers/modesetting
1988 X11SRCDIR.xf86-video-${_v}?= ${X11SRCDIRMIT}/xf86-video-${_v}/dist

Completed in 52 milliseconds