Searched +full:sun8i +full:- +full:v3s +full:- +full:isp (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/media/ |
H A D | allwinner,sun6i-a31-isp.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/allwinner,sun6i-a31-isp.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Allwinner A31 Image Signal Processor Driver (ISP) 10 - Paul Kocialkowski <paul.kocialkowski@bootlin.com> 15 - allwinner,sun6i-a31-isp 16 - allwinner,sun8i-v3s-isp 26 - description: Bus Clock 27 - description: Module Clock [all …]
|
H A D | allwinner,sun6i-a31-csi.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/media/allwinner,sun6i-a31-csi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Chen-Yu Tsai <wens@csie.org> 11 - Maxime Ripard <mripard@kernel.org> 16 - allwinner,sun6i-a31-csi 17 - allwinner,sun8i-a83t-csi 18 - allwinner,sun8i-h3-csi 19 - allwinner,sun8i-v3s-csi [all …]
|
/linux/drivers/staging/media/sunxi/sun6i-isp/ |
H A D | sun6i_isp.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright 2021-2022 Bootlin 8 #include <linux/dma-mapping.h> 17 #include <media/v4l2-device.h> 18 #include <media/v4l2-mc.h> 30 u32 *data = (u32 *)(isp_dev->tables.load.data + offset); in sun6i_isp_load_read() 38 u32 *data = (u32 *)(isp_dev->tables.load.data + offset); in sun6i_isp_load_write() 46 * The ISP works with a load buffer, which gets copied to the actual registers 48 * This is represented by tracking the ISP state in the different parts of 50 * - state update: to update the load buffer for the next frame if necessary; [all …]
|
/linux/drivers/media/platform/sunxi/sun6i-csi/ |
H A D | sun6i_csi.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright (c) 2011-2018 Magewell Electronics Co., Ltd. (Nanjing) 5 * Copyright 2021-2022 Bootlin 18 #include <media/v4l2-device.h> 19 #include <media/v4l2-mc.h> 26 /* ISP */ 31 if (csi_dev->v4l2_dev && csi_dev->v4l2_dev != v4l2_dev) in sun6i_csi_isp_complete() 32 return -EINVAL; in sun6i_csi_isp_complete() 34 csi_dev->v4l2_dev = v4l2_dev; in sun6i_csi_isp_complete() 35 csi_dev->media_dev = v4l2_dev->mdev; in sun6i_csi_isp_complete() [all …]
|
/linux/Documentation/admin-guide/media/ |
H A D | platform-cardlist.rst | 1 .. SPDX-License-Identifier: GPL-2.0 17 am437x-vpfe TI AM437x VPFE 18 aspeed-video Aspeed AST2400 and AST2500 19 atmel-isc ATMEL Image Sensor Controller (ISC) 20 atmel-isi ATMEL Image Sensor Interface (ISI) 24 cdns-csi2rx Cadence MIPI-CSI2 RX Controller 25 cdns-csi2tx Cadence MIPI-CSI2 TX Controller 26 coda-vpu Chips&Media Coda multi-standard codec IP 29 exynos-fimc-is EXYNOS4x12 FIMC-IS (Imaging Subsystem) 30 exynos-fimc-lite EXYNOS FIMC-LITE camera interface [all …]
|
/linux/drivers/clk/sunxi-ng/ |
H A D | ccu-sun8i-v3s.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Based on ccu-sun8i-h3.c, which is: 9 #include <linux/clk-provider.h> 28 #include "ccu-sun8i-v3s.h" 30 static SUNXI_CCU_NKMP_WITH_GATE_LOCK(pll_cpu_clk, "pll-cpu", 45 * With sigma-delta modulation for fractional-N on the audio PLL, 59 static SUNXI_CCU_NM_WITH_SDM_GATE_LOCK(pll_audio_base_clk, "pll-audio-base", 69 static SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK(pll_video_clk, "pll-video", 81 static SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK(pll_ve_clk, "pll-ve", 93 static SUNXI_CCU_NKM_WITH_GATE_LOCK(pll_ddr0_clk, "pll-ddr0", [all …]
|