/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ObjectYAML.cpp | 1 //===- ObjectYAML.cpp - YAML utilities for object files -------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 22 void MappingTraits<YamlObjectFile>::mapping(IO &IO, in mapping() argument 24 if (IO.outputting()) { in mapping() 26 MappingTraits<ELFYAML::Object>::mapping(IO, *ObjectFile.Elf); in mapping() 28 MappingTraits<COFFYAML::Object>::mapping(IO, *ObjectFile.Coff); in mapping() 30 MappingTraits<GOFFYAML::Object>::mapping(IO, *ObjectFile.Goff); in mapping() 32 MappingTraits<MachOYAML::Object>::mapping(IO, *ObjectFile.MachO); in mapping() [all …]
|
H A D | WasmYAML.cpp | 1 //===- WasmYAML.cpp - Wasm YAMLIO implementation -------- 32 mapping(IO & IO,WasmYAML::FileHeader & FileHdr) mapping() argument 36 mapping(IO & IO,WasmYAML::Object & Object) mapping() argument 45 commonSectionMapping(IO & IO,WasmYAML::Section & Section) commonSectionMapping() argument 51 sectionMapping(IO & IO,WasmYAML::DylinkSection & Section) sectionMapping() argument 63 sectionMapping(IO & IO,WasmYAML::NameSection & Section) sectionMapping() argument 71 sectionMapping(IO & IO,WasmYAML::LinkingSection & Section) sectionMapping() argument 81 sectionMapping(IO & IO,WasmYAML::ProducersSection & Section) sectionMapping() argument 89 sectionMapping(IO & IO,WasmYAML::TargetFeaturesSection & Section) sectionMapping() argument 95 sectionMapping(IO & IO,WasmYAML::CustomSection & Section) sectionMapping() argument 101 sectionMapping(IO & IO,WasmYAML::TypeSection & Section) sectionMapping() argument 106 sectionMapping(IO & IO,WasmYAML::ImportSection & Section) sectionMapping() argument 111 sectionMapping(IO & IO,WasmYAML::FunctionSection & Section) sectionMapping() argument 116 sectionMapping(IO & IO,WasmYAML::TableSection & Section) sectionMapping() argument 121 sectionMapping(IO & IO,WasmYAML::MemorySection & Section) sectionMapping() argument 126 sectionMapping(IO & IO,WasmYAML::TagSection & Section) sectionMapping() argument 131 sectionMapping(IO & IO,WasmYAML::GlobalSection & Section) sectionMapping() argument 136 sectionMapping(IO & IO,WasmYAML::ExportSection & Section) sectionMapping() argument 141 sectionMapping(IO & IO,WasmYAML::StartSection & Section) sectionMapping() argument 146 sectionMapping(IO & IO,WasmYAML::ElemSection & Section) sectionMapping() argument 151 sectionMapping(IO & IO,WasmYAML::CodeSection & Section) sectionMapping() argument 156 sectionMapping(IO & IO,WasmYAML::DataSection & Section) sectionMapping() argument 161 sectionMapping(IO & IO,WasmYAML::DataCountSection & Section) sectionMapping() argument 167 mapping(IO & IO,std::unique_ptr<WasmYAML::Section> & Section) mapping() argument 281 enumeration(IO & IO,WasmYAML::SectionType & Type) enumeration() argument 301 mapping(IO & IO,WasmYAML::Signature & Signature) mapping() argument 307 mapping(IO & IO,WasmYAML::Table & Table) mapping() argument 313 mapping(IO & IO,WasmYAML::Function & Function) mapping() argument 321 mapping(IO & IO,WasmYAML::Relocation & Relocation) mapping() argument 329 mapping(IO & IO,WasmYAML::NameEntry & NameEntry) mapping() argument 335 mapping(IO & IO,WasmYAML::ProducerEntry & ProducerEntry) mapping() argument 341 enumeration(IO & IO,WasmYAML::FeaturePolicyPrefix & Kind) enumeration() argument 350 mapping(IO & IO,WasmYAML::FeatureEntry & FeatureEntry) mapping() argument 356 mapping(IO & IO,WasmYAML::SegmentInfo & SegmentInfo) mapping() argument 364 mapping(IO & IO,WasmYAML::LocalDecl & LocalDecl) mapping() argument 369 mapping(IO & IO,WasmYAML::Limits & Limits) mapping() argument 378 mapping(IO & IO,WasmYAML::ElemSegment & Segment) mapping() argument 390 mapping(IO & IO,WasmYAML::Import & Import) mapping() argument 410 mapping(IO & IO,WasmYAML::Export & Export) mapping() argument 417 mapping(IO & IO,WasmYAML::Global & Global) mapping() argument 425 mapping(IO & IO,WasmYAML::InitExpr & Expr) mapping() argument 460 mapping(IO & IO,WasmYAML::DataSegment & Segment) mapping() argument 478 mapping(IO & IO,WasmYAML::InitFunction & Init) mapping() argument 484 enumeration(IO & IO,WasmYAML::ComdatKind & Kind) enumeration() argument 493 mapping(IO & IO,WasmYAML::ComdatEntry & ComdatEntry) mapping() argument 498 mapping(IO & IO,WasmYAML::Comdat & Comdat) mapping() argument 504 mapping(IO & IO,WasmYAML::SymbolInfo & Info) mapping() argument 535 mapping(IO & IO,WasmYAML::DylinkImportInfo & Info) mapping() argument 542 mapping(IO & IO,WasmYAML::DylinkExportInfo & Info) mapping() argument 548 bitset(IO & IO,WasmYAML::LimitFlags & Value) bitset() argument 557 bitset(IO & IO,WasmYAML::SegmentFlags & Value) bitset() argument 565 bitset(IO & IO,WasmYAML::SymbolFlags & Value) bitset() argument 583 enumeration(IO & IO,WasmYAML::SymbolKind & Kind) enumeration() argument 595 enumeration(IO & IO,WasmYAML::ValueType & Type) enumeration() argument 609 enumeration(IO & IO,WasmYAML::ExportKind & Kind) enumeration() argument 620 enumeration(IO & IO,WasmYAML::Opcode & Code) enumeration() argument 633 enumeration(IO & IO,WasmYAML::TableType & Type) enumeration() argument 641 enumeration(IO & IO,WasmYAML::RelocType & Type) enumeration() argument [all...] |
H A D | ELFYAML.cpp | 1 //===- ELFYAML.cpp - ELF YAMLIO implementation -------- 47 enumeration(IO & IO,ELFYAML::ELF_ET & Value) enumeration() argument 59 enumeration(IO & IO,ELFYAML::ELF_PT & Value) enumeration() argument 78 enumeration(IO & IO,ELFYAML::ELF_NT & Value) enumeration() argument 194 enumeration(IO & IO,ELFYAML::ELF_EM & Value) enumeration() argument 364 enumeration(IO & IO,ELFYAML::ELF_ELFCLASS & Value) enumeration() argument 374 enumeration(IO & IO,ELFYAML::ELF_ELFDATA & Value) enumeration() argument 385 enumeration(IO & IO,ELFYAML::ELF_ELFOSABI & Value) enumeration() argument 416 bitset(IO & IO,ELFYAML::ELF_EF & Value) bitset() argument 652 enumeration(IO & IO,ELFYAML::ELF_SHT & Value) enumeration() argument 734 bitset(IO & IO,ELFYAML::ELF_PF & Value) bitset() argument 742 bitset(IO & IO,ELFYAML::ELF_SHF & Value) bitset() argument 794 enumeration(IO & IO,ELFYAML::ELF_SHN & Value) enumeration() argument 828 enumeration(IO & IO,ELFYAML::ELF_STB & Value) enumeration() argument 839 enumeration(IO & IO,ELFYAML::ELF_STT & Value) enumeration() argument 855 enumeration(IO & IO,ELFYAML::ELF_RSS & Value) enumeration() argument 865 enumeration(IO & IO,ELFYAML::ELF_REL & Value) enumeration() argument 934 enumeration(IO & IO,ELFYAML::ELF_DYNTAG & Value) enumeration() argument 1009 enumeration(IO & IO,ELFYAML::MIPS_AFL_REG & Value) enumeration() argument 1019 enumeration(IO & IO,ELFYAML::MIPS_ABI_FP & Value) enumeration() argument 1033 enumeration(IO & IO,ELFYAML::MIPS_AFL_EXT & Value) enumeration() argument 1059 enumeration(IO & IO,ELFYAML::MIPS_ISA & Value) enumeration() argument 1071 bitset(IO & IO,ELFYAML::MIPS_AFL_ASE & Value) bitset() argument 1092 bitset(IO & IO,ELFYAML::MIPS_AFL_FLAGS1 & Value) bitset() argument 1099 mapping(IO & IO,ELFYAML::SectionHeader & SHdr) mapping() argument 1103 mapping(IO & IO,ELFYAML::FileHeader & FileHdr) mapping() argument 1128 mapping(IO & IO,ELFYAML::ProgramHeader & Phdr) mapping() argument 1142 validate(IO & IO,ELFYAML::ProgramHeader & FileHdr) validate() argument 1314 mapping(IO & IO,ELFYAML::Symbol & Symbol) mapping() argument 1334 validate(IO & IO,ELFYAML::Symbol & Symbol) validate() argument 1341 commonSectionMapping(IO & IO,ELFYAML::Section & Section) commonSectionMapping() argument 1368 sectionMapping(IO & IO,ELFYAML::DynamicSection & Section) sectionMapping() argument 1373 sectionMapping(IO & IO,ELFYAML::RawContentSection & Section) sectionMapping() argument 1389 sectionMapping(IO & IO,ELFYAML::BBAddrMapSection & Section) sectionMapping() argument 1396 sectionMapping(IO & IO,ELFYAML::StackSizesSection & Section) sectionMapping() argument 1401 sectionMapping(IO & IO,ELFYAML::HashSection & Section) sectionMapping() argument 1413 sectionMapping(IO & IO,ELFYAML::NoteSection & Section) sectionMapping() argument 1419 sectionMapping(IO & IO,ELFYAML::GnuHashSection & Section) sectionMapping() argument 1426 sectionMapping(IO & IO,ELFYAML::NoBitsSection & Section) sectionMapping() argument 1430 sectionMapping(IO & IO,ELFYAML::VerdefSection & Section) sectionMapping() argument 1436 sectionMapping(IO & IO,ELFYAML::SymverSection & Section) sectionMapping() argument 1441 sectionMapping(IO & IO,ELFYAML::VerneedSection & Section) sectionMapping() argument 1447 sectionMapping(IO & IO,ELFYAML::RelocationSection & Section) sectionMapping() argument 1453 sectionMapping(IO & IO,ELFYAML::RelrSection & Section) sectionMapping() argument 1458 groupSectionMapping(IO & IO,ELFYAML::GroupSection & Group) groupSectionMapping() argument 1464 sectionMapping(IO & IO,ELFYAML::SymtabShndxSection & Section) sectionMapping() argument 1469 sectionMapping(IO & IO,ELFYAML::AddrsigSection & Section) sectionMapping() argument 1474 fillMapping(IO & IO,ELFYAML::Fill & Fill) fillMapping() argument 1481 sectionHeaderTableMapping(IO & IO,ELFYAML::SectionHeaderTable & SHT) sectionHeaderTableMapping() argument 1489 sectionMapping(IO & IO,ELFYAML::LinkerOptionsSection & Section) sectionMapping() argument 1494 sectionMapping(IO & IO,ELFYAML::DependentLibrariesSection & Section) sectionMapping() argument 1500 sectionMapping(IO & IO,ELFYAML::CallGraphProfileSection & Section) sectionMapping() argument 1506 mapping(IO & IO,ELFYAML::SectionOrType & sectionOrType) mapping() argument 1510 sectionMapping(IO & IO,ELFYAML::ARMIndexTableSection & Section) sectionMapping() argument 1515 sectionMapping(IO & IO,ELFYAML::MipsABIFlags & Section) sectionMapping() argument 1535 getStringValue(IO & IO,const char * Key) getStringValue() argument 1541 setStringValue(IO & IO,const char * Key,StringRef Val) setStringValue() argument 1551 mapping(IO & IO,std::unique_ptr<ELFYAML::Chunk> & Section) mapping() argument 1709 validate(IO & io,std::unique_ptr<ELFYAML::Chunk> & C) validate() argument 1804 mapping(IO & IO,ELFYAML::StackSizeEntry & E) mapping() argument 1811 mapping(IO & IO,ELFYAML::BBAddrMapEntry & E) mapping() argument 1821 mapping(IO & IO,ELFYAML::BBAddrMapEntry::BBEntry & E) mapping() argument 1830 mapping(IO & IO,ELFYAML::PGOAnalysisMapEntry & E) mapping() argument 1837 mapping(IO & IO,ELFYAML::PGOAnalysisMapEntry::PGOBBEntry & E) mapping() argument 1844 mapping(IO & IO,ELFYAML::PGOAnalysisMapEntry::PGOBBEntry::SuccessorEntry & E) mapping() argument 1851 mapping(IO & IO,ELFYAML::GnuHashHeader & E) mapping() argument 1860 mapping(IO & IO,ELFYAML::DynamicEntry & Rel) mapping() argument 1868 mapping(IO & IO,ELFYAML::NoteEntry & N) mapping() argument 1876 mapping(IO & IO,ELFYAML::VerdefEntry & E) mapping() argument 1887 mapping(IO & IO,ELFYAML::VerneedEntry & E) mapping() argument 1896 mapping(IO & IO,ELFYAML::VernauxEntry & E) mapping() argument 1906 mapping(IO & IO,ELFYAML::Relocation & Rel) mapping() argument 1929 mapping(IO & IO,ELFYAML::ARMIndexTableEntry & E) mapping() argument 1942 mapping(IO & IO,ELFYAML::Object & Object) mapping() argument 1961 mapping(IO & IO,ELFYAML::LinkerOption & Opt) mapping() argument 1969 mapping(IO & IO,ELFYAML::CallGraphEntryWeight & E) mapping() argument [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm64/realtek/ |
H A D | rtd129x.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) 5 * Copyright (c) 2016-2019 Andreas Färber 12 #include <dt-bindings/interrupt-controlle [all...] |
H A D | rtd139x.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) 11 #include <dt-bindings/interrupt-controller/arm-gi [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/net/nfc/ |
H A D | nfcmrvl.txt | 4 - compatible: Should be: 5 - "marvell,nfc-uart" or "mrvl,nfc-uart" for UART devices 6 - "marvell,nfc-i2c" for I2C devices 7 - "marvell,nfc-spi" for SPI devices 10 - pinctrl-names: Contains only one value - "default". 11 - pintctrl-0: Specifies the pin control groups used for this controller. 12 - reset-n-io: Output GPIO pin used to reset the chip (active low). 13 - hci-muxed: Specifies that the chip is muxing NCI over HCI frames. 15 Optional UART-based chip specific properties: 16 - flow-control: Specifies that the chip is using RTS/CTS. [all …]
|
H A D | marvell,nci.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 15 - marvell,nfc-i2c 16 - marvell,nfc-spi 17 - marvell,nfc-uart 19 hci-muxed: 30 reset-n-io: 31 $ref: /schemas/types.yaml#/definitions/phandle-array [all …]
|
/freebsd-src/sys/dev/isci/scil/ |
H A D | scif_sas_controller_state_handlers.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 80 * @brief This method simply executes the reset operation by entering 81 * the reset state and allowing the state to perform it's work. 84 * controller for execute the reset. 86 * @return Indicate the status of the reset operation. Was it successful? 87 * @retval SCI_SUCCESS This value is returned if it was successfully reset. [all …]
|
H A D | sci_base_remote_device.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 89 * stopped. In this state no new IO operations are permitted. 97 * becoming ready (i.e. starting). In this state no new IO operations 105 * is able to perform IO operations on the remote device. 112 * stopping. In this state no new IO operations are permitted, but 113 * existing IO operations are allowed to complete. [all …]
|
H A D | scif_sas_domain_state_handlers.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 63 * - The discover method must be synchronized with the 99 &domain->state_machine, SCI_BASE_DOMAIN_STATE_READY in scif_sas_domain_starting_port_ready_handler() 138 fw_domain->operation.timeout = op_timeout; in scif_sas_domain_ready_discover_handler() 139 fw_domain->operation.device_timeout = device_timeout; in scif_sas_domain_ready_discover_handler() 140 fw_domain->operation.status = SCI_SUCCESS; in scif_sas_domain_ready_discover_handler() [all …]
|
H A D | scif_controller.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 137 * -# the return status of this method is SCI_SUCCESS. 138 * -# after all of the phys have successfully started or been given 173 * -# the method return status is SCI_SUCCESS. 174 * -# the controller has been quiesced. 175 * This method will ensure that all framework IO requests are quiesced [all …]
|
H A D | sci_base_controller.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 92 * This state indicates that the controller is reset. The memory for 102 * is in the process of initialization. In this state no new IO operations 104 * This state is entered from the RESET state. 110 * initialized. In this state no new IO operations are permitted. 117 * ready (i.e. starting). In this state no new IO operations are permitted. [all …]
|
H A D | scic_controller.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 131 * method will result in the completion of IO requests and handling 225 * number of MSI-X messages to be utilized. This parameter must 232 * - size = sizeof(SCIC_CONTROLLER_HANDLER_METHODS_T) 234 * - size = message_count*sizeof(SCIC_CONTROLLER_HANDLER_METHODS_T) 244 * array is zero-relative where entry zero corresponds to [all …]
|
/freebsd-src/sys/contrib/device-tree/src/arm/realtek/ |
H A D | rtd1195.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) 3 * Copyright (c) 2017-2019 Andreas Färber 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/reset/realtek,rtd1195.h> 15 interrupt-parent = <&gic>; 16 #address-cells = <1>; 17 #size-cells = <1>; 20 #address-cells = <1>; 21 #size-cells = <0>; 25 compatible = "arm,cortex-a7"; [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/InterfaceStub/ |
H A D | IFSHandler.cpp | 1 //===- IFSHandler.cpp -----------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===-----------------------------------------------------------------------===/ 33 static void enumeration(IO &IO, IFSSymbolType &SymbolType) { in enumeration() 34 IO.enumCase(SymbolType, "NoType", IFSSymbolType::NoType); in enumeration() 35 IO.enumCase(SymbolType, "Func", IFSSymbolType::Func); in enumeration() 36 IO.enumCase(SymbolType, "Object", IFSSymbolType::Object); in enumeration() 37 IO.enumCase(SymbolType, "TLS", IFSSymbolType::TLS); in enumeration() 38 IO.enumCase(SymbolType, "Unknown", IFSSymbolType::Unknown); in enumeration() 40 if (!IO.outputting() && IO.matchEnumFallback()) in enumeration() [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/net/ |
H A D | smsc911x.txt | 1 * Smart Mixed-Signal Connectivity (SMSC) LAN911x/912x Controller 4 - compatible : Should be "smsc,lan<model>", "smsc,lan9115" 5 - reg : Address and length of the io space for SMSC LAN 6 - interrupts : one or two interrupt specifiers 7 - The first interrupt is the SMSC LAN interrupt line 8 - The second interrupt (if present) is the PME (power 11 - phy-mode : See ethernet.txt file in the same directory 14 - reg-shift : Specify the quantity to shift the register offsets by 15 - reg-io-width : Specify the size (in bytes) of the IO accesses that 18 - smsc,irq-active-high : Indicates the IRQ polarity is active-high [all …]
|
H A D | smsc,lan9115.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Smart Mixed-Signal Connectivity (SMSC) LAN911x/912x Controller 10 - Shawn Guo <shawnguo@kernel.org> 13 - $ref: ethernet-controller.yaml# 18 - const: smsc,lan9115 19 - items: 20 - enum: 21 - smsc,lan89218 [all …]
|
/freebsd-src/share/man/man4/ |
H A D | ena.4 | 1 .\" SPDX-License-Identifier: BSD-2-Clause 3 .\" Copyright (c) 2015-2024 Amazon.com, Inc. or its affiliates. 40 .Bd -ragged -offset indent 47 .Bd -literal -offset indent 58 The driver supports a range of ENA devices, is link-spee [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/display/ |
H A D | allwinner,sun8i-a83t-dw-hdmi.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/display/allwinner,sun8i-a83t-dw-hdmi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 15 in bridge/synopsys,dw-hdmi.yaml with the following device-specific 19 - Chen-Yu Tsai <wens@csie.org> 20 - Maxime Ripard <mripard@kernel.org> 23 "#phy-cells": 28 - const: allwinner,sun8i-a83t-dw-hdmi 29 - const: allwinner,sun50i-h6-dw-hdmi [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/display/tegra/ |
H A D | nvidia,tegra124-dpaux.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra124-dpaux.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Jon Hunter <jonathanh@nvidia.com> 24 pattern: "^dpaux@[0-9a-f]+$" 28 - enum: 29 - nvidia,tegra124-dpaux 30 - nvidia,tegra210-dpaux [all …]
|
/freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6dl-victgo.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 7 /dts-v1/; 9 #include "imx6qdl-vicut1.dtsi" 15 gpio-keys { 16 compatible = "gpio-keys"; 17 pinctrl-names = "default"; 18 pinctrl-0 = <&pinctrl_gpiokeys>; 21 key-power { 25 wakeup-source; 28 key-enter { [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/sound/ |
H A D | qcom,wcd9335.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 13 Qualcomm WCD9335 Codec is a standalone Hi-Fi audio codec IC with in-built 27 clock-names: 29 - const: mclk 30 - const: slimbus 35 interrupt-names: 37 - const: intr1 [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/pci/ |
H A D | mvebu-pci.txt | 5 - compatible: one of the following values: 6 marvell,armada-370-pcie 7 marvell,armada-xp-pcie 8 marvell,dove-pcie 9 marvell,kirkwood-pcie 10 - #address-cells, set to <3> 11 - #size-cells, set to <2> 12 - #interrupt-cells, set to <1> 13 - bus-range: PCI bus numbers covered 14 - device_type, set to "pci" [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/input/ |
H A D | goodix,gt7375p.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Douglas Anderson <dianders@chromium.org> 14 This touchscreen uses the i2c-hid protocol but has some non-standard 18 - $ref: /schemas/input/touchscreen/touchscreen.yaml# 23 - const: goodix,gt7375p 24 - items: 25 - const: goodix,gt7986u 26 - const: goodix,gt7375p [all …]
|
/freebsd-src/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3568-fastrhino-r68s.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 3 #include "rk3568-fastrhino-r66s.dtsi" 7 compatible = "lunzn,fastrhino-r68s", "rockchip,rk3568"; 15 adc-keys { 16 compatible = "adc-key [all...] |