Lines Matching defs:sensor
789 * host and sensor does not exist.
845 * fimc_get_sensor_frame_desc - query the sensor for media bus frame parameters
846 * @sensor: pointer to the sensor subdev
853 static int fimc_get_sensor_frame_desc(struct v4l2_subdev *sensor,
864 pad = sensor->entity.num_pads - 1;
866 ret = v4l2_subdev_call(sensor, pad, set_frame_desc, pad, &fd);
868 ret = v4l2_subdev_call(sensor, pad, get_frame_desc, pad, &fd);
880 v4l2_err(sensor->v4l2_dev, "Unsupported buffer size: %u\n",
942 /* Try to match format at the host and the sensor */
967 struct v4l2_subdev *sensor;
971 sensor = __fimc_md_get_subdev(ve->pipe, IDX_SENSOR);
972 if (sensor)
973 fimc_get_sensor_frame_desc(sensor, pix->plane_fmt,
1201 * sensor or other data source, e.g. FIMC-IS.
1369 struct v4l2_subdev *sensor;
1394 /* Inherit V4L2 controls from the image sensor subdev. */
1395 sensor = fimc_find_remote_sensor(&vc->subdev.entity);
1396 if (sensor == NULL)
1400 sensor->ctrl_handler, NULL, true);
1408 * fimc_sensor_notify - v4l2_device notification from a sensor subdev
1413 * The End Of Frame notification sent by sensor subdev in its still capture
1414 * mode. If there is only a single VSYNC generated by the sensor at the
1692 /* Set default format at the sensor and host interface */