Searched +full:en +full:- +full:vcx (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Xilinx MIPI CSI-2 Receiver Subsystem10 - Vishal Sagar <vishal.sagar@amd.com>13 The Xilinx MIPI CSI-2 Receiver Subsystem is used to capture MIPI CSI-216 The subsystem consists of a MIPI D-PHY in slave mode which captures the17 data packets. This is passed along the MIPI CSI-2 Rx IP which extracts the20 For more details, please refer to PG232 Xilinx MIPI CSI-2 Receiver Subsystem.21 Please note that this bindings includes only the MIPI CSI-2 Rx controller[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Driver for Xilinx MIPI CSI-2 Rx Subsystem5 * Copyright (C) 2016 - 2020 Xilinx, Inc.19 #include <linux/v4l2-subdev.h>20 #include <media/media-entity.h>21 #include <media/mipi-csi2.h>22 #include <media/v4l2-common.h>23 #include <media/v4l2-ctrls.h>24 #include <media/v4l2-fwnode.h>25 #include <media/v4l2-subdev.h>[all …]