/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | csi.c | 53 struct v4l2_subdev *remote_sd = NULL; in get_remote_subdev() local 64 remote_sd = media_entity_to_v4l2_subdev(remote->entity); in get_remote_subdev() 66 return remote_sd; in get_remote_subdev() 112 struct v4l2_subdev *remote_sd; in rkisp_csi_g_mbus_config() local 117 remote_sd = get_remote_subdev(sd); in rkisp_csi_g_mbus_config() 118 return v4l2_subdev_call(remote_sd, pad, get_mbus_config, pad_id, config); in rkisp_csi_g_mbus_config() 124 struct v4l2_subdev *remote_sd; in rkisp_csi_get_set_fmt() local 133 remote_sd = get_remote_subdev(sd); in rkisp_csi_get_set_fmt() 134 return v4l2_subdev_call(remote_sd, pad, get_fmt, NULL, fmt); in rkisp_csi_get_set_fmt()
|
H A D | rkisp.c | 148 struct v4l2_subdev *remote_sd = NULL;
in get_remote_sensor() local 172 remote_sd = media_entity_to_v4l2_subdev(sensor_me);
in get_remote_sensor() 174 return remote_sd;
in get_remote_sensor()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | csi.c | 52 struct v4l2_subdev *remote_sd = NULL; in get_remote_subdev() local 61 remote_sd = media_entity_to_v4l2_subdev(remote->entity); in get_remote_subdev() 63 return remote_sd; in get_remote_subdev() 110 struct v4l2_subdev *remote_sd; in rkisp_csi_g_mbus_config() local 114 remote_sd = get_remote_subdev(sd); in rkisp_csi_g_mbus_config() 115 return v4l2_subdev_call(remote_sd, pad, get_mbus_config, pad_id, config); in rkisp_csi_g_mbus_config() 122 struct v4l2_subdev *remote_sd; in rkisp_csi_get_set_fmt() local 129 remote_sd = get_remote_subdev(sd); in rkisp_csi_get_set_fmt() 130 return v4l2_subdev_call(remote_sd, pad, get_fmt, NULL, fmt); in rkisp_csi_get_set_fmt()
|
H A D | rkisp.c | 148 struct v4l2_subdev *remote_sd = NULL; in get_remote_sensor() local 168 remote_sd = media_entity_to_v4l2_subdev(sensor_me); in get_remote_sensor() 170 return remote_sd; in get_remote_sensor()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | ispp.c | 86 } else if (ispp_sdev->remote_sd) { in rkispp_subdev_link_setup() 134 ret = v4l2_subdev_call(ispp_sdev->remote_sd, pad, get_fmt, cfg, fmt); in rkispp_sd_get_fmt() 215 ret = v4l2_subdev_call(ispp_sdev->remote_sd, pad, get_selection, cfg, sel); in rkispp_sd_get_selection() 256 ret = v4l2_subdev_call(ispp_sdev->remote_sd, pad, set_selection, cfg, sel); in rkispp_sd_set_selection() 283 ret = v4l2_subdev_call(ispp_sdev->remote_sd, video, s_stream, on); in rkispp_sd_s_stream() 363 ret = v4l2_subdev_call(ispp_sdev->remote_sd, core, s_power, 1); in rkispp_sd_s_power() 373 v4l2_subdev_call(ispp_sdev->remote_sd, core, s_power, 0); in rkispp_sd_s_power() 379 v4l2_subdev_call(ispp_sdev->remote_sd, core, s_power, 0); in rkispp_sd_s_power()
|
H A D | ispp.h | 29 struct v4l2_subdev *remote_sd; member
|
H A D | stream_v20.c | 153 v4l2_subdev_call(dev->ispp_sdev.remote_sd, video, s_rx_buffer, dbufs, NULL);
in fec_free_buf() 204 sd = dev->ispp_sdev.remote_sd;
in fec_work_event() 342 v4l2_subdev_call(dev->ispp_sdev.remote_sd, video, s_rx_buffer, buf, NULL);
in rkispp_module_work_event() 392 ret = v4l2_subdev_call(ispp_sdev->remote_sd, core, ioctl, RKISP_ISPP_CMD_SET_MODE, &mode);
in start_isp() 401 v4l2_subdev_call(ispp_sdev->remote_sd, core, ioctl, RKISP_ISPP_CMD_SET_MODE, &mode);
in start_isp()
|
H A D | dev.c | 107 ispp_dev->ispp_sdev.remote_sd = sd; in get_remote_node_dev() 131 if (ispp_dev->ispp_sdev.remote_sd) { in rkispp_create_links()
|
H A D | stream.c | 1593 struct v4l2_subdev *sd = dev->ispp_sdev.remote_sd; in restart_module()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | ispp.c | 86 else if (ispp_sdev->remote_sd) in rkispp_subdev_link_setup() 136 ret = v4l2_subdev_call(ispp_sdev->remote_sd, in rkispp_sd_get_fmt() 214 ret = v4l2_subdev_call(ispp_sdev->remote_sd, in rkispp_sd_get_selection() 255 ret = v4l2_subdev_call(ispp_sdev->remote_sd, in rkispp_sd_set_selection() 284 ret = v4l2_subdev_call(ispp_sdev->remote_sd, video, s_stream, on); in rkispp_sd_s_stream() 365 ret = v4l2_subdev_call(ispp_sdev->remote_sd, in rkispp_sd_s_power() 380 v4l2_subdev_call(ispp_sdev->remote_sd, in rkispp_sd_s_power() 386 v4l2_subdev_call(ispp_sdev->remote_sd, core, s_power, 0); in rkispp_sd_s_power()
|
H A D | ispp.h | 35 struct v4l2_subdev *remote_sd; member
|
H A D | stream_v20.c | 161 v4l2_subdev_call(dev->ispp_sdev.remote_sd, in fec_free_buf() 213 sd = dev->ispp_sdev.remote_sd; in fec_work_event() 350 v4l2_subdev_call(dev->ispp_sdev.remote_sd, in rkispp_module_work_event() 397 ret = v4l2_subdev_call(ispp_sdev->remote_sd, core, ioctl, in start_isp() 406 v4l2_subdev_call(ispp_sdev->remote_sd, core, ioctl, in start_isp()
|
H A D | dev.c | 103 ispp_dev->ispp_sdev.remote_sd = sd; in get_remote_node_dev() 127 if (ispp_dev->ispp_sdev.remote_sd) { in rkispp_create_links()
|
H A D | stream.c | 1663 struct v4l2_subdev *sd = dev->ispp_sdev.remote_sd; in restart_module()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
H A D | mipi-csi2.c | 283 struct v4l2_subdev *remote_sd;
in csi2_link_setup() local 286 remote_sd = media_entity_to_v4l2_subdev(remote->entity);
in csi2_link_setup() 306 csi2->src_sd = remote_sd;
in csi2_link_setup()
|
H A D | dev.h | 546 struct v4l2_subdev *remote_sd;
member
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
H A D | mipi-csi2.c | 277 struct v4l2_subdev *remote_sd; in csi2_link_setup() local 280 remote_sd = media_entity_to_v4l2_subdev(remote->entity); in csi2_link_setup() 300 csi2->src_sd = remote_sd; in csi2_link_setup()
|
H A D | dev.h | 505 struct v4l2_subdev *remote_sd; member
|