Home
last modified time | relevance | path

Searched refs:v4l2_set_subdev_hostdata (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dmedia-dev.c594 v4l2_set_subdev_hostdata(sd, ep); in register_fimc_lite_entity()
621 v4l2_set_subdev_hostdata(sd, ep); in register_fimc_entity()
672 v4l2_set_subdev_hostdata(sd, ep); in register_fimc_is_entity()
1387 v4l2_set_subdev_hostdata(subdev, &si->pdata); in subdev_notifier_bound()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Ddev.c104 v4l2_set_subdev_hostdata(sd, &ispp_dev->ispp_sdev.sd); in get_remote_node_dev()
/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-subdev.h1030 static inline void v4l2_set_subdev_hostdata(struct v4l2_subdev *sd, void *p) in v4l2_set_subdev_hostdata() function
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/video4linux/
H A Dv4l2-framework.txt231 并可通过 v4l2_get_subdev_hostdata() 和 v4l2_set_subdev_hostdata()
/OK3568_Linux_fs/kernel/drivers/staging/media/tegra-video/
H A Dvi.c1243 v4l2_set_subdev_hostdata(&csi_chan->subdev, vi_chan); in tegra_v4l2_nodes_setup_tpg()
1479 v4l2_set_subdev_hostdata(subdev, chan); in tegra_vi_graph_notify_complete()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_gmin_platform.c1325 v4l2_set_subdev_hostdata(sd, (void *)csi); in camera_sensor_csi()
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Drcar_drif.c1110 v4l2_set_subdev_hostdata(subdev, sdr); in rcar_drif_notify_bound()
/OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/
H A Dcx23885-cards.c2421 v4l2_set_subdev_hostdata(dev->sd_cx25840, in cx23885_card_setup()
/OK3568_Linux_fs/kernel/drivers/media/platform/marvell-ccic/
H A Dmcam-core.c1768 v4l2_set_subdev_hostdata(subdev, cam); in mccic_notify_bound()
/OK3568_Linux_fs/kernel/drivers/media/platform/rcar-vin/
H A Drcar-core.c592 v4l2_set_subdev_hostdata(subdev, vin); in rvin_parallel_notify_bound()
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/
H A Dv4l2-subdev.rst32 :c:func:`v4l2_get_subdev_hostdata` and :c:func:`v4l2_set_subdev_hostdata`.