| /freebsd-13.1/sys/contrib/device-tree/Bindings/clock/ |
| H A D | mvebu-core-clock.txt | 8 0 = tclk (Internal Bus clock) 15 0 = tclk (Internal Bus clock) 21 0 = tclk (Internal Bus clock) 27 0 = tclk (Internal Bus clock) 30 3 = hclk (SDRAM Controller Internal Clock) 35 0 = tclk (Internal Bus clock) 41 0 = tclk (Internal Bus clock) 47 0 = tclk (Internal Bus clock)
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | nvidia,tegra-audio-rt5677.txt | 21 * Internal Mic 1 22 * Internal Mic 2 48 "DMIC L1", "Internal Mic 1", 49 "DMIC R1", "Internal Mic 1", 50 "DMIC L2", "Internal Mic 2", 51 "DMIC R2", "Internal Mic 2",
|
| H A D | amlogic,g12a-toacodec.yaml | 7 title: Amlogic G12a Internal DAC Control Glue
|
| H A D | amlogic,t9015.yaml | 7 title: Amlogic T9015 Internal Audio DAC
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-a64-pinebook.dts | 372 simple-audio-card,widgets = "Microphone", "Internal Microphone Left", 373 "Microphone", "Internal Microphone Right", 375 "Speaker", "Internal Speaker"; 381 "Internal Speaker", "Speaker Amp OUTL", 382 "Internal Speaker", "Speaker Amp OUTR", 386 "Internal Microphone Left", "MBIAS", 387 "MIC1", "Internal Microphone Left", 388 "Internal Microphone Right", "HBIAS", 389 "MIC2", "Internal Microphone Right";
|
| H A D | sun50i-a64-pinetab.dts | 419 simple-audio-card,widgets = "Microphone", "Internal Microphone Left", 420 "Microphone", "Internal Microphone Right", 422 "Speaker", "Internal Speaker"; 428 "Internal Speaker", "Speaker Amp OUTL", 429 "Internal Speaker", "Speaker Amp OUTR", 433 "Internal Microphone Left", "MBIAS", 434 "MIC1", "Internal Microphone Left", 435 "Internal Microphone Right", "HBIAS", 436 "MIC2", "Internal Microphone Right";
|
| H A D | sun50i-a64-pinephone.dtsi | 384 "Microphone", "Internal Microphone", 386 "Speaker", "Internal Earpiece", 387 "Speaker", "Internal Speaker"; 390 "Internal Earpiece", "EARPIECE", 391 "Internal Speaker", "Speaker Amp OUTL", 392 "Internal Speaker", "Speaker Amp OUTR", 399 "Internal Microphone", "MBIAS", 400 "MIC1", "Internal Microphone",
|
| H A D | sun50i-a64-teres-i.dts | 340 "Microphone", "Internal Microphone", 341 "Speaker", "Internal Speaker"; 350 "Internal Speaker", "Speaker Amp OUTL", 351 "Internal Speaker", "Speaker Amp OUTR", 352 "Internal Microphone", "MBIAS", 353 "MIC1", "Internal Microphone",
|
| /freebsd-13.1/contrib/googletest/googletest/xcode/gtest.xcodeproj/ |
| H A D | project.pbxproj | 186 404884A50E2F7C0400CF7658 /* Copy Headers Internal */ = { 194 404884A10E2F7BE600CF7658 /* gtest-filepath.h in Copy Headers Internal */, 195 404884A20E2F7BE600CF7658 /* gtest-internal.h in Copy Headers Internal */, 199 404884A30E2F7BE600CF7658 /* gtest-port.h in Copy Headers Internal */, 200 404884A40E2F7BE600CF7658 /* gtest-string.h in Copy Headers Internal */, 201 40899F500FFA7281000B29AE /* gtest-tuple.h in Copy Headers Internal */, 204 name = "Copy Headers Internal"; 207 F67D4F471C7F5DF60017C729 /* Copy Headers Internal Custom */ = { 216 name = "Copy Headers Internal Custom"; 602 404884A50E2F7C0400CF7658 /* Copy Headers Internal */, [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | andestech,ativic32.txt | 1 * Andestech Internal Vector Interrupt Controller 3 The Internal Vector Interrupt Controller (IVIC) is a basic interrupt controller
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | imx6q-gk802.dts | 59 /* Internal I2C */ 156 /* Internal USB port (USBH1), connected to RTL8192CU */ 172 /* Internal microSD */
|
| H A D | armada-370-rd.dts | 122 /* Internal mini-PCIe connector */ 128 /* Internal mini-PCIe connector */
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.cpp | 337 SymbolNameSet Internal, External; member 362 for (auto &InternalDep : BID.Internal) in operator []() 363 BTDCacheVal.Internal.insert(InternalDep); in operator []() 394 BIDCacheVal.Internal.insert(getInternedName(Tgt)); in getBlockImmediateDeps() 468 if (SymDeps.External.empty() && SymDeps.Internal.empty()) in computeNamedSymbolDependencies() 474 if (!SymDeps.Internal.empty()) in computeNamedSymbolDependencies() 475 InternalNamedSymbolDeps[SymName] = SymDeps.Internal; in computeNamedSymbolDependencies() 490 for (auto &S : BDeps.Internal) in computeNamedSymbolDependencies()
|
| /freebsd-13.1/contrib/tcsh/nls/ukrainian/ |
| H A D | set30 | 6 4 %s: Internal match error.\n
|
| /freebsd-13.1/sys/dts/ |
| H A D | bindings-gpio.txt | 90 GPIO_PIN_PULLUP 0x0040 Internal pull-up enabled 91 GPIO_PIN_PULLDOWN 0x0080 Internal pull-down enabled
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclBase.cpp | 1609 void DeclContext::buildLookupImpl(DeclContext *DCtx, bool Internal) { in buildLookupImpl() argument 1624 makeDeclVisibleInContextImpl(ND, Internal); in buildLookupImpl() 1631 buildLookupImpl(InnerCtx, Internal); in buildLookupImpl() 1834 void DeclContext::makeDeclVisibleInContextWithFlags(NamedDecl *D, bool Internal, in makeDeclVisibleInContextWithFlags() argument 1841 ->makeDeclVisibleInContextWithFlags(D, Internal, Recoverable); in makeDeclVisibleInContextWithFlags() 1865 makeDeclVisibleInContextImpl(D, Internal); in makeDeclVisibleInContextWithFlags() 1874 makeDeclVisibleInContextWithFlags(D, Internal, Recoverable); in makeDeclVisibleInContextWithFlags() 1883 void DeclContext::makeDeclVisibleInContextImpl(NamedDecl *D, bool Internal) { in makeDeclVisibleInContextImpl() argument 1895 if (!Internal) in makeDeclVisibleInContextImpl() 1904 if (Internal) { in makeDeclVisibleInContextImpl()
|
| /freebsd-13.1/contrib/tcsh/nls/et/ |
| H A D | set30 | 6 4 %s: Internal match error.\n
|
| /freebsd-13.1/contrib/tcsh/nls/C/ |
| H A D | set30 | 6 4 %s: Internal match error.\n
|
| /freebsd-13.1/contrib/tcsh/nls/finnish/ |
| H A D | set30 | 6 4 %s: Internal match error.\n
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | nuvoton-nau7802.txt | 8 - nuvoton,vldo: Internal reference voltage in millivolts to be
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/nvmem/ |
| H A D | lpc1850-otp.txt | 3 Internal OTP (One Time Programmable) memory for NXP LPC18xx/43xx devices.
|
| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | varcmd.mk | 50 VAR=Internal
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/phy/ |
| H A D | phy-mtk-xsphy.txt | 49 - mediatek,efuse-intr : u32, the selection of Internal Resistor 52 - mediatek,efuse-intr : u32, the selection of Internal Resistor
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/soc/amlogic/ |
| H A D | clk-measure.txt | 1 Amlogic Internal Clock Measurer
|
| /freebsd-13.1/contrib/kyua/utils/ |
| H A D | auto_array.ipp | 79 /// Internal function used to construct a new auto_array from an object 163 /// Internal assignment operator for function returns. 211 /// Internal conversion to a reference wrapper.
|