Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/device-tree/Bindings/iio/temperature/
Dadi,ltc2983.yaml194 "^rtd@":
197 description: RTD sensor.
206 10 - RTD PT-10
207 11 - RTD PT-50
208 12 - RTD PT-100
209 13 - RTD PT-200
210 14 - RTD PT-500
211 15 - RTD PT-1000
212 16 - RTD PT-1000 (0.00375)
213 17 - RTD NI-120
[all …]
Dmaxim,max31865.yaml24 Identifies the number of wires used by the RTD. Setting this property
25 enables 3-wire RTD connection. Else 2-wire or 4-wire RTD connection.
/freebsd-head/sys/contrib/device-tree/Bindings/iio/afe/
HDtemperature-sense-rtd.yaml4 $id: http://devicetree.org/schemas/iio/afe/temperature-sense-rtd.yaml#
7 title: Temperature Sense RTD
17 When an io-channel measures the output voltage across an RTD such as a
49 const: temperature-sense-rtd
60 description: The current fed through the RTD sensor.
93 compatible = "temperature-sense-rtd";
/freebsd-head/sys/contrib/device-tree/Bindings/usb/
Drealtek,rtd-type-c.yaml5 $id: http://devicetree.org/schemas/usb/realtek,rtd-type-c.yaml#
8 title: Realtek DHC RTD SoCs USB Type-C Connector detection
14 Realtek digital home center (DHC) RTD series SoCs include a type c module.
Drealtek,rtd-dwc3.yaml5 $id: http://devicetree.org/schemas/usb/realtek,rtd-dwc3.yaml#
28 - const: realtek,rtd-dwc3
60 compatible = "realtek,rtd1319d-dwc3", "realtek,rtd-dwc3";
/freebsd-head/sys/contrib/device-tree/Bindings/iio/addac/
Dadi,ad74115.yaml67 7 - RTD measure
200 adi,4-wire-rtd:
206 adi,3-wire-rtd-excitation-swap:
208 description: Whether to swap the excitation for 3-wire RTD.
210 adi,rtd-excitation-current-microamp:
211 description: Excitation current to apply to RTD.
/freebsd-head/sys/contrib/device-tree/Bindings/gpio/
Drealtek,rtd-gpio.yaml5 $id: http://devicetree.org/schemas/gpio/realtek,rtd-gpio.yaml#
15 RTD series SoC family, which are high-definition media processor SoCs.
/freebsd-head/contrib/libcbor/doc/source/
HDrequirements.txt22 sphinx-rtd-theme==1.3.0
/freebsd-head/sys/contrib/device-tree/Bindings/iio/chemical/
Datlas,sensor.yaml32 - atlas,rtd-sm
/freebsd-head/sys/contrib/device-tree/Bindings/phy/
Drealtek,usb3phy.yaml14 Realtek USB 3.0 PHY support the digital home center (DHC) RTD series SoCs.
Drealtek,usb2phy.yaml14 Realtek USB 2.0 PHY support the digital home center (DHC) RTD series SoCs.
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDCallingConv.h251 /// Used for M68k rtd-based CC (similar to X86's stdcall).
/freebsd-head/sys/i386/pci/
HDpci_pir.c620 printf("Link IRQ Rtd Ref IRQs\n"); in pci_pir_dump_links()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kInstrControl.td17 /// JMP [~] JSR [x] NOP [x] RTD [!] RTR [ ]
/freebsd-head/sys/dev/acpica/
HDacpi_pci_link.c429 printf("%-16.16s Index IRQ Rtd Ref IRQs\n", buf); in acpi_pci_link_dump()
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp2417 if (auto *RTD = readDeclAs<RedeclarableTemplateDecl>()) { in VisitRedeclarableTemplateDecl() local
2418 assert(RTD->getKind() == D->getKind() && in VisitRedeclarableTemplateDecl()
2420 D->setInstantiatedFromMemberTemplate(RTD); in VisitRedeclarableTemplateDecl()
HDASTReader.cpp9849 auto RTD = cast<RedeclarableTemplateDecl>(D)->getCanonicalDecl(); in finishPendingActions() local
9850 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl()) in finishPendingActions()
9851 cast<RedeclarableTemplateDecl>(R)->Common = RTD->Common; in finishPendingActions()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-objcopy/
HDObjcopyOptions.cpp718 .Cases("efi_runtime_driver", "efi-rtd", in parseObjcopyOptions()
/freebsd-head/contrib/tcsh/
HDcomplete.tcsh142 c/-m/"(68000 68020 68881 bitfield fpa nobitfield rtd short c68000 c68020 \
/freebsd-head/sys/cam/ctl/
HDctl.c6228 int bd_len, i, header_size, param_len, rtd; in ctl_mode_select() local
6238 rtd = (cdb->byte2 & SMS_RTD) ? 1 : 0; in ctl_mode_select()
6248 rtd = (cdb->byte2 & SMS_RTD) ? 1 : 0; in ctl_mode_select()
6259 if (rtd) { in ctl_mode_select()
9579 * We support revert to defaults (RTD) bit in MODE SELECT. in ctl_inquiry_evpd_eid()
/freebsd-head/share/misc/
HDusb_vendors21203 0006 LoggitoLab 8 AI-RTD
21205 0008 LoggitoLab 4 AI-RTD 4 TC
22725 2a37 RTD Embedded Technologies, Inc.
HDpci_vendors20202 1435 RTD Embedded Technologies, Inc.
/freebsd-head/contrib/tzdata/
HDeurope1212 # http://trip.rk.ee/cgi-bin/thw?${BASE}=akt&${OOHTML}=rtd&TA=1998&TO=1&AN=1390
/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDAttrDocs.td2974 using the `rtd` instruction.
/freebsd-head/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td4802 def mno_rtd: Flag<["-"], "mno-rtd">, Group<m_Group>;