summaryrefslogtreecommitdiff
path: root/drivers/media/video/videobuf-core.c
Commit message (Expand)AuthorAgeFilesLines
* ENGR00160876 videobuf: add timestamp for user point bufferJason Chen2012-07-201-0/+1
* [media] V4L: remove V4L1 compatibility modeHans Verkuil2010-12-291-30/+0
* V4L/DVB: videobuf: add queue argument to videobuf_waiton()Hans Verkuil2010-10-211-13/+34
* V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil2010-10-211-1/+3
* V4L/DVB: videobuf: prepare to make locking optional in videobufHans Verkuil2010-10-211-32/+32
* V4L/DVB: videobuf: rename videobuf_mmap_free and add sanity checksPawel Osciak2010-08-021-28/+42
* V4L/DVB: videobuf: rename videobuf_alloc to videobuf_alloc_vbPawel Osciak2010-08-021-7/+7
* V4L/DVB: videobuf: make poll() report proper flags for output video devicesPawel Osciak2010-05-191-2/+12
* V4L/DVB: videobuf: Add support for V4L2_BUF_FLAG_ERRORHans Verkuil2010-05-191-8/+8
* V4L/DVB: v4l: videobuf: qbuf now uses relevant v4l2_buffer fields for OUTPUT ...Pawel Osciak2010-05-191-0/+7
* V4L/DVB: v4l videobuf: add videobuf_buffer *buf as argument to mmap_mapperHans Verkuil2010-05-191-3/+17
* V4L/DVB: v4l videobuf: move video_copy_to_user and copy_stream to coreHans Verkuil2010-05-191-2/+45
* V4L/DVB: v4l videobuf: rename videobuf_queue_to_vmalloc to videobuf_queue_to_...Hans Verkuil2010-05-191-5/+4
* V4L/DVB: v4l videobuf: rename .vmalloc to .vaddrHans Verkuil2010-05-191-2/+2
* V4L/DVB: v4l videobuf: use struct videobuf_buffer * instead of void * for vid...Hans Verkuil2010-05-191-1/+1
* V4L/DVB: v4l videobuf: remove unused is_mmapped fieldHans Verkuil2010-05-191-3/+0
* V4L/DVB: v4l videobuf: remove mmap_free callbackHans Verkuil2010-05-191-6/+4
* V4L/DVB: v4l: videobuf: code cleanupPawel Osciak2010-05-181-63/+53
* V4L/DVB: videobuf-core: fix spelling mistake in debug messageHans Verkuil2010-05-181-1/+1
* V4L/DVB (13415): videobuf-core: explicitly cast page countMárton Németh2009-12-051-2/+3
* V4L/DVB (13377): make struct videobuf_queue_ops constantJonathan Corbet2009-12-051-1/+1
* V4L/DVB (13165): videobuf do not force buffer size to be multiple of PAGE_SIZETuukka Toivonen2009-12-051-4/+3
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* V4L/DVB (11991): buf-core.c: add pointer checkFigo.zhang2009-06-161-0/+1
* V4L/DVB: cleanup redundant tests on unsignedRoel Kluin2009-06-161-2/+2
* V4L/DVB (11736): videobuf: modify return value of VIDIOC_REQBUFS ioctlNémeth Márton2009-06-161-0/+1
* PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-0/+1
* Fix a deadlock in the bttv driverArjan van de Ven2008-05-201-1/+2
* media: fix integer as NULL pointer warningsHarvey Harrison2008-04-281-1/+4
* V4L/DVB (7566): videobuf-dvb: allow its usage with videobuf-vmallocMauro Carvalho Chehab2008-04-241-0/+7
* V4L/DVB (7562): videobuf: Require spinlocks for all videobuf usersBrandon Philips2008-04-241-28/+18
* V4L/DVB (7561): videobuf-vmalloc: stop streaming before unmapMauro Carvalho Chehab2008-04-241-1/+0
* V4L/DVB (7552): videbuf-vmalloc: Corrects mmap codeMauro Carvalho Chehab2008-04-241-14/+0
* V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-1/+1
* V4L/DVB (7493): videobuf: Avoid deadlock with QBUF and bring up to spec for e...Brandon Philips2008-04-241-20/+76
* V4L/DVB (7488): videobuf: Simplify videobuf_waiton logic and possibly avoid m...Brandon Philips2008-04-241-22/+15
* V4L/DVB (7487): videobuf: Wakeup queues after changing the state to ERRORBrandon Philips2008-04-241-0/+1
* V4L/DVB (7378): cleanup variable initializationGuennadi Liakhovetski2008-04-241-2/+1
* V4L/DVB (7376): Improve compile-time type-checking in videobufGuennadi Liakhovetski2008-04-241-1/+1
* V4L/DVB (7281): v4l: Deadlock in videobuf-core for DQBUF waiting on QBUFBrandon Philips2008-04-241-0/+2
* V4L/DVB (7121): Renames videobuf lock to vb_lockMauro Carvalho Chehab2008-02-181-39/+39
* V4L/DVB (7023): Fix a regresion left by changeset 7e65d6e8f6dfMauro Carvalho Chehab2008-01-251-4/+8
* V4L/DVB (6997): Replace a very dirty hack on videobuf for a clean wait_eventMauro Carvalho Chehab2008-01-251-4/+11
* V4L/DVB (6804): __videobuf_read_start is staticMauro Carvalho Chehab2008-01-251-1/+1
* V4L/DVB (6759): CodingStyle fixesMauro Carvalho Chehab2008-01-251-146/+146
* V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to V...Brandon Philips2008-01-251-25/+25
* V4L/DVB (6803): buf-core.c locking fixesAdrian Bunk2007-12-131-2/+2
* V4L/DVB (6609): Re-adds lock safe videobuf_read_startMauro Carvalho Chehab2007-12-121-1/+13
* V4L/DVB (6601): V4L: videobuf-core locking fixes and commentsBrandon Philips2007-12-111-89/+158
* V4L/DVB (6324): fix videobuf_cgmbuf exportPekka Enberg2007-10-221-1/+1