Home
last modified time | relevance | path

Searched +full:tune +full:- +full:hs +full:- +full:dc +full:- +full:level (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/sys/contrib/device-tree/Bindings/phy/
H A Dphy-stm32-usbphyc.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/phy/phy-stm3
[all...]
H A Dfsl,imx8mq-usb-phy.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/fsl,imx8mq-usb-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Li Jun <jun.li@nxp.com>
15 - fsl,imx8mq-usb-phy
16 - fsl,imx8mp-usb-phy
21 "#phy-cells":
27 clock-names:
29 - const: phy
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp157c-ev1.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved
6 /dts-v1/;
8 #include "stm32mp157c-ed1.dts"
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/input/input.h>
11 #include <dt-bindings/media/video-interfaces.h>
15 compatible = "st,stm32mp157c-ev1", "st,stm32mp157c-ed1", "st,stm32mp157";
23 stdout-path = "serial0:115200n8";
27 clk_ext_camera: clk-ext-camera {
[all …]
H A Dstm32mp135f-dk.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
3 * Copyright (C) STMicroelectronics 2021 - All Rights Reserved
7 /dts-v1/;
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/input/input.h>
11 #include <dt-binding
[all...]
H A Dstm32mp15xx-dkx.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
3 * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/mfd/st,stpmic1.h>
22 reserved-memory {
23 #address-cells = <1>;
24 #size-cells = <1>;
28 compatible = "shared-dma-pool";
30 no-map;
34 compatible = "shared-dma-pool";
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1 //===- ASTReader.cpp - AST File Reader --------
476 using Level = DiagnosticsEngine::Level; checkDiagnosticGroupMappings() typedef
1229 ReadLexicalDeclContextStorage(ModuleFile & M,BitstreamCursor & Cursor,uint64_t Offset,DeclContext * DC) ReadLexicalDeclContextStorage() argument
3221 DeclContext *DC = Ctx->getTranslationUnitDecl(); ReadASTBlock() local
7516 const DeclContext *DC = D->getDeclContext()->getRedeclContext(); CompleteRedeclChain() local
7539 auto *DC = cast<DeclContext>(DCDecl); CompleteRedeclChain() local
7839 FindExternalLexicalDecls(const DeclContext * DC,llvm::function_ref<bool (Decl::Kind)> IsKindWeWant,SmallVectorImpl<Decl * > & Decls) FindExternalLexicalDecls() argument
7956 FindExternalVisibleDeclsByName(const DeclContext * DC,DeclarationName Name) FindExternalVisibleDeclsByName() argument
7983 completeVisibleDeclsMap(const DeclContext * DC) completeVisibleDeclsMap() argument
[all...]