25#ifndef __MILKYMIST_VIDEO_H_
26#define __MILKYMIST_VIDEO_H_
33#define VIDEO_BUFFER_LOCK 0x5600
34#define VIDEO_BUFFER_UNLOCK 0x5601
36#define VIDEO_SET_BRIGHTNESS 0x5602
37#define VIDEO_GET_BRIGHTNESS 0x5603
38#define VIDEO_SET_CONTRAST 0x5604
39#define VIDEO_GET_CONTRAST 0x5605
40#define VIDEO_SET_HUE 0x5606
41#define VIDEO_GET_HUE 0x5607
42#define VIDEO_GET_SIGNAL 0x5608
44#define VIDEO_SET_REGISTER 0x5609
45#define VIDEO_GET_REGISTER 0x560a
47#define VIDEO_SET_FORMAT 0x560b
50 VIDEO_FORMAT_CVBS6 = 0,
54 VIDEO_FORMAT_COMPONENT,
81#define VIDEO_DRIVER_TABLE_ENTRY {video_initialize, \
82video_open, video_close, NULL, NULL, video_control}
uint32_t rtems_device_major_number
This integer type represents the major number of devices.
Definition: io.h:103
uint32_t rtems_device_minor_number
This integer type represents the minor number of devices.
Definition: io.h:115
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
Definition: status.h:85