Searched refs:v4l2_get_subdev_hostdata (Results 1 – 17 of 17) sorted by relevance
38 chan = v4l2_get_subdev_hostdata(sd); in tegra_v4l2_dev_notify()
253 chan = v4l2_get_subdev_hostdata(&csi_chan->subdev); in csi_get_pixel_rate()303 struct tegra_vi_channel *chan = v4l2_get_subdev_hostdata(subdev); in tegra_csi_enable_stream()392 struct tegra_vi_channel *chan = v4l2_get_subdev_hostdata(subdev); in tegra_csi_disable_stream()
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
47 src_inf = v4l2_get_subdev_hostdata(sensor); in __setup_sensor_notification()826 si = v4l2_get_subdev_hostdata(sensor); in __fimc_md_create_fimc_sink_links()971 pdata = v4l2_get_subdev_hostdata(sensor); in fimc_md_create_links()
1196 si = v4l2_get_subdev_hostdata(sd); in fimc_cap_streamon()1435 si = v4l2_get_subdev_hostdata(sd); in fimc_sensor_notify()1825 fimc->vid_cap.ve.pipe = v4l2_get_subdev_hostdata(sd); in fimc_capture_subdev_registered()
398 isp->video_capture.ve.pipe = v4l2_get_subdev_hostdata(sd); in fimc_isp_subdev_registered()
145 si = v4l2_get_subdev_hostdata(fimc->sensor); in fimc_lite_hw_init()1286 fimc->ve.pipe = v4l2_get_subdev_hostdata(sd); in fimc_lite_subdev_registered()
1203 static inline void *v4l2_get_subdev_hostdata(const struct v4l2_subdev *sd) in v4l2_get_subdev_hostdata() function
543 gc2235_info = v4l2_get_subdev_hostdata(sd); in gc2235_set_fmt()
650 ov2722_info = v4l2_get_subdev_hostdata(sd); in ov2722_set_fmt()
655 mt9m114_info = v4l2_get_subdev_hostdata(sd); in mt9m114_set_fmt()
231 并可通过 v4l2_get_subdev_hostdata() 和 v4l2_set_subdev_hostdata()
778 if (v4l2_get_subdev_hostdata(&state->sd)) in cx23885_initialize()779 clk_freq = *((u32 *)v4l2_get_subdev_hostdata(&state->sd)); in cx23885_initialize()
1080 csi = v4l2_get_subdev_hostdata(sd); in camera_sensor_csi_free()
81 return (struct camera_mipi_info *)v4l2_get_subdev_hostdata(sd); in atomisp_to_sensor_mipi_info()
32 :c:func:`v4l2_get_subdev_hostdata` and :c:func:`v4l2_set_subdev_hostdata`.