aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/video4linux.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: rename dev descriptions filesAndrey Konovalov2019-02-011-965/+0
| | | | | Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names.
* sys: consistently mark all paddings as const[0]Dmitry Vyukov2018-12-101-10/+10
|
* sys/linux: add vimc/vivid/vim2m/vicodec/swradio/radio/vbi/cec devicesDmitry Vyukov2018-11-101-0/+15
| | | | | | Create planar and non-planar vivid devices. Create each for each test process. Add swradio/radio/vbi/cec media devices.
* sys/linux: regenerate on latest kernelDmitry Vyukov2018-11-101-1/+0
|
* sys: mark output resources as optDmitry Vyukov2018-06-181-3/+3
| | | | | Mark output resources as opt in preparation for more precise constructor calculation.
* sys/linux: id field fix in v4l2_event_subscriptionDenis Efremov2018-06-051-1/+1
| | | | | | | | | | | | | | | | | | The id field in the v4l2_event_subscription structure currently described as: id len[type, int32]. But all the documentation states is: "id - ID of the event source. If there is no ID associated with the event source, then set this to 0. Whether or not an event needs an ID depends on the event type." So, the documentation clearly states that: 1. id - is the source of an event 2. type - is the type of an event 3. for some types of events there is no source and id can be 0 According to this 'id int32' is more accurate description of the field.
* sys/linux: video4linux v4l2_jpegcompression APP_len fixDenis Efremov2018-05-291-2/+2
| | | | Signed-off-by: Denis Efremov <efremov@linux.com>
* sys/linux: regenerate video4linux consts on the right treeDmitry Vyukov2018-05-111-37/+3
| | | | | Now generated on: https://source.codeaurora.org/quic/la/kernel/msm-4.9 msm-4.9
* sys/linux: add missing consts for video4linux.txtDmitry Vyukov2018-05-111-1/+38
| | | | | | | | | | | | | For now other arches are regenerated on upstream tree. It does not contain a bunch of consts, so we define them to 1 for now. arm64 consts are left intact. video4linux.txt is added to "android" files in syz-extract, so that future make extract runs don't overwrite arm64 consts. Also fix VIDIOC_G_FBUF argument direction, currently tests crash with: panic: call ioctl$VIDIOC_G_FBUF: pointer arg 'buffer' has output direction [recovered] panic: call ioctl$VIDIOC_G_FBUF: pointer arg 'buffer' has output direction
* sys/linux: add Video4Linux IOCTL Descriptorssrikanth007m2018-05-111-0/+948
* Adding Video4Linux IOCTL Descriptors This will cover the ioctl() function used to program V4L2 devices * Const file for video4linux_arm64.const