aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx25821/cx25821-video.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab1-3/+3
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-2/+2
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus1-4/+0
2016-09-19[media] pci: constify vb2_ops structuresJulia Lawall1-1/+1
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-1/+1
2016-07-08[media] media/pci: convert drivers to use the new vb2_queue dev fieldHans Verkuil1-2/+1
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-1/+1
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-6/+6
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+2
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-9/+12
2014-12-23[media] cx25821: remove video output supportHans Verkuil1-1/+1
2014-12-23[media] cx25821: add create_bufs supportHans Verkuil1-1/+6
2014-12-23[media] cx25821: convert to vb2Hans Verkuil1-512/+170
2014-12-23[media] cx25821: remove bogus btcx_risc dependencyHans Verkuil1-2/+4
2014-07-17[media] v4l: Support extending the v4l2_pix_format structureLaurent Pinchart1-3/+0
2014-07-04[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan1-1/+0
2013-04-25[media] cx25821-video: declare cx25821_vidioc_s_std as staticMauro Carvalho Chehab1-1/+2
2013-04-25[media] cx25821-video: remove maxw from cx25821_vidioc_try_fmt_vid_capMauro Carvalho Chehab1-2/+1
2013-04-16[media] cx25821: replace custom ioctls with write()Hans Verkuil1-2/+35
2013-04-16[media] cx25821: drop cx25821-video-upstream-ch2.c/hHans Verkuil1-1/+18
2013-04-16[media] cx25821: add output format ioctlsHans Verkuil1-0/+46
2013-04-16[media] cx25821: prepare querycap for output supportHans Verkuil1-2/+2
2013-04-16[media] cx25821: group all fmt functions togetherHans Verkuil1-41/+43
2013-04-16[media] cx25821: setup output nodes correctlyHans Verkuil1-147/+67
2013-04-16[media] cx25821: remove references to subdevices that aren't thereHans Verkuil1-104/+7
2013-04-16[media] cx25821: remove custom ioctls that duplicate v4l2 ioctlsHans Verkuil1-122/+6
2013-04-16[media] cx25821: g/s/try/enum_fmt related fixes and cleanupsHans Verkuil1-102/+32
2013-04-16[media] cx25821: switch to v4l2_fh, add event and prio handlingHans Verkuil1-136/+57
2013-04-16[media] cx25821: replace resource management functions with fh ownershipHans Verkuil1-96/+34
2013-04-16[media] cx25821: move vidq from cx25821_fh to cx25821_channelHans Verkuil1-124/+111
2013-04-16[media] cx25821: remove 'type' field from cx25821_fhHans Verkuil1-41/+15
2013-04-16[media] cx25821: use core lockingHans Verkuil1-45/+27
2013-04-16[media] cx25821: remove unnecessary debug messagesHans Verkuil1-12/+0
2013-04-16[media] cx25821: convert to the control frameworkHans Verkuil1-179/+31
2013-04-16[media] cx25821: embed video_device, clean up some kernel log spamHans Verkuil1-40/+14
2013-04-16[media] cx25821: remove cropping ioctlsHans Verkuil1-44/+0
2013-04-16[media] cx25821: make lots of externals staticHans Verkuil1-163/+150
2013-04-16[media] cx25821: s_input didn't check for invalid inputHans Verkuil1-3/+1
2013-04-16[media] cx25821: remove unnecessary global devlistHans Verkuil1-28/+10
2013-04-16[media] cx25821: make cx25821_sram_channels constHans Verkuil1-6/+8
2013-04-16[media] cx25821: fix log_status, querycapHans Verkuil1-12/+11
2013-04-16[media] cx25821: remove unused fields, ioctlsHans Verkuil1-120/+10
2013-04-16[media] cx25821: remove bogus radio/vbi/'video-ioctl' supportHans Verkuil1-113/+88
2013-04-16[media] cx25821: fix compiler warningHans Verkuil1-5/+4
2013-04-15[media] cx25821: the audio channel was registered as a video nodeHans Verkuil1-1/+4
2013-04-15[media] cx25821: do not expose broken video output streamsHans Verkuil1-1/+1
2013-03-24[media] v4l2: add const to argument of write-only s_register ioctlHans Verkuil1-1/+1
2013-03-24[media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil1-3/+3
2013-03-24[media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil1-1/+1
2013-03-24[media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil1-2/+2