HomeSort by: relevance | last modified time | path
    Searched refs:video (Results 1 - 25 of 171) sorted by relevancy

1 2 3 4 5 6 7

  /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/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/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)
maccons.c 48 #include <machine/video.h>
  /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/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
meson-gxl-s905x-p212.dts 16 compatible = "composite-video-connector";
meson-gxl-s905x-hwacom-amazetv.dts 86 compatible = "composite-video-connector";
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
dove-sbc-a510.dts 132 dvi: video@39 {
meson8m2.dtsi 19 /delete-node/ video-lut@20;
21 canvas: video-lut@48 {
am335x-boneblack-hdmi.dtsi 58 * below to "crossed" and uncomment the video-ports -property
82 /* video-ports = <0x234501>; */
imx6dl.dtsi 181 compatible = "video-mux";
235 compatible = "video-mux";
stih407.dtsi 133 reg-names = "hda-reg", "video-dacs-ctrl";
  /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/acorn32/doc/
bootoptions 79 -m video memory size
  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front_conn.c 20 #include <video/videomode.h>
  /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/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...]
  /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/usr.sbin/altq/altqd/altq.conf.samples/
cbq.widecamp 81 # soi video live
85 class cbq sr0 video soi borrow priority 3 pbandwidth 16 maxburst 8 red
86 filter sr0 video 0 7070 0 0 17 # soi video
  /src/sys/arch/bebox/stand/boot/
Makefile 26 SRCS+= pci.c prf.c sd.c siop.c tgets.c vga.c video.c vreset.c wdc.c wd.c
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/
r8a77980.dtsi 864 vin0: video@e6ef0000 {
892 vin1: video@e6ef1000 {
920 vin2: video@e6ef2000 {
948 vin3: video@e6ef3000 {
976 vin4: video@e6ef4000 {
1004 vin5: video@e6ef5000 {
1032 vin6: video@e6ef6000 {
1060 vin7: video@e6ef7000 {
1088 vin8: video@e6ef8000 {
1099 vin9: video@e6ef9000
    [all...]
  /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/external/bsd/drm2/dist/drm/i915/display/
intel_dsi_dcs_backlight.c 32 #include <video/mipi_display.h>
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-h5.dtsi 104 video-codec@1c0e000 {
105 compatible = "allwinner,sun50i-h5-video-engine";
  /src/sys/arch/atari/dev/
grfabs.c 41 #include <machine/video.h>
94 * Initialize list of possible video modes.

Completed in 22 milliseconds

1 2 3 4 5 6 7