Searched +full:r8a779a0 +full:- +full:isp (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/media/ |
H A D | renesas,isp.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 4 --- 5 $id: http://devicetree.org/schemas/media/renesas,isp.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Renesas R-Car ISP Channel Selector 11 - Niklas Söderlund <niklas.soderlund@ragnatech.se> 14 The R-Car ISP Channel Selector provides MIPI CSI-2 VC and DT filtering 15 capabilities for the Renesas R-Car family of devices. It is used in 16 conjunction with the R-Car VIN and CSI-2 modules, which provides the video 22 - enum: [all …]
|
H A D | renesas,vin.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Renesas R-Car Video Input (VIN) 11 - Niklas Söderlund <niklas.soderlund@ragnatech.se> 14 The R-Car Video Input (VIN) device provides video input capabilities for the 15 Renesas R-Car family of devices. 20 on Gen3 and RZ/G2 platforms to a CSI-2 receiver. 25 - items: 26 - enum: [all …]
|
/linux/arch/arm64/boot/dts/renesas/ |
H A D | r8a779a0.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the R-Car V3U (R8A779A0) SoC 8 #include <dt-bindings/clock/r8a779a0-cpg-mssr.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/power/r8a779a0-sysc.h> 13 compatible = "renesas,r8a779a0"; 14 #address-cells = <2>; 15 #size-cells = <2>; 17 /* External CAN clock - to be overridden by boards that provide it */ 19 compatible = "fixed-clock"; [all …]
|
/linux/drivers/media/platform/renesas/ |
H A D | rcar-isp.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Driver for Renesas R-Car ISP Channel Selector 7 * The ISP hardware is capable of more than just channel selection, features 20 #include <media/mipi-csi2.h> 21 #include <media/v4l2-subdev.h> 140 static void risp_write(struct rcar_isp *isp, u32 offset, u32 value) in risp_write() argument 142 iowrite32(value, isp->base + offset); in risp_write() 145 static u32 risp_read(struct rcar_isp *isp, u32 offset) in risp_read() argument 147 return ioread32(isp->base + offset); in risp_read() 150 static int risp_power_on(struct rcar_isp *isp) in risp_power_on() argument [all …]
|
H A D | rcar-csi2.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Driver for Renesas R-Car MIPI CSI-2 Receiver 19 #include <media/mipi-csi2.h> 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 [all …]
|
/linux/drivers/media/platform/renesas/rcar-vin/ |
H A 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 20 #include <media/v4l2-async.h> 21 #include <media/v4l2-fwnode.h> 22 #include <media/v4l2-mc.h> 24 #include "rcar-vin.h" 27 * The companion CSI-2 receiver driver (rcar-csi2) is known 29 * pads (pad 1-4). So to translate a pad on the remote [all …]
|