summaryrefslogtreecommitdiffstats
path: root/include/media/v4l2-subdev.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-27v4l: subdev: Warn if disabling streaming failed, return successSakari Ailus1-2/+4
2022-10-25media: v4l: subdev: Document s_power() callback is deprecatedSakari Ailus1-1/+4
2022-09-24media: subdev: increase V4L2_FRAME_DESC_ENTRY_MAX to 8Tomi Valkeinen1-1/+5
2022-09-24media: v4l: subdev: Fail graciously when getting try data for NULL stateSakari Ailus1-0/+6
2022-07-15media: subdev: Add v4l2_subdev_call_state_try() macroTomi Valkeinen1-0/+34
2022-05-17media: Add CSI-2 bus configuration to frame descriptorsSakari Ailus1-0/+16
2022-05-17media: Add bus type to frame descriptorsSakari Ailus1-0/+20
2022-04-24media: subdev: add v4l2_subdev_get_fmt() helper functionTomi Valkeinen1-0/+21
2022-04-24media: subdev: add subdev state lockingTomi Valkeinen1-6/+127
2022-04-24media: subdev: rename v4l2_subdev_get_pad_* helpersTomi Valkeinen1-6/+19
2022-04-24media: subdev: add active state to struct v4l2_subdevTomi Valkeinen1-0/+58
2022-04-24media: subdev: rename subdev-state alloc & freeTomi Valkeinen1-5/+9
2022-04-24media: v4l2-subdev: fix #endif commentsTomi Valkeinen1-2/+2
2022-01-28media: v4l2-subdev: Drop .set_mbus_config() operationLaurent Pinchart1-13/+0
2021-08-04media: v4l: subdev: Add pre_streamon and post_streamoff callbacksSakari Ailus1-0/+25
2021-08-04media: v4l2-subdev: Fix documentation of the subdev_notifier memberPaul Kocialkowski1-1/+1
2021-06-17media: subdev: disallow ioctl for saa6588/davinciArnd Bergmann1-0/+4
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen1-30/+44
2020-11-16media: fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-09-30media: v4l2-subdev.h: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-08-18media: v4l2-subdev: Remove [s|g]_mbus_config video opsJacopo Mondi1-10/+0
2020-08-18media: v4l2-subdev: Introduce [get|set]_mbus_config pad opsJacopo Mondi1-0/+28
2020-08-06media: v4l2: Correct kernel-doc inconsistencyColton Lewis1-2/+2
2020-07-19media: v4l2-subdev.h: keep * together with the typeHans Verkuil1-12/+13
2020-07-19media: v4l2-subdev.h: drop duplicated word in commentRandy Dunlap1-4/+4
2020-07-19include/media/v4l2-subdev.h: fix typoHans Verkuil1-1/+1
2020-05-18media: v4l2-subdev: add v4l2_subdev_get_fwnode_pad_1_to_1Steve Longerbeam1-0/+17
2020-03-05media: v4l2: Switch to new kerneldoc syntax for named variable macro argumentsJonathan Neuschäfer1-1/+1
2019-12-13media: v4l2-subdev: remove wrong @cond from kdocsWolfram Sang1-1/+1
2019-06-24media: v4l2-subdev: Verify arguments in v4l2_subdev_call()Janusz Krzysztofik1-0/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-03-19media: v4l2-subdev: handle module refcounting hereHans Verkuil1-0/+2
2019-03-19media: v4l2-subdev: add release() internal opHans Verkuil1-1/+12
2019-03-01media: include: fix several typosMauro Carvalho Chehab1-1/+1
2019-02-18media: v4l2-subdev.h: v4l2_subdev_call: use temp __sd variableHans Verkuil1-3/+4
2018-12-07media: v4l2-subdev: document controls need _FL_HAS_DEVNODELuca Ceresoli1-1/+5
2018-03-21media: add tuner standby op, use where neededHans Verkuil1-0/+4
2018-03-08media: v4l2-subdev: document remaining undocumented functionsMauro Carvalho Chehab1-5/+64
2018-03-08media: v4l2-subdev: get rid of __V4L2_SUBDEV_MK_GET_TRY() macroMauro Carvalho Chehab1-12/+28
2018-02-22media: v4l2-subdev.h: remove obsolete g/s_parmHans Verkuil1-6/+0
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab1-4/+4
2017-12-18media: v4l2-subdev: convert frame description to enumMauro Carvalho Chehab1-12/+19
2017-12-18media: v4l2-subdev: better document IO pin configuration flagsMauro Carvalho Chehab1-12/+21
2017-12-18media: v4l2-subdev: fix a typoMauro Carvalho Chehab1-1/+1
2017-12-18media: v4l2-subdev: fix description of tuner.s_radio opsMauro Carvalho Chehab1-1/+20
2017-12-18media: v4l2-subdev: create cross-references for ioctlsMauro Carvalho Chehab1-31/+34
2017-10-31media: v4l: fwnode: Add a convenience function for registering sensorsSakari Ailus1-0/+3
2017-07-26media: fix warning on v4l2_subdev_call() result interpreted as boolArnd Bergmann1-2/+10
2017-06-08[media] v4l: subdev: tolerate null in media_entity_to_v4l2_subdevKieran Bingham1-2/+9
2017-06-06[media] v4l: Switch from V4L2 OF not V4L2 fwnode APISakari Ailus1-2/+0