/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | imi,rdacm2x-gmsl.yaml | 20 The RDACM20 camera module encloses a Maxim Integrated MAX9271 GMSL serializer, 22 the image sensor are connected to the serializer local I2C bus and are 25 The RDACM21 camera module encloses the same serializer, coupled with an 27 the serializer local I2C bus while the image sensor is not accessible from 36 | de-serializer | <- I2C messages -> | \<-->MCU | 44 | de-serializer | | OV10640 <-------| | 48 sensor on the GMSL serial channel to a remote GMSL de-serializer. They also 52 All I2C traffic received on the GMSL link not directed to the serializer is 54 I2C traffic generated on the local I2C bus not directed to the serializer is 55 propagated to the remote de-serializer encapsulated in the GMSL control [all …]
|
H A D | maxim,max96717.yaml | 8 title: MAX96717 CSI-2 to GMSL2 Serializer 14 The MAX96717 serializer converts MIPI CSI-2 D-PHY formatted input 21 data received by the serializer. 109 serializer: serializer@40 { 142 reset-gpios = <&serializer 0 GPIO_ACTIVE_LOW>; 143 clocks = <&serializer>;
|
H A D | maxim,max96714.yaml | 18 remotely located serializer using industry-standard coax or STP 21 the MIPI data received by the serializer. 93 subnode to configure a serializer. 143 serializer@40 {
|
H A D | maxim,max9286.yaml | 24 serializer will output it on a local I2C bus. In the other direction all I2C 76 configuration of the connected remote serializer. 79 pre-programs the embedded serializer with power supply noise immunity 85 a remote serializer whose high-threshold noise immunity is not enabled 162 Each serializer device on the GMSL link remote end is represented with 181 The remote camera device, composed by a GMSL serializer and a
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/ |
H A D | BitstreamRemarkSerializer.h | 1 //===-- BitstreamRemarkSerializer.h - Bitstream serializer ------*- C++ -*-===// 9 // This file provides an implementation of the serializer using the LLVM 123 /// Implementation of the remark serializer using LLVM bitstream. 137 /// Construct a serializer that will create its own string table. 139 /// Construct a serializer with a pre-filled string table. 147 /// The metadata serializer associated to this remark serializer. Based on the 148 /// container type of the current serializer, the container type of the 149 /// metadata serializer will change. 159 /// Serializer of metadata for bitstream remarks. 163 /// serializer. In case of [1], we need to be able to store a reference to the [all …]
|
H A D | RemarkSerializer.h | 40 /// This is the base class for a remark serializer. 43 /// The format of the serializer. 61 /// Return the corresponding metadata serializer. 67 /// This is the base class for a remark metadata serializer. 79 /// Create a remark serializer. 84 /// Create a remark serializer that uses a pre-filled string table.
|
/freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | YAMLRemarkSerializer.cpp | 9 // This file provides the implementation of the YAML remark serializer using 61 if (auto *Serializer = dyn_cast<YAMLStrTabRemarkSerializer>( in mapping() local 63 assert(Serializer->StrTab && "YAMLStrTabSerializer with no StrTab."); in mapping() 64 StringTable &StrTab = *Serializer->StrTab; in mapping() 85 if (auto *Serializer = dyn_cast<YAMLStrTabRemarkSerializer>( in mapping() local 87 assert(Serializer->StrTab && "YAMLStrTabSerializer with no StrTab."); in mapping() 88 StringTable &StrTab = *Serializer->StrTab; in mapping() 139 if (auto *Serializer = dyn_cast<YAMLStrTabRemarkSerializer>( in mapping() local 141 assert(Serializer->StrTab && "YAMLStrTabSerializer with no StrTab."); in mapping() 142 StringTable &StrTab = *Serializer->StrTab; in mapping() [all …]
|
H A D | RemarkSerializer.cpp | 26 "Unknown remark serializer format."); in createRemarkSerializer() 43 "Unknown remark serializer format."); in createRemarkSerializer()
|
H A D | RemarkLinker.cpp | 124 std::unique_ptr<remarks::RemarkSerializer> Serializer = in serialize() local 128 Serializer->emit(R); in serialize()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolSerializer.h | 56 SymbolSerializer Serializer(Storage, Container); in writeOneSymbol() 57 consumeError(Serializer.visitSymbolBegin(Result)); in writeOneSymbol() 58 consumeError(Serializer.visitKnownRecord(Result, Sym)); in writeOneSymbol() 59 consumeError(Serializer.visitSymbolEnd(Result)); in writeOneSymbol()
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
H A D | SymbolGraphSerializer.cpp | 1046 SymbolGraphSerializer Serializer( in serializeMainSymbolGraph() local 1051 Serializer.traverseAPISet(); in serializeMainSymbolGraph() 1052 Serializer.serializeGraphToStream(OS, Options, API.ProductName, in serializeMainSymbolGraph() 1053 std::move(Serializer.MainModule)); in serializeMainSymbolGraph() 1063 SymbolGraphSerializer Serializer(API, IgnoresList, in serializeWithExtensionGraphs() local 1065 Serializer.traverseAPISet(); in serializeWithExtensionGraphs() 1067 Serializer.serializeGraphToStream(MainOutput, Options, API.ProductName, in serializeWithExtensionGraphs() 1068 std::move(Serializer.MainModule)); in serializeWithExtensionGraphs() 1070 for (auto &ExtensionSGF : Serializer.ExtendedModules) { in serializeWithExtensionGraphs() 1073 Serializer.serializeGraphToStream(*ExtensionOS, Options, in serializeWithExtensionGraphs() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | davinci-mcasp-audio.txt | 19 or received over one serializer. 20 - serial-dir : A list of serializer configuration. Each entry is a number 21 indication for serializer pin direction.
|
H A D | davinci-mcasp-audio.yaml | 43 number of channels over one serializer 50 A list of serializer configuration 51 Entry is indication for serializer pin direction
|
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | lvds-codec.yaml | 36 - ti,ds90c185 # For the TI DS90C185 FPD-Link Serializer 37 - ti,ds90c187 # For the TI DS90C187 FPD-Link Serializer 47 - thine,thc63lvdm83d # For the THC63LVDM83D LVDS serializer
|
H A D | microchip,sam9x75-lvds.yaml | 16 management, and serializer.
|
H A D | fsl,ldb.yaml | 14 for configuring the on-SoC DPI-to-LVDS serializer. This describes
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
H A D | RemarkUtil.cpp | 192 auto Serializer = std::move(*MaybeSerializer); tryReserializeYAML2Bitstream() local 227 auto Serializer = std::move(*MaybeSerializer); tryBitstream2YAML() local
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_pwm.c | 126 * 9 MODE2 chan 2 PWM/Serializer mode (0 PWM, 1 Serializer) in bcm_pwm_reconf() 134 * 1 MODE1 chan 1 PWM/Serializer mode (0 PWM, 1 Serializer) in bcm_pwm_reconf()
|
/freebsd/sys/arm64/conf/ |
H A D | std.al | 9 device al_serdes # Serializer/Deserializer
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | SerializedDiagnosticPrinter.h | 1 //===--- SerializedDiagnosticPrinter.h - Diagnostics serializer -*- C++ -*-===//
|
/freebsd/sys/arm/conf/ |
H A D | ALPINE | 39 device al_serdes # Serializer/Deserializer
|
H A D | NOTES | 43 device al_serdes # Serializer/Deserializer
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_fdr_log_writer.h | 46 using Serializer = SerializerImpl<0>; variable 72 Serializer::serializeTo(R.Data,
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio-max3191x.txt | 1 GPIO driver for Maxim MAX3191x industrial serializer
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | CodeViewYAMLTypes.h | 49 toCodeViewRecord(codeview::AppendingTypeTableBuilder &Serializer) const;
|