Searched refs:v4l2_get_subdev_hostdata (Results 1 – 13 of 13) sorted by relevance
38 chan = v4l2_get_subdev_hostdata(sd); in tegra_v4l2_dev_notify()
608 struct tegra_vi_channel *vi_chan = v4l2_get_subdev_hostdata(&vip_chan->subdev); in tegra20_vip_start_streaming()
34 The sensor drivers use of v4l2_get_subdev_hostdata(), which returns
1194 si = v4l2_get_subdev_hostdata(sd); in fimc_cap_streamon()1433 si = v4l2_get_subdev_hostdata(sd); in fimc_sensor_notify()1823 fimc->vid_cap.ve.pipe = v4l2_get_subdev_hostdata(sd); in fimc_capture_subdev_registered()
145 si = v4l2_get_subdev_hostdata(fimc->sensor); in fimc_lite_hw_init()1284 fimc->ve.pipe = v4l2_get_subdev_hostdata(sd); in fimc_lite_subdev_registered()
231 并可通过 v4l2_get_subdev_hostdata() 和 v4l2_set_subdev_hostdata()
1211 static inline void *v4l2_get_subdev_hostdata(const struct v4l2_subdev *sd) in v4l2_get_subdev_hostdata() function
533 gc2235_info = v4l2_get_subdev_hostdata(sd); in gc2235_set_fmt()
640 ov2722_info = v4l2_get_subdev_hostdata(sd); in ov2722_set_fmt()
994 csi = v4l2_get_subdev_hostdata(sd); in camera_sensor_csi_free()
70 return (struct camera_mipi_info *)v4l2_get_subdev_hostdata(sd); in atomisp_to_sensor_mipi_info()
778 if (v4l2_get_subdev_hostdata(&state->sd)) in cx23885_initialize()779 clk_freq = *((u32 *)v4l2_get_subdev_hostdata(&state->sd)); in cx23885_initialize()
32 :c:func:`v4l2_get_subdev_hostdata` and :c:func:`v4l2_set_subdev_hostdata`.