Home
last modified time | relevance | path

Searched refs:DU (Results 1 – 25 of 65) sorted by relevance

123

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/
H A Drenesas,du.txt1 * Renesas R-Car Display Unit (DU)
6 - "renesas,du-r8a7742" for R8A7742 (RZ/G1H) compatible DU
7 - "renesas,du-r8a7743" for R8A7743 (RZ/G1M) compatible DU
8 - "renesas,du-r8a7744" for R8A7744 (RZ/G1N) compatible DU
9 - "renesas,du-r8a7745" for R8A7745 (RZ/G1E) compatible DU
10 - "renesas,du-r8a77470" for R8A77470 (RZ/G1C) compatible DU
11 - "renesas,du-r8a774a1" for R8A774A1 (RZ/G2M) compatible DU
12 - "renesas,du-r8a774b1" for R8A774B1 (RZ/G2N) compatible DU
13 - "renesas,du-r8a774c0" for R8A774C0 (RZ/G2E) compatible DU
14 - "renesas,du-r8a774e1" for R8A774E1 (RZ/G2H) compatible DU
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/
H A DKconfig18 tristate "R-Car DU Color Management Module (CMM) Support"
25 tristate "R-Car Gen3 and RZ/G2 DU HDMI Encoder Support"
32 tristate "R-Car DU LVDS Encoder Support"
42 bool "R-Car DU VSP Compositor Support" if ARM
/OK3568_Linux_fs/kernel/arch/powerpc/math-emu/
H A Dmath.c155 #define DU 6 macro
242 case LFSU: func = lfs; type = DU; break; in do_mathemu()
244 case LFDU: func = lfd; type = DU; break; in do_mathemu()
246 case STFSU: func = stfs; type = DU; break; in do_mathemu()
248 case STFDU: func = stfd; type = DU; break; in do_mathemu()
357 case DU: in do_mathemu()
447 case DU: in do_mathemu()
/OK3568_Linux_fs/kernel/drivers/block/paride/
H A Dpt.c139 #define DU (*drives[unit]) macro
624 tape->drive = DU[D_SLV]; in pt_detect()
626 if (!DU[D_PRT]) in pt_detect()
629 if (pi_init(tape->pi, 0, DU[D_PRT], DU[D_MOD], DU[D_UNI], in pt_detect()
630 DU[D_PRO], DU[D_DLY], pt_scratch, PI_PT, in pt_detect()
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4a/
H A Dsetup-shx3.c179 DU, enumerator
215 INTC_VECT(DU, 0x9e0),
267 DU, GPIO3, GPIO2, GPIO1, GPIO0, PAM, 0, 0,
301 VIN1, VIN0, IIC, DU} },
H A Dsetup-sh7734.c300 DU, enumerator
368 INTC_VECT(DU, 0x3E0),
496 DU } },
501 { DU, TMU00, TMU10, TMU20 } },
H A Dsetup-sh7770.c343 DU, VIDEO_IN, REMOTE, YUV, USB, ATAPI, CAN, GPS, GFX2D, enumerator
374 INTC_VECT(DU, 0x780), INTC_VECT(VIDEO_IN, 0x7a0),
424 GPS, CAN, ATAPI, USB, YUV, REMOTE, VIDEO_IN, DU, SRC, I2S,
431 { 0xffe00008, 0, 32, 8, /* INT2PRI2 */ { DMAC, I2S, SRC, DU } },
H A Dsetup-sh7785.c381 SIOF, MMCIF, DU, GDTA, enumerator
420 INTC_VECT(DU, 0xd80),
453 { 0, 0, 0, GDTA, DU, SSI0, SSI1, GPIO,
475 { 0xffd40024, 0, 32, 8, /* INT2PRI9 */ { DU, GDTA, } },
H A Dsetup-sh7786.c490 DU, enumerator
533 INTC_VECT(DU, 0xd00),
607 DU, SSI0, SSI1, SSI2, SSI3,
646 { 0xfe41084c, 0, 32, 8, /* INT2PRI19 */ { DU, SSI0, SSI1, SSI2 } },
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_write.h1278 int DU[64]; in stbiw__jpg_processDU() local
1293 DU[stbiw__jpg_ZigZag[i]] = (int)(v < 0 ? v - 0.5f : v + 0.5f); in stbiw__jpg_processDU()
1297 diff = DU[0] - DC; in stbiw__jpg_processDU()
1308 for(; (end0pos>0)&&(DU[end0pos]==0); --end0pos) { in stbiw__jpg_processDU()
1313 return DU[0]; in stbiw__jpg_processDU()
1319 for (; DU[i]==0 && i<=end0pos; ++i) { in stbiw__jpg_processDU()
1329 stbiw__jpg_calcBits(DU[i], bits); in stbiw__jpg_processDU()
1336 return DU[0]; in stbiw__jpg_processDU()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_write.h1278 int DU[64]; in stbiw__jpg_processDU() local
1293 DU[stbiw__jpg_ZigZag[i]] = (int)(v < 0 ? v - 0.5f : v + 0.5f); in stbiw__jpg_processDU()
1297 diff = DU[0] - DC; in stbiw__jpg_processDU()
1308 for(; (end0pos>0)&&(DU[end0pos]==0); --end0pos) { in stbiw__jpg_processDU()
1313 return DU[0]; in stbiw__jpg_processDU()
1319 for (; DU[i]==0 && i<=end0pos; ++i) { in stbiw__jpg_processDU()
1329 stbiw__jpg_calcBits(DU[i], bits); in stbiw__jpg_processDU()
1336 return DU[0]; in stbiw__jpg_processDU()
/OK3568_Linux_fs/buildroot/package/guile/
H A D0003-Makefile.am-fix-build-without-makeinfo.patch18 using a buggy 'make' (AIX, DU, IRIX), in which case you might
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DCECILL-C114 5.3.1 DISTRIBUTION DU LOGICIEL SANS MODIFICATION
124 5.3.2 DISTRIBUTION DU LOGICIEL MODIFIE
136 5.3.3 DISTRIBUTION DU LOGICIEL DERIVE
224 Article 12 - NOUVELLES VERSIONS DU CONTRAT
H A DCECILL-1.0116 5.3.1. REDISTRIBUTION DU LOGICIEL SANS MODIFICATION
126 5.3.2. REDISTRIBUTION DU LOGICIEL MODIFIE
224 Article 12 - NOUVELLES VERSIONS DU CONTRAT
H A DCECILL-2.0118 5.3.1 DISTRIBUTION DU LOGICIEL SANS MODIFICATION
128 5.3.2 DISTRIBUTION DU LOGICIEL MODIFIE
226 Article 12 - NOUVELLES VERSIONS DU CONTRAT
H A DCECILL-B116 5.3.1 DISTRIBUTION DU LOGICIEL SANS MODIFICATION
126 5.3.2 DISTRIBUTION DU LOGICIEL MODIFIE
230 Article 12 - NOUVELLES VERSIONS DU CONTRAT
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/renesas/
H A Dr8a77995-draak.dts374 * enabled to supply a pixel clock to the DU for the DPAD output when
H A Dr8a77990-ebisu.dts500 * enabled to supply a pixel clock to the DU for the DPAD output when
H A Dbeacon-renesom-baseboard.dtsi214 /* External DU dot clocks */
H A Dsalvator-common.dtsi302 /* External DU dot clocks */
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dfpu_traps.S192 wr %g0, FPRS_FEF, %fprs ! clean DU/DL bits
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dusb-serial.rst386 driver. Also, D-Link's DU-H3SP USB BAY also works with this driver.
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A DKconfig45 D-Link DSB-650C and DU-E10
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A DKconfig364 This driver also works with Sitecom U232-P25 and D-Link DU-H3SP USB
/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 Dgez_ER@abegede118 <S12F1> % ETHIOPIC SYLLABLE DU old glibc collation-symbol: <DINT>

123