Lines Matching refs:sensor_sd
1741 struct v4l2_subdev *sensor_sd = NULL; in samsung_mipi_dcphy_power_on() local
1748 sensor_sd = get_remote_sensor(&samsung->dphy_dev[0]->sd); in samsung_mipi_dcphy_power_on()
1750 if (sensor_sd) in samsung_mipi_dcphy_power_on()
1751 v4l2_subdev_call(sensor_sd, core, ioctl, in samsung_mipi_dcphy_power_on()
1755 if (sensor_sd) in samsung_mipi_dcphy_power_on()
1756 v4l2_subdev_call(sensor_sd, core, ioctl, in samsung_mipi_dcphy_power_on()
2192 struct v4l2_subdev *sensor_sd = get_remote_sensor(sd); in samsung_dcphy_rx_stream_on() local
2197 if (!sensor_sd) in samsung_dcphy_rx_stream_on()
2199 sensor = sd_to_sensor(dphy, sensor_sd); in samsung_dcphy_rx_stream_on()
2240 struct v4l2_subdev *sensor_sd = get_remote_sensor(sd); in samsung_dcphy_rx_stream_off() local
2243 if (!sensor_sd) in samsung_dcphy_rx_stream_off()
2245 sensor = sd_to_sensor(dphy, sensor_sd); in samsung_dcphy_rx_stream_off()