summaryrefslogtreecommitdiff
path: root/tests/ioctl_v4l2-success.c
Commit message (Expand)AuthorAgeFilesLines
* v4l2: Add support for interpreting remaining fields in VIDIOC_ENUMINPUT struc...ldv/nextMarek Vasut2023-05-161-13/+58
* Update copyright headersDmitry V. Levin2023-02-261-1/+1
* xlat: update V4L2_CTRL_FLAG_* constantsDmitry V. Levin2023-02-131-4/+6
* xlat: update V4L2_* constantsDmitry V. Levin2021-06-291-1/+1
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
* xlat: update V4L2_* constantsDmitry V. Levin2021-02-101-1/+1
* v4l2: switch to use bundled <linux/videodev2.h>Dmitry V. Levin2021-02-061-79/+6
* v4l2: implement decoding of metadata buffer formatsEugene Syromyatnikov2021-01-191-0/+29
* v4l2: implement decoding of VIDIOC_QUERY_EXT_CTRL ioctl commandEugene Syromyatnikov2021-01-191-0/+88
* v4l2: fix printing of struct v4l2_sliced_vbi_formatDmitry V. Levin2021-01-171-9/+9
* v4l2: fix printing of struct v4l2_sliced_vbi_format.service_setDmitry V. Levin2021-01-171-1/+2
* v4l2: fix printing of struct v4l2_rect field of struct v4l2_clipDmitry V. Levin2021-01-171-6/+6
* v4l2: fix printing of struct v4l2_rect field of struct v4l2_windowDmitry V. Levin2021-01-171-2/+2
* tests: fix use of WORDS_BIGENDIANDmitry V. Levin2021-01-131-1/+1
* xlat: update V4L2_* constantsDmitry V. Levin2020-12-051-2/+6
* xlat: update V4L2_FMT_FLAG_* constantsDmitry V. Levin2020-09-061-2/+4
* v4l2: move redefinitions of v4l2_buffer based constants to xlatDmitry V. Levin2020-05-281-14/+9
* Replace struct v4l2_buffer with a reliable alternative definitionDmitry V. Levin2020-05-261-5/+11
* Fix preprocessor indentationDmitry V. Levin2020-04-031-3/+3
* v4l2: use PRINT_FIELD_* macros, add abbreviating in print_v4l2_queryctrlEugene Syromyatnikov2020-03-301-3/+11
* v4l2: simplify print_v4l2_queryctrl and use print_v4l2_cidEugene Syromyatnikov2020-03-301-9/+12
* v4l2: bundle struct v4l2_format and related typesEugene Syromyatnikov2020-03-301-4/+33
* v4l2: provide struct v4l2_capability definitionEugene Syromyatnikov2020-03-301-2/+2
* v4l2: improve buffer flag decodingEugene Syromyatnikov2020-03-301-10/+23
* v4l2: use standard kernel version printing routineEugene Syromyatnikov2020-03-301-3/+4
* tests: add v4l2 ioctl success injection-based testsEugene Syromyatnikov2020-03-301-0/+1416