summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx25821/cx25821-video.c
Commit message (Expand)AuthorAgeFilesLines
* media: media/pci: set device_caps in struct video_deviceHans Verkuil2019-06-241-8/+6Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-12/+1Star
* media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-111-3/+3
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-2/+2
* [media] media: Drop FSF's postal address from the source code filesSakari Ailus2017-01-271-4/+0Star
* [media] pci: constify vb2_ops structuresJulia Lawall2016-09-191-1/+1
* [media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil2016-07-081-1/+1
* [media] media/pci: convert drivers to use the new vb2_queue dev fieldHans Verkuil2016-07-081-2/+1Star
* [media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung2015-12-181-1/+1
* [media] vb2: drop v4l2_format argument from queue_setupHans Verkuil2015-12-181-6/+6
* [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-201-1/+2
* [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-011-9/+12
* [media] cx25821: remove video output supportHans Verkuil2014-12-231-1/+1
* [media] cx25821: add create_bufs supportHans Verkuil2014-12-231-1/+6
* [media] cx25821: convert to vb2Hans Verkuil2014-12-231-512/+170Star
* [media] cx25821: remove bogus btcx_risc dependencyHans Verkuil2014-12-231-2/+4
* [media] v4l: Support extending the v4l2_pix_format structureLaurent Pinchart2014-07-171-3/+0Star
* [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan2014-07-041-1/+0Star
* [media] cx25821-video: declare cx25821_vidioc_s_std as staticMauro Carvalho Chehab2013-04-251-1/+2
* [media] cx25821-video: remove maxw from cx25821_vidioc_try_fmt_vid_capMauro Carvalho Chehab2013-04-251-2/+1Star
* [media] cx25821: replace custom ioctls with write()Hans Verkuil2013-04-161-2/+35
* [media] cx25821: drop cx25821-video-upstream-ch2.c/hHans Verkuil2013-04-161-1/+18
* [media] cx25821: add output format ioctlsHans Verkuil2013-04-161-0/+46
* [media] cx25821: prepare querycap for output supportHans Verkuil2013-04-161-2/+2
* [media] cx25821: group all fmt functions togetherHans Verkuil2013-04-161-41/+43
* [media] cx25821: setup output nodes correctlyHans Verkuil2013-04-161-147/+67Star
* [media] cx25821: remove references to subdevices that aren't thereHans Verkuil2013-04-161-104/+7Star
* [media] cx25821: remove custom ioctls that duplicate v4l2 ioctlsHans Verkuil2013-04-161-122/+6Star
* [media] cx25821: g/s/try/enum_fmt related fixes and cleanupsHans Verkuil2013-04-161-102/+32Star
* [media] cx25821: switch to v4l2_fh, add event and prio handlingHans Verkuil2013-04-161-136/+57Star
* [media] cx25821: replace resource management functions with fh ownershipHans Verkuil2013-04-161-96/+34Star
* [media] cx25821: move vidq from cx25821_fh to cx25821_channelHans Verkuil2013-04-161-124/+111Star
* [media] cx25821: remove 'type' field from cx25821_fhHans Verkuil2013-04-161-41/+15Star
* [media] cx25821: use core lockingHans Verkuil2013-04-161-45/+27Star
* [media] cx25821: remove unnecessary debug messagesHans Verkuil2013-04-161-12/+0Star
* [media] cx25821: convert to the control frameworkHans Verkuil2013-04-161-179/+31Star
* [media] cx25821: embed video_device, clean up some kernel log spamHans Verkuil2013-04-161-40/+14Star
* [media] cx25821: remove cropping ioctlsHans Verkuil2013-04-161-44/+0Star
* [media] cx25821: make lots of externals staticHans Verkuil2013-04-161-163/+150Star
* [media] cx25821: s_input didn't check for invalid inputHans Verkuil2013-04-161-3/+1Star
* [media] cx25821: remove unnecessary global devlistHans Verkuil2013-04-161-28/+10Star
* [media] cx25821: make cx25821_sram_channels constHans Verkuil2013-04-161-6/+8
* [media] cx25821: fix log_status, querycapHans Verkuil2013-04-161-12/+11Star
* [media] cx25821: remove unused fields, ioctlsHans Verkuil2013-04-161-120/+10Star
* [media] cx25821: remove bogus radio/vbi/'video-ioctl' supportHans Verkuil2013-04-161-113/+88Star
* [media] cx25821: fix compiler warningHans Verkuil2013-04-161-5/+4Star
* [media] cx25821: the audio channel was registered as a video nodeHans Verkuil2013-04-151-1/+4
* [media] cx25821: do not expose broken video output streamsHans Verkuil2013-04-151-1/+1
* [media] v4l2: add const to argument of write-only s_register ioctlHans Verkuil2013-03-241-1/+1
* [media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil2013-03-241-3/+3