Home
last modified time | relevance | path

Searched full:serializer (Results 1 – 25 of 59) sorted by relevance

123

/freebsd-src/sys/contrib/device-tree/Bindings/media/i2c/
H A Dimi,rdacm2x-gmsl.yaml20 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 Dti,ds90ub953.yaml7 title: Texas Instruments DS90UB953 FPD-Link III Serializer
13 The TI DS90UB953 is an FPD-Link III video serializer for MIPI CSI-2.
84 serializer {
121 reset-gpios = <&serializer 0 GPIO_ACTIVE_LOW>;
123 clocks = <&serializer>;
H A Dti,ds90ub960.yaml74 The I2C address used for the serializer. Transactions to this
76 forwarded to the serializer.
110 serializer:
112 description: FPD-Link Serializer node
118 - serializer
309 /* Link 0 has DS90UB953 serializer and IMX274 sensor */
317 serializer1: serializer {
366 /* Link 1 has DS90UB913 serializer and MT9V111 sensor */
374 serializer2: serializer {
H A Dti,ds90ub913.yaml7 title: Texas Instruments DS90UB913 FPD-Link III Serializer
13 The TI DS90UB913 is an FPD-Link III video serializer for parallel video.
84 serializer {
H A Dmaxim,max9286.yaml24 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-src/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkSerializer.h1 //===-- 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 DRemarkSerializer.h40 /// 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-src/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp9 // 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 DRemarkSerializer.cpp26 "Unknown remark serializer format."); in createRemarkSerializer()
43 "Unknown remark serializer format."); in createRemarkSerializer()
H A DRemarkLinker.cpp124 std::unique_ptr<remarks::RemarkSerializer> Serializer = in serialize() local
128 Serializer->emit(R); in serialize()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolSerializer.h56 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-src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkConvert.cpp87 auto Serializer = std::move(*MaybeSerializer); in tryReserializeYAML2Bitstream() local
89 Serializer->emit(*Remark); in tryReserializeYAML2Bitstream()
108 // Create the serializer. in tryBitstream2YAML()
122 auto Serializer = std::move(*MaybeSerializer); in tryBitstream2YAML() local
131 Serializer->emit(**MaybeRemark); in tryBitstream2YAML()
/freebsd-src/sys/contrib/device-tree/Bindings/sound/
H A Ddavinci-mcasp-audio.txt19 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 Ddavinci-mcasp-audio.yaml43 number of channels over one serializer
50 A list of serializer configuration
51 Entry is indication for serializer pin direction
/freebsd-src/sys/contrib/device-tree/Bindings/display/bridge/
H A Dlvds-codec.yaml36 - 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 Dfsl,ldb.yaml14 for configuring the on-SoC DPI-to-LVDS serializer. This describes
/freebsd-src/sys/arm/broadcom/bcm2835/
H A Dbcm2835_pwm.c126 * 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-src/sys/arm64/conf/
H A Dstd.al9 device al_serdes # Serializer/Deserializer
/freebsd-src/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-atr.yaml26 used to access the remote peripherals on the serializer's I2C bus. The
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnosticPrinter.h1 //===--- SerializedDiagnosticPrinter.h - Diagnostics serializer -*- C++ -*-===//
/freebsd-src/sys/arm/conf/
H A DALPINE39 device al_serdes # Serializer/Deserializer
H A DNOTES43 device al_serdes # Serializer/Deserializer
/freebsd-src/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-max3191x.txt1 GPIO driver for Maxim MAX3191x industrial serializer
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_writer.h46 using Serializer = SerializerImpl<0>; variable
72 Serializer::serializeTo(R.Data,
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypes.h49 toCodeViewRecord(codeview::AppendingTypeTableBuilder &Serializer) const;

123