Searched +full:r8a7796 +full:- +full:csi2 (Results 1 – 11 of 11) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/ |
| D | renesas,csi2.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 4 --- 5 $id: http://devicetree.org/schemas/media/renesas,csi2.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Renesas R-Car MIPI CSI-2 receiver 11 - Niklas Söderlund <niklas.soderlund@ragnatech.se> 14 The R-Car CSI-2 receiver device provides MIPI CSI-2 capabilities for the 15 Renesas R-Car and RZ/G2 family of devices. It is used in conjunction with the 16 R-Car VIN module, which provides the video capture capabilities. 21 - enum: [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/media/ |
| D | renesas,rcar-csi2.txt | 1 Renesas R-Car MIPI CSI-2 2 ------------------------ 4 The R-Car CSI-2 receiver device provides MIPI CSI-2 capabilities for the 5 Renesas R-Car family of devices. It is used in conjunction with the 6 R-Car VIN module, which provides the video capture capabilities. 9 -------------------- 10 - compatible: Must be one or more of the following 11 - "renesas,r8a7795-csi2" for the R8A7795 device. 12 - "renesas,r8a7796-csi2" for the R8A7796 device. 13 - "renesas,r8a77965-csi2" for the R8A77965 device. [all …]
|
| D | rcar_vin.txt | 1 Renesas R-Car Video Input driver (rcar_vin) 2 ------------------------------------------- 4 The rcar_vin device provides video input capabilities for the Renesas R-Car 10 on Gen3 platforms to a CSI-2 receiver. 12 - compatible: Must be one or more of the following 13 - "renesas,vin-r8a7743" for the R8A7743 device 14 - "renesas,vin-r8a7745" for the R8A7745 device 15 - "renesas,vin-r8a7778" for the R8A7778 device 16 - "renesas,vin-r8a7779" for the R8A7779 device 17 - "renesas,vin-r8a7790" for the R8A7790 device [all …]
|
| /kernel/linux/linux-4.19/arch/arm64/boot/dts/renesas/ |
| D | r8a7796.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the r8a7796 SoC 5 * Copyright (C) 2016-2017 Renesas Electronics Corp. 8 #include <dt-bindings/clock/r8a7796-cpg-mssr.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/power/r8a7796-sysc.h> 15 compatible = "renesas,r8a7796"; 16 #address-cells = <2>; 17 #size-cells = <2>; 36 compatible = "fixed-clock"; [all …]
|
| D | r8a77965.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 7 * Based on r8a7796.dtsi 11 #include <dt-bindings/clock/r8a77965-cpg-mssr.h> 12 #include <dt-bindings/interrupt-controller/arm-gic.h> 13 #include <dt-bindings/power/r8a77965-sysc.h> 19 #address-cells = <2>; 20 #size-cells = <2>; 39 compatible = "fixed-clock"; 40 #clock-cells = <0>; 41 clock-frequency = <0>; [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/renesas/ |
| D | r8a77960.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the R-Car M3-W (R8A77960) SoC 5 * Copyright (C) 2016-2017 Renesas Electronics Corp. 8 #include <dt-bindings/clock/r8a7796-cpg-mssr.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/power/r8a7796-sysc.h> 15 compatible = "renesas,r8a7796"; 16 #address-cells = <2>; 17 #size-cells = <2>; 36 compatible = "fixed-clock"; [all …]
|
| D | r8a77965.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the R-Car M3-N (R8A77965) SoC 7 * Based on r8a7796.dtsi 11 #include <dt-bindings/clock/r8a77965-cpg-mssr.h> 12 #include <dt-bindings/interrupt-controller/arm-gic.h> 13 #include <dt-bindings/power/r8a77965-sysc.h> 19 #address-cells = <2>; 20 #size-cells = <2>; 39 compatible = "fixed-clock"; 40 #clock-cells = <0>; [all …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/ |
| D | rcar-csi2.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Driver for Renesas R-Car MIPI CSI-2 Receiver 20 #include <media/v4l2-ctrls.h> 21 #include <media/v4l2-device.h> 22 #include <media/v4l2-fwnode.h> 23 #include <media/v4l2-mc.h> 24 #include <media/v4l2-subdev.h> 55 * VCDT[0-15]: Channel 0 VCDT[16-31]: Channel 1 56 * VCDT2[0-15]: Channel 2 VCDT2[16-31]: Channel 3 392 return ioread32(priv->base + reg); in rcsi2_read() [all …]
|
| D | rcar-core.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Driver for Renesas R-Car VIN 6 * Copyright (C) 2011-2013 Renesas Solutions Corp. 10 * Based on the soc-camera rcar_vin driver 22 #include <media/v4l2-async.h> 23 #include <media/v4l2-fwnode.h> 24 #include <media/v4l2-mc.h> 26 #include "rcar-vin.h" 29 * The companion CSI-2 receiver driver (rcar-csi2) is known 31 * pads (pad 1-4). So to translate a pad on the remote [all …]
|
| /kernel/linux/linux-4.19/drivers/media/platform/rcar-vin/ |
| D | rcar-csi2.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Driver for Renesas R-Car MIPI CSI-2 Receiver 19 #include <media/v4l2-ctrls.h> 20 #include <media/v4l2-device.h> 21 #include <media/v4l2-fwnode.h> 22 #include <media/v4l2-mc.h> 23 #include <media/v4l2-subdev.h> 54 * VCDT[0-15]: Channel 1 VCDT[16-31]: Channel 2 55 * VCDT2[0-15]: Channel 3 VCDT2[16-31]: Channel 4 381 return ioread32(priv->base + reg); in rcsi2_read() [all …]
|
| D | rcar-core.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Driver for Renesas R-Car VIN 6 * Copyright (C) 2011-2013 Renesas Solutions Corp. 10 * Based on the soc-camera rcar_vin driver 22 #include <media/v4l2-async.h> 23 #include <media/v4l2-fwnode.h> 24 #include <media/v4l2-mc.h> 26 #include "rcar-vin.h" 29 * The companion CSI-2 receiver driver (rcar-csi2) is known 31 * pads (pad 1-4). So to translate a pad on the remote [all …]
|