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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dhercules.c84 volatile unsigned short *video local
87 video[herc_y * HERCULES_WIDTH + herc_x]
101 volatile unsigned long *video = (unsigned long *) HERCULES_VIDEO_ADDR; local
111 video[i] = 0x07200720;
119 volatile unsigned long *video = (unsigned long *) HERCULES_VIDEO_ADDR; local
122 video[i] = 0x07200720;
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dkernel.c32 /* The video memory address. */
40 /* Point to the video memory. */
41 static volatile unsigned char *video; variable
161 video = (unsigned char *) VIDEO;
164 *(video + i) = 0;
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE;
H A Dkernel.c.texi32 /* @r{The video memory address.} */
40 /* @r{Point to the video memory.} */
41 static volatile unsigned char *video;
161 video = (unsigned char *) VIDEO;
164 *(video + i) = 0;
230 *(video + (xpos + ypos * COLUMNS) * 2) = c & 0xFF;
231 *(video + (xpos + ypos * COLUMNS) * 2 + 1) = ATTRIBUTE;
/illumos-gate/usr/src/uts/intel/usbvc/
H A DMakefile131 %.ll: $(UTSBASE)/common/io/usb/clients/video/usbvc/%.c \
132 $(UTSBASE)/common/sys/usb/clients/video/usbvc/usbvc_var.h
/illumos-gate/usr/src/uts/sparc/usbvc/
H A DMakefile129 %.ll: $(UTSBASE)/common/io/usb/clients/video/usbvc/%.c \
130 $(UTSBASE)/common/sys/usb/clients/video/usbvc/usbvc_var.h
/illumos-gate/usr/src/cmd/login/
H A Dlogindevperm.sh69 /dev/vt/console_user 0600 /dev/video[0-9]+ # video devices
/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h38 #include <sys/usb/clients/video/usbvc/usbvc.h>
142 /* video interface collection */
145 /* bFirstInterface, the video control infterface num of this VIC */
202 * of video data
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c28 * USB video class driver: V4L2 interface implementation.
35 #include <sys/usb/clients/video/usbvc/usbvc_var.h>
36 #include <sys/usb/clients/video/usbvc/usbvc.h>
124 (void) strncpy((char *)&caps.card, "Generic USB video"
585 /* Query the device that what kinds of video ctrls are supported */
700 /* These ioctls are for analog video standards. */
791 /* Implement ioctl VIDIOC_S_FMT, set a video format */
1002 * by now, the video format is set successfully. record the current
1029 /* Implement ioctl VIDIOC_G_FMT, get the current video format */
H A Dusbvc.c27 * USB video class driver (usbvc(7D))
32 * This driver supports USB video class devices that used to capture video,
35 * designing a USB video device. It is available at:
40 * - V4L2 interfaces for applications to communicate with video devices.
41 * V4L2 is an API that is widely used by video applications, like Ekiga,
48 * - Isochronous transfer for video data. (Bulk transfer is not supported.)
50 * - read & mmap I/O methods for userland video applications to get video
51 * data. Userland video application
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile1205 $(USBVIDHDRS:%.h=usb/clients/video/usbvc/%.check) \
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c174 * floppy(controller) fddi isdn atm ide pccard video-in video-out
186 "video", /* no spec for video-out yet */
2527 i = funce.video.tech;

Completed in 1883 milliseconds