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

  /src/sys/arch/mac68k/dev/
genfb_grfbus.c 74 #include <machine/video.h>
137 u_int video; local in function:genfb_grfbus_ioctl
163 video = *(u_int *)data;
164 if (video == WSDISPLAYIO_VIDEO_OFF)
166 else if (video == WSDISPLAYIO_VIDEO_ON)
  /src/sys/arch/arm/nvidia/
tegra_platform.c 164 const char *video = get_bootconf_string(boot_args, "video"); local in function:tegra_platform_device_register
165 if (video)
166 prop_dictionary_set_string(dict, "HDMI-A-1", video);
  /src/sys/dev/fdt/
simplefb.c 74 u_int video; local in function:simplefb_ioctl
100 video = *(u_int *)data;
101 if (video == WSDISPLAYIO_VIDEO_OFF)
103 else if (video == WSDISPLAYIO_VIDEO_ON)
  /src/sys/arch/epoc32/stand/e32boot/exe/
e32boot.cpp 133 struct btinfo_video *video; local in function:E32BootL
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 in function:CreateBootInfo
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 in function:isv_retrace
139 video = isv_read(ir, ISV_STATUS) & ISV_STATUS_VIDEO_MASK;
140 return video == ISV_STATUS_VIDEO_RETRACE;
  /src/sys/arch/epoc32/epoc32/
machdep.c 167 struct btinfo_video *video = NULL; local in function:initarm
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/evbppc/wii/dev/
wiifb.c 223 /* Reset video interface. */
227 /* Initialize video format and interlace selector. */
316 /* Video clock configuration */
357 u_int video; local in function:wiifb_ioctl
386 video = *(u_int *)data;
387 switch (video) {
  /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/external/gpl2/dts/dist/arch/arm/boot/dts/
aspeed-g4.dtsi 227 video: video@1e700000 { label
228 compatible = "aspeed,ast2400-video-engine";
aspeed-g5.dtsi 292 video: video@1e700000 { label
293 compatible = "aspeed,ast2500-video-engine";
  /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 in function:video_ioctl
    [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 in function:add_cea_modes
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/share/mk/
bsd.own.mk 1818 # xf86-video-modesetting move into the server build.
1821 X11SRCDIR.xf86-video-modesetting=${X11SRCDIR.xorg-server}/hw/xfree86/drivers/modesetting
1835 X11SRCDIR.xf86-video-${_v}?= ${X11SRCDIRMIT}/xf86-video-${_v}/dist
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h 155 } video; member in union:dc_surface_dcc_cap::__anon04b89587040a

Completed in 27 milliseconds