Lines Matching refs:orientation
68 .orientation = "orientation",
229 enum v4l2_fwnode_orientation orientation;
235 dev_warn(&adev->dev, "_PLD call failed, using default orientation\n");
241 orientation = V4L2_FWNODE_ORIENTATION_FRONT;
244 orientation = V4L2_FWNODE_ORIENTATION_BACK;
250 orientation = V4L2_FWNODE_ORIENTATION_EXTERNAL;
254 orientation = V4L2_FWNODE_ORIENTATION_EXTERNAL;
259 return orientation;
285 sensor->orientation = ipu_bridge_parse_orientation(adev);
349 sensor->prop_names.orientation,
350 sensor->orientation);