/freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
H A D | ad5755.txt | 1 * Analog Devices AD5755 IIO Multi-Channel DAC Linux Driver 4 - compatible: Has to contain one of the following: 6 adi,ad5755-1 11 - reg: spi chip select number for the device 12 - spi-cpha or spi-cpol: is the only modes that is supported 15 - spi-max-frequency: Definition as per 16 Documentation/devicetree/bindings/spi/spi-bus.txt 19 See include/dt-bindings/iio/ad5755.h 20 - adi,ext-dc-dc-compenstation-resistor: boolean set if the hardware have an 23 - adi,dc-dc-phase: [all …]
|
H A D | adi,ad5755.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Analog Devices AD5755 Multi-Channel DAC 10 - Sean Nyekjaer <sean.nyekjaer@prevas.dk> 15 - adi,ad5755 16 - adi,ad5755-1 17 - adi,ad5757 18 - adi,ad5735 19 - adi,ad5737 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | qcom_smbb.txt | 1 Qualcomm Switch-Mode Battery Charger and Boost 4 - compatible: 8 - "qcom,pm8941-charger" 10 - reg: 12 Value type: <prop-encoded-array> 15 - interrupts: 17 Value type: <prop-encoded-array> 21 - charge done 22 - charge fast mode 23 - charge trickle mode [all …]
|
H A D | qcom,pm8941-charger.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/power/supply/qcom,pm8941-charger.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Switch-Mode Battery Charger and Boost 10 - Sebastian Reichel <sre@kernel.org> 15 - qcom,pm8226-charger 16 - qcom,pm8941-charger 23 - description: charge done 24 - description: charge fast mode [all …]
|
H A D | max8903-charger.txt | 4 - compatible: "maxim,max8903" for MAX8903 Battery Charger 5 - dok-gpios: Valid DC power has been detected (active low, input), optional if uok-gpios is provided 6 - uok-gpios: Valid USB power has been detected (active low, input), optional if dok-gpios is provid… 9 - cen-gpios: Charge enable pin (active low, output) 10 - chg-gpios: Charger status pin (active low, input) 11 - flt-gpios: Fault pin (active low, output) 12 - dcm-gpios: Current limit mode setting (DC=1 or USB=0, output) 13 - usus-gpios: USB suspend pin (active high, output) 18 max8903-charger { 20 dok-gpios = <&gpio2 3 GPIO_ACTIVE_LOW>; [all …]
|
H A D | maxim,max8903.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sebastian Reichel <sre@kernel.org> 13 - $ref: power-supply.yaml# 19 dok-gpios: 21 description: Valid DC power has been detected (active low, input) 23 uok-gpios: 25 description: Valid USB power has been detected (active low, input) 27 cen-gpios: [all …]
|
/freebsd/contrib/bc/gen/ |
H A D | dc_help.txt | 4 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2018-2024 Gavin D. Howard and contributors. 32 * The dc help text. 38 dc is a reverse-polish notation command-line calculator which supports unlimited 42 This dc i [all...] |
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 1 //===--- SemaModule.cpp - Semantic Analysis for Modules -------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // Objective-C modules syntax, and Clang header modules). 12 //===----------------------------------------------------------------------===// 26 SourceLocation ImportLoc, DeclContext *DC, in checkModuleImportContext() argument 30 if (auto *LSD = dyn_cast<LinkageSpecDecl>(DC)) { in checkModuleImportContext() 31 switch (LSD->getLanguage()) { in checkModuleImportContext() 34 ExternCLoc = LSD->getBeginLoc(); in checkModuleImportContext() 39 DC = LSD->getParent(); in checkModuleImportContext() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.cpp | 1 //===-- lib/MC/Disassembler.cpp - Disassembler Public C Interface ------- 103 LLVMDisasmContext *DC = new LLVMDisasmContext( LLVMCreateDisasmCPUFeatures() local 133 LLVMDisasmContext *DC = static_cast<LLVMDisasmContext *>(DCR); LLVMDisasmDispose() local 139 emitComments(LLVMDisasmContext * DC,formatted_raw_ostream & FormattedOS) emitComments() argument 169 getItineraryLatency(LLVMDisasmContext * DC,const MCInst & Inst) getItineraryLatency() argument 194 getLatency(LLVMDisasmContext * DC,const MCInst & Inst) getLatency() argument 230 emitLatency(LLVMDisasmContext * DC,const MCInst & Inst) emitLatency() argument 255 LLVMDisasmContext *DC = static_cast<LLVMDisasmContext *>(DCR); LLVMDisasmInstruction() local 304 LLVMDisasmContext *DC = static_cast<LLVMDisasmContext *>(DCR); LLVMSetDisasmOptions() local 311 LLVMDisasmContext *DC = static_cast<LLVMDisasmContext *>(DCR); LLVMSetDisasmOptions() local 318 LLVMDisasmContext *DC = static_cast<LLVMDisasmContext *>(DCR); LLVMSetDisasmOptions() local 334 LLVMDisasmContext *DC = static_cast<LLVMDisasmContext *>(DCR); LLVMSetDisasmOptions() local 341 LLVMDisasmContext *DC = static_cast<LLVMDisasmContext *>(DCR); LLVMSetDisasmOptions() local [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | Disassembler.h | 1 /*===-- llvm-c/Disassembler.h - Disassembler Public C Interface ---*- C -*-===*\ 6 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *| 8 |*===----------------------------------------------------------------------===*| 13 \*===----------------------------------------------------------------------===*/ 18 #include "llvm-c/DisassemblerTypes.h" 19 #include "llvm-c/ExternC.h" 72 int LLVMSetDisasmOptions(LLVMDisasmContextRef DC, uint64_t Options); 88 void LLVMDisasmDispose(LLVMDisasmContextRef DC); 92 * the parameter DC. The bytes of the instruction are specified in the 94 * instruction is at the address specified by the PC parameter. If a valid [all …]
|
/freebsd/contrib/bc/include/ |
H A D | lex.h | 4 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2018-2024 Gavin D. Howard and contributors. 53 #define bc_lex_err(l, e) (bc_vm_handleError((e), __FILE__, __LINE__, (l)->line)) 55 #define bc_lex_err(l, e) (bc_vm_handleError((e), (l)->line)) 66 (bc_vm_handleError((e), __FILE__, __LINE__, (l)->line, __VA_ARGS__)) 68 #define bc_lex_verr(l, e, ...) (bc_vm_handleError((e), (l)->line, __VA_ARGS__)) 74 // BC_LEX_LAST_NUM_CHAR returns the char that corresponds to the last valid [all...] |
/freebsd/contrib/bc/manuals/dc/ |
H A D | EH.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors. 28 .TH "DC" "1" "August 2024" "Gavin D. Howard" "General Commands Manual" 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] [all …]
|
H A D | EHN.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors. 28 .TH "DC" "1" "August 2024" "Gavin D. Howard" "General Commands Manual" 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] [all …]
|
H A D | A.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors. 28 .TH "DC" "1" "August 2024" "Gavin D. Howard" "General Commands Manual" 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] [all …]
|
H A D | N.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors. 28 .TH "DC" "1" "August 2024" "Gavin D. Howard" "General Commands Manual" 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] [all …]
|
H A D | H.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors. 28 .TH "DC" "1" "August 2024" "Gavin D. Howard" "General Commands Manual" 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] [all …]
|
H A D | HN.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors. 28 .TH "DC" "1" "August 2024" "Gavin D. Howard" "General Commands Manual" 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] [all …]
|
H A D | E.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors. 28 .TH "DC" "1" "August 2024" "Gavin D. Howard" "General Commands Manual" 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] [all …]
|
H A D | EN.1 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors. 28 .TH "DC" "1" "August 2024" "Gavin D. Howard" "General Commands Manual" 32 dc \- arbitrary\-precision decimal reverse\-Polish notation calculator 34 \f[B]dc\f[R] [\f[B]\-cChiPRvVx\f[R]] [\f[B]\-\-version\f[R]] 35 [\f[B]\-\-help\f[R]] [\f[B]\-\-digit\-clamp\f[R]] 36 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-interactive\f[R]] 37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]] 38 [\f[B]\-\-extended\-register\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]] 39 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...] [all …]
|
H A D | A.1.md | 1 <!--- 3 SPDX-License-Identifier: BSD-2-Clause 5 Copyright (c) 2018-2024 Gavin D. Howard and contributors. 29 --> 33 dc - arbitrary-precision decimal reverse-Polish notation calculator 37 …dc** [**-cChiPRvVx**] [**-\-version**] [**-\-help**] [**-\-digit-clamp**] [**-\-no-digit-clamp**] … 41 dc(1) is an arbitrary-precision calculator. It uses a stack (reverse Polish 45 If no files are given on the command-line, then dc(1) reads from **stdin** (see 46 the **STDIN** section). Otherwise, those files are processed, and dc(1) will 51 **scale** always set to **10**, they can set **DC_ENV_ARGS** to **-e 10k**, and [all …]
|
H A D | N.1.md | 1 <!--- 3 SPDX-License-Identifier: BSD-2-Clause 5 Copyright (c) 2018-2024 Gavin D. Howard and contributors. 29 --> 33 dc - arbitrary-precision decimal reverse-Polish notation calculator 37 …dc** [**-cChiPRvVx**] [**-\-version**] [**-\-help**] [**-\-digit-clamp**] [**-\-no-digit-clamp**] … 41 dc(1) is an arbitrary-precision calculator. It uses a stack (reverse Polish 45 If no files are given on the command-line, then dc(1) reads from **stdin** (see 46 the **STDIN** section). Otherwise, those files are processed, and dc(1) will 51 **scale** always set to **10**, they can set **DC_ENV_ARGS** to **-e 10k**, and [all …]
|
H A D | H.1.md | 1 <!--- 3 SPDX-License-Identifier: BSD-2-Clause 5 Copyright (c) 2018-2024 Gavin D. Howard and contributors. 29 --> 33 dc - arbitrary-precision decimal reverse-Polish notation calculator 37 …dc** [**-cChiPRvVx**] [**-\-version**] [**-\-help**] [**-\-digit-clamp**] [**-\-no-digit-clamp**] … 41 dc(1) is an arbitrary-precision calculator. It uses a stack (reverse Polish 45 If no files are given on the command-line, then dc(1) reads from **stdin** (see 46 the **STDIN** section). Otherwise, those files are processed, and dc(1) will 51 **scale** always set to **10**, they can set **DC_ENV_ARGS** to **-e 10k**, and [all …]
|
H A D | HN.1.md | 1 <!--- 3 SPDX-License-Identifier: BSD-2-Clause 5 Copyright (c) 2018-2024 Gavin D. Howard and contributors. 29 --> 33 dc - arbitrary-precision decimal reverse-Polish notation calculator 37 …dc** [**-cChiPRvVx**] [**-\-version**] [**-\-help**] [**-\-digit-clamp**] [**-\-no-digit-clamp**] … 41 dc(1) is an arbitrary-precision calculator. It uses a stack (reverse Polish 45 If no files are given on the command-line, then dc(1) reads from **stdin** (see 46 the **STDIN** section). Otherwise, those files are processed, and dc(1) will 51 **scale** always set to **10**, they can set **DC_ENV_ARGS** to **-e 10k**, and [all …]
|
/freebsd/share/doc/usd/05.dc/ |
H A D | dc | 1 .\" $OpenBSD: dc,v 1.2 2003/09/22 19:08:27 otto Exp $ 3 .\" Copyright (C) Caldera International Inc. 2001-2002. 35 .EH 'USD:5-%''DC \- An Interactive Desk Calculator' 36 .OH 'DC \- An Interactive Desk Calculator''USD:5-%' 38 .\" ....TM 75-1271-8 39199 39199-11 41 DC \- An Interactive Desk Calculator 42 .AU "MH 2C-524" 3878 52 time-sharing system to do arbitrary-precision 54 It has provision for manipulating scaled fixed-point numbers and 69 Editor's note: the description of the implementation details of DC in this [all …]
|
/freebsd/lib/libbe/ |
H A D | libbe.3 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 181 .Bl -bullet 278 A depth of '0' is no recursion and '-1' is unlimited (i.e., a recursive boot 433 restrictions as well as valid character restrictions. 439 The snapshot must have a valid name, exist, and have a mountpoint of 484 .Bl -column "Returned name" 486 .It dataset Ta - 489 .It mountpoint Ta Do mountpoint Dc property 490 .It origin Ta Do origin Dc property 491 .It creation Ta Do creation Dc property [all …]
|