Lines Matching refs:sensor_sd
748 struct v4l2_subdev *sensor_sd = get_remote_sensor(sd); in mipidphy_get_sensor_data_rate() local
753 if (!sensor_sd) in mipidphy_get_sensor_data_rate()
756 link_freq = v4l2_ctrl_find(sensor_sd->ctrl_handler, V4L2_CID_LINK_FREQ); in mipidphy_get_sensor_data_rate()
763 ret = v4l2_querymenu(sensor_sd->ctrl_handler, &qm); in mipidphy_get_sensor_data_rate()
782 struct v4l2_subdev *sensor_sd = get_remote_sensor(sd); in mipidphy_update_sensor_mbus() local
787 if (!sensor_sd) in mipidphy_update_sensor_mbus()
789 sensor = sd_to_sensor(priv, sensor_sd); in mipidphy_update_sensor_mbus()
792 ret = v4l2_subdev_call(sensor_sd, pad, get_mbus_config, 0, &mbus); in mipidphy_update_sensor_mbus()
914 struct v4l2_subdev *sensor_sd = get_remote_sensor(sd); in mipidphy_g_mbus_config() local
917 if (!sensor_sd) in mipidphy_g_mbus_config()
919 sensor = sd_to_sensor(priv, sensor_sd); in mipidphy_g_mbus_config()
982 struct v4l2_subdev *sensor_sd = get_remote_sensor(sd); in mipidphy_get_set_fmt() local
989 if (!sensor_sd) in mipidphy_get_set_fmt()
991 sensor = sd_to_sensor(priv, sensor_sd); in mipidphy_get_set_fmt()
994 ret = v4l2_subdev_call(sensor_sd, pad, get_fmt, NULL, fmt); in mipidphy_get_set_fmt()
1161 struct v4l2_subdev *sensor_sd = get_remote_sensor(sd); in mipidphy_rx_stream_on() local
1168 if (!sensor_sd) in mipidphy_rx_stream_on()
1170 sensor = sd_to_sensor(priv, sensor_sd); in mipidphy_rx_stream_on()
1258 struct v4l2_subdev *sensor_sd = get_remote_sensor(sd); in mipidphy_txrx_stream_on() local
1265 if (!sensor_sd) in mipidphy_txrx_stream_on()
1267 sensor = sd_to_sensor(priv, sensor_sd); in mipidphy_txrx_stream_on()
1383 struct v4l2_subdev *sensor_sd = get_remote_sensor(sd); in csi_mipidphy_stream_on() local
1392 if (!sensor_sd) in csi_mipidphy_stream_on()
1394 sensor = sd_to_sensor(priv, sensor_sd); in csi_mipidphy_stream_on()