| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Telemetry.cpp | 47 void LLDBBaseTelemetryInfo::serialize(Serializer &serializer) const { in serialize() 48 serializer.write("entry_kind", getKind()); in serialize() 49 serializer.write("session_id", SessionId); in serialize() 50 serializer.write("start_time", ToNanosec(start_time)); in serialize() 52 serializer.write("end_time", ToNanosec(end_time.value())); in serialize() 55 void ClientInfo::serialize(Serializer &serializer) const { in serialize() 56 LLDBBaseTelemetryInfo::serialize(serializer); in serialize() 57 serializer.write("client_data", client_data); in serialize() 58 serializer.write("client_name", client_name); in serialize() 60 serializer.write("error_msg", error_msg.value()); in serialize() [all …]
|
| /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 | ti,ds90ub953.yaml | 7 title: Texas Instruments DS90UB953 FPD-Link III Serializer 13 The TI DS90UB953 is an FPD-Link III video serializer for MIPI CSI-2. 44 The strap I2C address of the serializer. Can be used by the deserializer 95 serializer@18 { 133 reset-gpios = <&serializer 0 GPIO_ACTIVE_LOW>; 135 clocks = <&serializer>;
|
| H A D | ti,ds90ub960.yaml | 78 The I2C address used for the serializer. Transactions to this 80 forwarded to the serializer. 115 '^serializer(@[0-9a-f]+)*$': 117 description: FPD-Link Serializer node 324 /* Link 0 has DS90UB953 serializer and IMX274 sensor */ 335 serializer1: serializer@30 { 373 clocks = <&serializer>; 388 /* Link 1 has DS90UB913 serializer and MT9V111 sensor */ 396 serializer2: 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 | 41 /// This is the base class for a remark serializer. 44 /// The format of the serializer. 62 /// Return the corresponding metadata serializer. 68 /// This is the base class for a remark metadata serializer. 80 /// Create a remark serializer. 85 /// Create a remark serializer that uses a pre-filled string table.
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Telemetry.h | 97 void serialize(llvm::telemetry::Serializer &serializer) const override; 116 void serialize(llvm::telemetry::Serializer &serializer) const override; 153 void serialize(llvm::telemetry::Serializer &serializer) const override; 182 void serialize(llvm::telemetry::Serializer &serializer) const override; 210 void serialize(llvm::telemetry::Serializer &serializer) const override; 235 void serialize(llvm::telemetry::Serializer &serializer) const override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolSerializer.h | 57 SymbolSerializer Serializer(Storage, Container); in writeOneSymbol() 58 consumeError(Serializer.visitSymbolBegin(Result)); in writeOneSymbol() 59 consumeError(Serializer.visitKnownRecord(Result, Sym)); in writeOneSymbol() 60 consumeError(Serializer.visitSymbolEnd(Result)); in writeOneSymbol()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
| H A D | RemarkConvert.cpp | 87 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()
|
| H A D | RemarkUtil.cpp | 192 auto Serializer = std::move(*MaybeSerializer); tryReserializeYAML2Bitstream() local 227 auto Serializer = std::move(*MaybeSerializer); tryBitstream2YAML() local
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 1058 SymbolGraphSerializer Serializer( in serializeMainSymbolGraph() local 1063 Serializer.traverseAPISet(); in serializeMainSymbolGraph() 1064 Serializer.serializeGraphToStream(OS, Options, API.ProductName, in serializeMainSymbolGraph() 1065 std::move(Serializer.MainModule)); in serializeMainSymbolGraph() 1075 SymbolGraphSerializer Serializer(API, IgnoresList, in serializeWithExtensionGraphs() local 1077 Serializer.traverseAPISet(); in serializeWithExtensionGraphs() 1079 Serializer.serializeGraphToStream(MainOutput, Options, API.ProductName, in serializeWithExtensionGraphs() 1080 std::move(Serializer.MainModule)); in serializeWithExtensionGraphs() 1082 for (auto &ExtensionSGF : Serializer.ExtendedModules) { in serializeWithExtensionGraphs() 1085 Serializer.serializeGraphToStream(*ExtensionOS, Options, API.ProductName, in serializeWithExtensionGraphs() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Telemetry/ |
| H A D | Telemetry.cpp | 19 void TelemetryInfo::serialize(Serializer &serializer) const { in serialize() 20 serializer.write("SessionId", SessionId); in serialize()
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | davinci-mcasp-audio.yaml | 43 Number of channels over one serializer. This property 53 Number of RX capture channels over one serializer. If specified, 72 A list of serializer configuration 73 Entry is indication for serializer pin direction
|
| 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.
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_acl_nfs4_null_id_overflow.c | 32 * when ARCHIVE_ENTRY_ACL_STYLE_EXTRA_ID is set, but the serializer always 71 * The wide (wchar_t) serializer has a related bug: when the name is NULL 77 * and both must be fixed together with the wide serializer.
|
| H A D | test_acl_posix1e_text.c | 148 /* Combined ACCESS + DEFAULT — serializer auto-adds MARK_DEFAULT */ in DEFINE_TEST() 198 * The parser recognises this form; the serializer reproduces it when 255 * ismode() accepts uppercase R, W, X as well as lowercase; the serializer 292 /* Serializer always emits lowercase */ in DEFINE_TEST()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Telemetry/ |
| H A D | Telemetry.h | 32 class Serializer { 34 virtual ~Serializer() = default; 119 virtual void serialize(Serializer &serializer) const;
|
| /freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | lvds-codec.yaml | 38 - ti,ds90c185 # For the TI DS90C185 FPD-Link Serializer 39 - ti,ds90c187 # For the TI DS90C187 FPD-Link Serializer 50 - thine,thc63lvdm83d # For the THC63LVDM83D LVDS serializer
|
| /freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | RemarkSerializer.cpp | 27 "Invalid remark serializer format."); in createRemarkSerializer() 43 "Invalid remark serializer format."); in createRemarkSerializer()
|
| H A D | RemarkLinker.cpp | 116 std::unique_ptr<remarks::RemarkSerializer> Serializer = in serialize() local 120 Serializer->emit(R); in serialize()
|
| /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
|