Home
last modified time | relevance | path

Searched refs:OPE (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra210-ope.yaml7 title: Tegra210 OPE
10 The Output Processing Engine (OPE) is one of the AHUB client. It has
45 pattern: "^OPE[1-9]$"
54 OPE ACIF (Audio Client Interface) input port. This is connected
61 OPE ACIF output port. This is connected to corresponding ACIF
H A Dnvidia,tegra210-mbdrc.yaml11 Processing Engine (OPE) which interfaces with Audio Hub (AHUB) via
H A Dnvidia,tegra210-peq.yaml13 PEQ sits inside Output Processing Engine (OPE) which interfaces
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h315 void VisitObjCProtocolExpr(const ObjCProtocolExpr *OPE);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1256 void JSONNodeDumper::VisitObjCProtocolExpr(const ObjCProtocolExpr *OPE) { in VisitObjCProtocolExpr() argument
1257 JOS.attribute("protocol", createBareDeclRef(OPE->getProtocol())); in VisitObjCProtocolExpr()