| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/ |
| H A D | sh_mobile_ceu_camera.rst | 46 accents represent "useful" data, basically, CEU scaled and cropped output, 60 (3) to (4) - CEU cropped left or top 61 (4) to (4') - CEU cropped width or height 62 (5) to (5') - reverse sensor scale applied to CEU cropped width or height 63 (2) to (5) - reverse sensor scale applied to CEU cropped left or top 64 (6) to (6') - CEU scale - user window 76 2. Calculate "effective" input crop (sensor subwindow) - CEU crop scaled back at 101 8. Calculate new CEU crop - apply sensor scales to previously calculated 107 9. Use CEU cropping to crop to the new window: 111 10. Use CEU scaling to scale to the requested user window:
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ |
| H A D | renesas-ceu.c | 3 * V4L2 Driver for Renesas Capture Engine Unit (CEU) interface 45 #include <media/drv-intf/renesas-ceu.h> 47 #define DRIVER_NAME "renesas-ceu" 49 /* CEU registers offsets and masks. */ 56 #define CEU_CRCNTR 0x28 /* CEU register control register */ 57 #define CEU_CRCMPR 0x2c /* CEU register forcible control register */ 96 /* CEU operating flag bit. */ 169 * ceu_device - CEU device instance 205 /* base - CEU memory base address */ 214 /* --- CEU memory output formats --- */ [all …]
|
| H A D | Makefile | 49 obj-$(CONFIG_VIDEO_RENESAS_CEU) += renesas-ceu.o
|
| H A D | Kconfig | 142 tristate "Renesas Capture Engine Unit (CEU) driver" 148 This is a v4l2 driver for the Renesas CEU Interface
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | renesas,ceu.yaml | 4 $id: http://devicetree.org/schemas/media/renesas,ceu.yaml# 7 title: Renesas Capture Engine Unit (CEU) Bindings 21 - renesas,r7s72100-ceu 22 - renesas,r8a7740-ceu 77 ceu: ceu@e8210000 { 79 compatible = "renesas,r7s72100-ceu";
|
| H A D | video-interfaces.txt | 529 ceu0: ceu@fe910000 { 530 compatible = "renesas,sh-mobile-ceu"; 535 compatible = "renesas,ceu-clock"; 633 reg = <2>; /* port 2: link to the CEU */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A D | mali-coresight-source.txt | 99 - "ceu-execution": Cannot share the channel with other types 100 - "ceu-commands": Cannot share the channel with other types 127 sg2 = "ceu-execution"; 128 sg3 = "ceu-commands"; 150 sg1 = "ceu-execution"; 151 sg2 = "ceu-commands";
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/mach-ap325rxa/ |
| H A D | setup.c | 37 #include <media/drv-intf/renesas-ceu.h> 262 /* Powerdown/reset gpios for CEU image sensors */ 285 .name = "CEU", 297 .name = "renesas-ceu", 298 .id = 0, /* "ceu.0" clock */ 455 /* CEU */ in ap325rxa_devices_setup() 529 /* Initialize CEU platform device separately to map memory first */ in ap325rxa_devices_setup() 553 /* Reserve a portion of memory for CEU buffers */ 561 panic("Failed to allocate CEU memory\n"); in ap325rxa_mv_mem_reserve()
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/mach-migor/ |
| H A D | setup.c | 30 #include <media/drv-intf/renesas-ceu.h> 327 .name = "CEU", 339 .name = "renesas-ceu", 340 .id = 0, /* ceu.0 */ 348 /* Powerdown/reset gpios for CEU image sensors */ 553 /* CEU */ in migor_devices_setup() 603 /* Initialize CEU platform device separately to map memory first */ in migor_devices_setup() 626 /* Reserve a portion of memory for CEU buffers */ 634 panic("Failed to allocate CEU memory\n"); in migor_mv_mem_reserve()
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/mach-kfr2r09/ |
| H A D | setup.c | 39 #include <media/drv-intf/renesas-ceu.h> 259 .name = "CEU", 272 .name = "renesas-ceu", 556 /* CEU */ in kfr2r09_devices_setup() 602 /* Initialize CEU platform device separately to map memory first */ in kfr2r09_devices_setup() 626 /* Reserve a portion of memory for CEU buffers */ 634 panic("Failed to allocate CEU memory\n"); in kfr2r09_mv_mem_reserve()
|
| /OK3568_Linux_fs/kernel/include/media/drv-intf/ |
| H A D | renesas-ceu.h | 3 * renesas-ceu.h - Renesas CEU driver interface
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/mach-se/7724/ |
| H A D | setup.c | 38 #include <media/drv-intf/renesas-ceu.h> 244 .name = "renesas-ceu", 245 .id = 0, /* "ceu.0" clock */ 272 .name = "renesas-ceu", 273 .id = 1, /* "ceu.1" clock */ 939 /* Initialize CEU platform devices separately to map memory first */ in devices_setup() 959 /* Reserve a portion of memory for CEU 0 and CEU 1 buffers */
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | gr-peach-audiocamerashield.dtsi | 28 /* CEU pins: VIO_D[0-10], VIO_VD, VIO_HD, VIO_CLK */ 64 &ceu {
|
| H A D | r8a7740.dtsi | 67 ceu0: ceu@fe910000 { 69 compatible = "renesas,r8a7740-ceu"; 76 ceu1: ceu@fe914000 { 78 compatible = "renesas,r8a7740-ceu";
|
| H A D | r7s72100.dtsi | 380 ceu: camera@e8210000 { label 382 compatible = "renesas,r7s72100-ceu"; 445 clock-output-names = "ceu", "rtc";
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | platform-cardlist.rst | 52 renesas-ceu Renesas Capture Engine Unit (CEU)
|
| /OK3568_Linux_fs/kernel/arch/sh/boards/mach-ecovec24/ |
| H A D | setup.c | 41 #include <media/drv-intf/renesas-ceu.h> 436 .name = "renesas-ceu", 437 .id = 0, /* ceu.0 */ 473 .name = "renesas-ceu", 474 .id = 1, /* ceu.1 */ 1453 /* Initialize CEU platform devices separately to map memory first */ in arch_setup() 1495 /* Reserve a portion of memory for CEU 0 and CEU 1 buffers */
|
| /OK3568_Linux_fs/external/xserver/debian/po/ |
| H A D | gl.po | 20 "Language-Team: Galician <trasno@ceu.fi.udc.es>\n"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | gl_ES | 17 % Email: gpul@ceu.fi.udc.es
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | gl_ES | 17 % Email: gpul@ceu.fi.udc.es
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | cpu_sh7723.h | 112 /* VIO(CEU) */
|
| H A D | cpu_sh7724.h | 133 /* VIO(CEU) */
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4a/ |
| H A D | clock-sh7724.c | 329 CLKDEV_DEV_ID("renesas-ceu.1", &mstp_clks[HWBLK_CEU1]), 336 CLKDEV_DEV_ID("renesas-ceu.0", &mstp_clks[HWBLK_CEU0]),
|
| /OK3568_Linux_fs/kernel/arch/sh/include/cpu-sh4/cpu/ |
| H A D | sh7722.h | 121 /* CEU */
|
| H A D | sh7723.h | 137 /* CEU */
|