| /freebsd/sys/contrib/device-tree/Bindings/spi/ |
| H A D | icpdas-lp8841-spi-rtc.txt | 1 * ICP DAS LP-8841 SPI Controller for RTC 3 ICP DAS LP-8841 contains a DS-1302 RTC. RTC is connected to an IO 7 Master output is set on low clock and sensed by the RTC on the rising 8 edge. Master input is set by the RTC on the trailing edge and is sensed
|
| /freebsd/sys/contrib/device-tree/Bindings/rtc/ |
| H A D | isil,isl12026.txt | 1 ISL12026 I2C RTC/EEPROM 3 ISL12026 is an I2C RTC/EEPROM combination device. The RTC and control 5 at bus address 0x57. The canonical "reg" value will be for the RTC portion.
|
| H A D | rtc-palmas.txt | 1 Palmas RTC controller bindings 5 - "ti,palmas-rtc" for palma series of the RTC controller 6 - interrupts: Interrupt number of RTC submodule on device. 11 TPS80036 supports the backup battery for powering the RTC when main
|
| H A D | moxa,moxart-rtc.txt | 6 - rtc-sclk-gpios : RTC sclk gpio, with zero flags 7 - rtc-data-gpios : RTC data gpio, with zero flags 8 - rtc-reset-gpios : RTC reset gpio, with zero flags
|
| H A D | rtc-omap.txt | 5 - "ti,da830-rtc" - for RTC IP used similar to that on DA8xx SoC family. 6 - "ti,am3352-rtc" - for RTC IP used similar to that on AM335x SoC family. 7 This RTC IP has special WAKE-EN Register to enable 11 - "ti,am4372-rtc" - for RTC IP used similar to that on AM437X SoC family.
|
| H A D | armada-380-rtc.txt | 3 RTC controller for the Armada 38x, 7K and 8K SoCs 12 * "rtc" for the RTC registers 15 - interrupts: IRQ line for the RTC.
|
| H A D | rtc-mt6397.txt | 1 Device-Tree bindings for MediaTek PMIC based RTC 3 MediaTek PMIC based RTC is an independent function of MediaTek PMIC that works 4 as a type of multi-function device (MFD). The RTC can be configured and set up
|
| H A D | rtc-meson.txt | 1 * Amlogic Meson6, Meson8, Meson8b and Meson8m2 RTC 11 - interrupts: the interrupt line of the RTC block. 13 - vdd-supply: reference to the power supply of the RTC block.
|
| H A D | pxa-rtc.txt | 1 * PXA RTC 3 PXA specific RTC driver.
|
| H A D | maxim-ds1302.txt | 1 * Maxim/Dallas Semiconductor DS-1302 RTC 6 Master output is set on low clock and sensed by the RTC on the rising 7 edge. Master input is set by the RTC on the trailing edge and is sensed
|
| H A D | google,goldfish-rtc.txt | 1 Android Goldfish RTC 3 Android Goldfish RTC device used by Android emulator.
|
| H A D | rtc-mt2712.txt | 1 Device-Tree bindings for MediaTek SoC based RTC 6 - interrupts : Should contain the interrupt for RTC alarm;
|
| H A D | orion-rtc.txt | 3 RTC controller for the Kirkwood, the Dove, the Armada 370 and the 10 - interrupts: IRQ line for the RTC.
|
| H A D | alphascale,asm9260-rtc.txt | 7 - interrupts: IRQ line for the RTC. 10 * "ahb" for the SoC RTC clock
|
| H A D | rtc-mt7622.txt | 1 Device-Tree bindings for MediaTek SoC based RTC 7 - interrupts : Should contain the interrupt for RTC alarm;
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RawPtrRefMemberChecker.cpp | 34 mutable std::optional<RetainTypeChecker> RTC; member in __anonc7fb0b0d0111::RawPtrRefMemberChecker 62 if (Checker->RTC) in checkASTDecl() 63 Checker->RTC->visitTypedef(TD); in checkASTDecl() 79 if (RTC) in checkASTDecl() 80 RTC->visitTranslationUnitDecl(TUD); in checkASTDecl() 182 if (!RTC || !RTC->defaultSynthProperties() || in visitObjCPropertyDecl() 362 RTC = RetainTypeChecker(); in NoUnretainedMemberChecker() 366 return RTC->isUnretained(QT, ignoreARC); in isUnsafePtr()
|
| H A D | RawPtrRefCallArgsChecker.cpp | 38 mutable std::optional<RetainTypeChecker> RTC; member in __anon77df98de0111::RawPtrRefCallArgsChecker 88 if (Checker->RTC) in checkASTDecl() 89 Checker->RTC->visitTypedef(TD); in checkASTDecl() 100 if (RTC) in checkASTDecl() 101 RTC->visitTranslationUnitDecl(TUD); in checkASTDecl() 458 RTC = RetainTypeChecker(); in UnretainedCallArgsChecker() 462 return RTC->isUnretained(QT); in isUnsafeType() 466 return RTC->isUnretained(QT); in isUnsafePtr()
|
| H A D | RawPtrRefLocalVarsChecker.cpp | 173 mutable std::optional<RetainTypeChecker> RTC; member in __anon4bbed29c0111::RawPtrRefLocalVarsChecker 213 if (Checker->RTC) in checkASTDecl() 214 Checker->RTC->visitTypedef(TD); in checkASTDecl() 273 if (RTC) in checkASTDecl() 274 RTC->visitTranslationUnitDecl(TUD); in checkASTDecl() 431 RTC = RetainTypeChecker(); in UnretainedLocalVarsChecker() 434 return RTC->isUnretained(T); in isUnsafePtr()
|
| H A D | RetainPtrCtorAdoptChecker.cpp | 34 mutable RetainTypeChecker RTC; member in __anon71c0f1610111::RetainPtrCtorAdoptChecker 76 Checker->RTC.visitTypedef(TD); in checkASTDecl() 115 RTC.visitTranslationUnitDecl(TUD); in checkASTDecl() 189 if (RTC.isARCEnabled() && isAdoptFnName(FnName)) in checkAdoptCall() 220 if (RTC.isARCEnabled()) in visitObjCMessageExpr() 259 if (RTC.isUnretained(Decl->getType())) in checkCreateOrCopyFunction() 334 else if (RTC.isARCEnabled() && isAllocInit(Arg)) in visitConstructExpr() 342 if (!Init || !RTC.isARCEnabled()) in visitVarDecl() 383 if (RTC.isUnretained(RetValue->getType())) in visitReturnStmt() 496 if (RTC.isUnretained(QT, true /* ignoreARC */)) in isOwned()
|
| H A D | RawPtrRefLambdaCapturesChecker.cpp | 31 mutable std::optional<RetainTypeChecker> RTC; member in __anone86945dd0111::RawPtrRefLambdaCapturesChecker 81 if (Checker->RTC) in checkASTDecl() 82 Checker->RTC->visitTypedef(TD); in checkASTDecl() 369 if (RTC) in checkASTDecl() 370 RTC->visitTranslationUnitDecl(TUD); in checkASTDecl() 488 RTC = RetainTypeChecker(); in UnretainedLambdaCapturesChecker() 492 return RTC->isUnretained(QT); in isUnsafePtr()
|
| /freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
| H A D | armada-8020.dtsi | 12 /* The RTC requires external oscillator. But on Aramda 80x0, the RTC clock 14 * disable it. However, the RTC clock in CP slave is connected to the
|
| H A D | armada-8040.dtsi | 20 /* The RTC requires external oscillator. But on Aramda 80x0, the RTC clock 22 * disable it. However, the RTC clock in CP slave is connected to the
|
| /freebsd/sys/contrib/device-tree/src/arm/marvell/ |
| H A D | kirkwood-nas2big.dts | 31 /* The on-chip RTC is not powered (no supercap). */ 92 * An external I2C RTC (Dallas DS1337S+) is used. This allows 93 * to power-up the board on an RTC alarm. The external RTC can
|
| /freebsd/sys/arm64/conf/ |
| H A D | std.arm | 11 # RTC 12 device pl031 # Arm PL031 RTC
|
| /freebsd/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | nvidia,tegra-regulators-coupling.txt | 11 On Tegra20 SoC's there are 3 coupled regulators: CORE, RTC and CPU. 12 The CORE and RTC voltages shall be in a range of 170mV from each other 27 as the "RTC domain" voltage regulator.
|