Searched refs:video (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/modules/usb/udl/
H A DMakefile5 .PATH: $S/dev/usb/video
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_video.c45 /* ACPI video extension driver. */
182 * The 'video' lock protects the hierarchy of video output devices
183 * (the video "bus"). The 'video_output' lock protects per-output
184 * data is equivalent to a softc lock for each video output.
186 ACPI_SERIAL_DECL(video, "ACPI video");
187 ACPI_SERIAL_DECL(video_output, "ACPI video output");
188 static MALLOC_DEFINE(M_ACPIVIDEO, "acpivideo", "ACPI video extension");
231 if (acpi_disabled("video") ||
[all...]
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_core.c251 * There are 16 VBI lines in a PAL video field (32 in a frame),
441 * ioctls common to both video & tuner.
1051 bktr->video.addr = 0;
1052 bktr->video.width = 0;
1053 bktr->video.banksize = 0;
1054 bktr->video.ramsize = 0;
1320 * video ioctls
1331 struct meteor_video *video; local
1510 video = (struct meteor_video *)arg;
1511 video
[all...]
H A Dbktr_reg.h86 * Definitions for the Brooktree 848/878 video capture to pci interface.
593 int capture_area_y_size; /* of the video image to be captured. */
621 #define BROOKTREE_NTSC 0x00000100 /* used in video open() and */
656 struct meteor_video video; member in struct:bktr_softc
/freebsd-11-stable/sys/contrib/v4l/
H A Dvideodev.h206 int video; /* Video minor */ member in struct:video_unit
262 #define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */
263 #define VIDIOCSWIN _IOW('v',10, struct video_window) /* Set the video overlay window - passes clip list for hardware smarts , chromakey etc */
277 #define VIDIOCSPLAYMODE _IOW('v',24, struct video_play_mode) /* Set output video mode/feature */
337 #define VID_HARDWARE_PLANB 16 /* PowerMac motherboard video-in */
/freebsd-11-stable/sys/dev/drm/
H A Dsis_mm.c36 #include <video/sisfb.h>
53 set_t *sets[2]; /* 0 for video, 1 for AGP */
354 DRM_DEBUG("free video memory 0x%lx\n", item);
/freebsd-11-stable/sys/dev/usb/video/
H A Dudl.c2 /* $FreeBSD: stable/11/sys/dev/usb/video/udl.c 355578 2019-12-10 07:07:17Z hselasky $ */
54 #include <dev/usb/video/udl.h>
1019 /* write resolution values and set video memory offsets */
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c2782 MKT(UNI_AAL1_SUB_VIDEO, video),

Completed in 205 milliseconds