Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/soc_camera/
Dsh_mobile_csi2.c135 struct soc_camera_device *icd = v4l2_get_subdev_hostdata(sd); in sh_csi2_g_mbus_config()
192 struct soc_camera_device *icd = v4l2_get_subdev_hostdata(sd); in sh_csi2_s_mbus_config()
263 struct soc_camera_device *icd = v4l2_get_subdev_hostdata(&priv->subdev); in sh_csi2_client_connect()
/linux-4.4.14/include/media/
Dsoc_camera.h382 struct soc_camera_device *icd = v4l2_get_subdev_hostdata(sd); in soc_camera_i2c_to_vdev()
Dv4l2-subdev.h790 static inline void *v4l2_get_subdev_hostdata(const struct v4l2_subdev *sd) in v4l2_get_subdev_hostdata() function
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dmedia-dev.c51 src_inf = v4l2_get_subdev_hostdata(sensor); in __setup_sensor_notification()
713 si = v4l2_get_subdev_hostdata(sensor); in __fimc_md_create_fimc_sink_links()
857 pdata = v4l2_get_subdev_hostdata(sensor); in fimc_md_create_links()
Dfimc-capture.c1210 si = v4l2_get_subdev_hostdata(sd); in fimc_cap_streamon()
1457 si = v4l2_get_subdev_hostdata(sd); in fimc_sensor_notify()
1843 fimc->vid_cap.ve.pipe = v4l2_get_subdev_hostdata(sd); in fimc_capture_subdev_registered()
Dfimc-isp.c398 isp->video_capture.ve.pipe = v4l2_get_subdev_hostdata(sd); in fimc_isp_subdev_registered()
Dfimc-lite.c154 si = v4l2_get_subdev_hostdata(fimc->sensor); in fimc_lite_hw_init()
1327 fimc->ve.pipe = v4l2_get_subdev_hostdata(sd); in fimc_lite_subdev_registered()
/linux-4.4.14/Documentation/video4linux/
Dsoc-camera.txt94 soc_camera_device, using v4l2_get_subdev_hostdata(): both only work, when
Dv4l2-framework.txt233 v4l2_get_subdev_hostdata() and v4l2_set_subdev_hostdata().
/linux-4.4.14/Documentation/zh_CN/video4linux/
Dv4l2-framework.txt231 并可通过 v4l2_get_subdev_hostdata() 和 v4l2_set_subdev_hostdata()
/linux-4.4.14/drivers/media/i2c/soc_camera/
Dov6650.c548 struct soc_camera_device *icd = v4l2_get_subdev_hostdata(sd); in ov6650_s_fmt()