| /freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/ |
| H A D | qcom,pm8941-charger.yaml | 47 description: Maximum charge current in uA; May be clamped to safety limits; Defaults to 1A 54 Battery voltage limit in uV above which fast charging may operate; Defaults to 3.2V 62 Battery voltage limit in uV below which fast charging may operate; Defaults to 4.2V 73 be clamped by this value. Defaults to 4.2V. 82 will be clamped by this value. Defaults to 1A. 91 Defaults to 4.1V. 98 Input voltage level in uV above which charging may operate. Defaults to 4.3V. 105 Default DC charge current limit in uA. Defaults to 100mA.
|
| H A D | active-semi,act8945a-charger.yaml | 34 Defaults to 6.6 V 42 Defaults to 40 minutes. 50 Defaults to 3 hours.
|
| H A D | richtek,rt9455.yaml | 49 current provided by the power source. Defaults to 4500000 uV (4.5V). 55 Defaults to 500000 uA (500mA).
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/ipmi/ |
| H A D | ipmi-ipmb.yaml | 28 description: The address of the BMC on the IPMB bus. Defaults to 0x20. 33 Time between retries of sends, in milliseconds. Defaults to 250. 37 description: Number of retries before a failure is declared. Defaults to 1.
|
| H A D | ipmi-smic.yaml | 33 description: The access width of the register in bytes. Defaults to 1. 39 description: The number of bytes between register starts. Defaults to 1.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/misc/ |
| H A D | qemu,vcpu-stall-detector.yaml | 29 Defaults to 10 if unset. 35 Defaults to 8 if unset. Please note that it also takes into account the
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | adv7604.txt | 53 - hsync-active: Horizontal synchronization polarity. Defaults to active low. 54 - vsync-active: Vertical synchronization polarity. Defaults to active low. 55 - pclk-sample: Pixel clock polarity. Defaults to output on the falling edge.
|
| H A D | tda1997x.txt | 52 - hsync-active: Horizontal synchronization polarity. Defaults to active high. 53 - vsync-active: Vertical synchronization polarity. Defaults to active high. 54 - data-active: Data polarity. Defaults to active high.
|
| /freebsd-14.2/contrib/bc/manuals/ |
| H A D | build.md | 153 Defaults to `c99`. 164 Defaults to `$CC`. 170 Defaults to empty. 176 Defaults to `$CFLAGS`. 183 Defaults to empty. 190 Defaults to empty. 198 Defaults to empty. 220 Defaults to empty. 293 Defaults to empty. 301 Defaults to empty. [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | max8952.txt | 18 Defaults to 26 MHz if not specified. 28 Defaults to 32mV/us if not specified.
|
| H A D | maxim,max8952.yaml | 54 Defaults to 32mV/us if not specified. 65 Defaults to 26 MHz if not specified.
|
| /freebsd-14.2/contrib/ntp/scripts/ |
| H A D | summary-opts.def | 31 option. Defaults to today minus one day (Use @code{date -u +%Y%m%d}) 73 this option. Defaults to 197000101.
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTOptions.td | 16 "the most recent data. Defaults to 4096 bytes. It's possible to " 47 "packets. Defaults to 0 if supported.">; 94 "if needed. Defaults to 500MB. It's possible to specify a unit for " 125 "packets. Defaults to 0 if supported.">;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/input/ |
| H A D | rotary-encoder.txt | 8 Defaults to 0 (ABS_X / REL_X) 10 encoder. Only relevant for absolute axis. Defaults to 24 which is a
|
| H A D | gpio-decoder.txt | 12 Defaults to 0 (ABS_X).
|
| /freebsd-14.2/contrib/bearssl/mk/ |
| H A D | NMake.mk | 29 !include mk/Defaults.mk
|
| H A D | SingleUnix.mk | 29 include mk/Defaults.mk
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | ltc4151.txt | 10 Defaults to <1000> if unset.
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | Options.td | 25 HelpText<"Specify the desired type of DWARF linker. Defaults to 'classic'">; 61 "Defaults to the number of cores on the current machine">;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-xlp9xx.txt | 10 Defaults to 100 KHz when the property is not specified
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/watchdog/ |
| H A D | arm-smc-wdt.yaml | 24 Defaults to 0x82003D06 if unset.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/rng/ |
| H A D | timeriomem_rng.txt | 10 rng. Defaults to zero which causes the kernel's default quality to
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ModuloSchedule.cpp | 1386 SmallVector<std::optional<Register>, 4> Defaults; in remapUse() local 1391 Defaults.emplace_back(getInitPhiReg(*LoopProducer, BB)); in remapUse() 1418 IllegalPhiDefault = Defaults.front(); in remapUse() 1419 Defaults.erase(Defaults.begin()); in remapUse() 1424 LLVM_DEBUG(dbgs() << " -- padding defaults array from " << Defaults.size() in remapUse() 1425 << " to " << (Defaults.size() + StageDiff) << "\n"); in remapUse() 1429 Defaults.resize(Defaults.size() + StageDiff, in remapUse() 1430 Defaults.empty() ? std::optional<Register>() in remapUse() 1431 : Defaults.back()); in remapUse() 1436 auto DefaultI = Defaults.rbegin(); in remapUse() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/spi/ |
| H A D | spi-bcm63xx.txt | 13 - num-cs: some controllers have less than 8 cs signals. Defaults to 8
|
| H A D | spi-bcm63xx-hsspi.txt | 13 - num-cs: some controllers have less than 8 cs signals. Defaults to 8
|