Home
last modified time | relevance | path

Searched +full:ovl +full:- +full:2 +full:l (Results 1 – 12 of 12) sorted by relevance

/freebsd-src/sys/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,ovl-2l.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/mediatek/mediatek,ovl-2l.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Mediatek display overlay 2 layer
10 - Chun-Kuang Hu <chunkuang.hu@kernel.org>
11 - Philipp Zabel <p.zabel@pengutronix.de>
14 Mediatek display overlay 2 layer, namely OVL-2L, provides 2 more layer
15 for OVL.
16 OVL-2L device node must be siblings to the central MMSYS_CONFIG node.
[all …]
H A Dmediatek,disp.txt29 - compatible: "mediatek,<chip>-disp-<function>", one of
30 "mediatek,<chip>-disp-ovl" - overlay (4 layers, blending, csc)
31 "mediatek,<chip>-disp-ovl-2l" - overlay (2 layers, blending, csc)
32 "mediatek,<chip>-disp-rdma" - read DMA / line buffer
33 "mediatek,<chip>-disp-wdma" - write DMA
34 "mediatek,<chip>-disp-ccorr" - color correction
35 "mediatek,<chip>-disp-color" - color processor
36 "mediatek,<chip>-disp-dither" - dither
37 "mediatek,<chip>-disp-aal" - adaptive ambient light controller
38 "mediatek,<chip>-disp-gamma" - gamma correction
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8192.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
7 /dts-v1/;
8 #include <dt-bindings/clock/mt8192-clk.h>
9 #include <dt-bindings/gce/mt8192-gce.h>
10 #include <dt-bindings/interrupt-controlle
[all...]
H A Dmt8186.dtsi1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 * Author: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
6 /dts-v
[all...]
H A Dmt8183.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
8 #include <dt-bindings/clock/mt8183-clk.h>
9 #include <dt-bindings/gce/mt8183-gce.h>
10 #include <dt-bindings/interrupt-controller/arm-gi
[all...]
H A Dmt8195.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
7 /dts-v1/;
8 #include <dt-bindings/clock/mt8195-clk.h>
9 #include <dt-bindings/gce/mt8195-gce.h>
10 #include <dt-bindings/interrupt-controlle
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1 //===--- SemaOverload.cpp - C++ Overloading ------
8892 AddCandidate(QualType L,QualType R) AddCandidate() argument
11069 OverloadExpr::FindResult Ovl = OverloadExpr::find(OverloadedExpr); NoteAllOverloadCandidates() local
13118 OverloadExpr *Ovl = R.Expression; resolveAddressOfSingleOverloadCandidate() local
13266 ResolveSingleFunctionTemplateSpecialization(OverloadExpr * ovl,bool Complain,DeclAccessPair * FoundResult,TemplateSpecCandidateSet * FailedTSC) ResolveSingleFunctionTemplateSpecialization() argument
13353 OverloadExpr::FindResult ovl = OverloadExpr::find(SrcExpr.get()); ResolveAndFixSingleFunctionTemplateSpecialization() local
[all...]
H A DSemaInit.cpp1 //===--- SemaInit.cpp - Semantic Analysis for Initializers ------
7783 __anon9701741b0e02(IndirectLocalPath &Path, Local L, ReferenceKind RK) visitLocalsRetainedByInitializer() argument
8102 __anon9701741b0f02(IndirectLocalPath &Path, Local L, ReferenceKind RK) checkInitializerLifetime() argument
9694 OverloadingResult Ovl Diagnose() local
9937 OverloadingResult Ovl Diagnose() local
10013 OverloadingResult Ovl Diagnose() local
10416 auto &L = S.getLangOpts(); DiagnoseNarrowingInInitList() local
[all...]
H A DSemaExpr.cpp1 //===--- SemaExpr.cpp - Semantic Analysis for Expressions ------
1500 QualType L = LHS->getType(), R = RHS->getType(); checkEnumArithmeticConversions() local
4341 ActOnParenExpr(SourceLocation L,SourceLocation R,Expr * E) ActOnParenExpr() argument
6353 for (auto *L : Lookup) { BuildCXXDefaultInitExpr() local
7262 OverloadExpr *ovl = find.Expression; BuildCallExpr() local
8683 ActOnParenListExpr(SourceLocation L,SourceLocation R,MultiExprArg Val) ActOnParenListExpr() argument
15029 OverloadExpr *Ovl = cast<OverloadExpr>(E); CheckAddressOfOperand() local
15454 checkObjCPointerIntrospection(Sema & S,ExprResult & L,ExprResult & R,SourceLocation OpLoc) checkObjCPointerIntrospection() argument
18650 for (const auto *L : Rec.Lambdas) PopExpressionEvaluationContext() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1 //===- DumpOutputStyle.cpp ---------
658 size_t L = 0; getLongestTypeLeafName() local
791 __anon4a174bff0802(const StrAndStat &L, const StrAndStat &R) dumpUdtStats() argument
1310 LocallyHashedType &L = std::get<0>(H); dumpTypesFromObjectFile() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1 //===- ExprCXX.h - Classes for representing expressions --------
388 CXXNamedCastExpr(StmtClass SC,QualType ty,ExprValueKind VK,CastKind kind,Expr * op,unsigned PathSize,bool HasFPFeatures,TypeSourceInfo * writtenTy,SourceLocation l,SourceLocation RParenLoc,SourceRange AngleBrackets) CXXNamedCastExpr() argument
436 CXXStaticCastExpr(QualType ty,ExprValueKind vk,CastKind kind,Expr * op,unsigned pathSize,TypeSourceInfo * writtenTy,FPOptionsOverride FPO,SourceLocation l,SourceLocation RParenLoc,SourceRange AngleBrackets) CXXStaticCastExpr() argument
481 CXXDynamicCastExpr(QualType ty,ExprValueKind VK,CastKind kind,Expr * op,unsigned pathSize,TypeSourceInfo * writtenTy,SourceLocation l,SourceLocation RParenLoc,SourceRange AngleBrackets) CXXDynamicCastExpr() argument
526 CXXReinterpretCastExpr(QualType ty,ExprValueKind vk,CastKind kind,Expr * op,unsigned pathSize,TypeSourceInfo * writtenTy,SourceLocation l,SourceLocation RParenLoc,SourceRange AngleBrackets) CXXReinterpretCastExpr() argument
565 CXXConstCastExpr(QualType ty,ExprValueKind VK,Expr * op,TypeSourceInfo * writtenTy,SourceLocation l,SourceLocation RParenLoc,SourceRange AngleBrackets) CXXConstCastExpr() argument
603 CXXAddrspaceCastExpr(QualType ty,ExprValueKind VK,CastKind Kind,Expr * op,TypeSourceInfo * writtenTy,SourceLocation l,SourceLocation RParenLoc,SourceRange AngleBrackets) CXXAddrspaceCastExpr() argument
744 setLocation(SourceLocation L) setLocation() argument
780 setLocation(SourceLocation L) setLocation() argument
1038 setRBracketLoc(SourceLocation L) setRBracketLoc() argument
1149 CXXThisExpr(SourceLocation L,QualType Ty,bool IsImplicit,ExprValueKind VK) CXXThisExpr() argument
1165 setLocation(SourceLocation L) setLocation() argument
1839 setLParenLoc(SourceLocation L) setLParenLoc() argument
1841 setRParenLoc(SourceLocation L) setRParenLoc() argument
3035 auto *Ovl = cast<OverloadExpr>(E->IgnoreParens()); find() local
3243 if (NestedNameSpecifierLoc l = getQualifierLoc()) getBeginLoc() local
3564 setLParenLoc(SourceLocation L) setLParenLoc() argument
3569 setRParenLoc(SourceLocation L) setRParenLoc() argument
4026 if (NestedNameSpecifierLoc l = getQualifierLoc()) getBeginLoc() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1 //===--- Sema.h - Semantic Analysis & AST Building ------
2233 getPrintable(SourceLocation L) getPrintable() argument
[all...]