/freebsd/usr.sbin/acpi/acpiconf/ |
H A D | acpiconf.c | 91 uint32_t volt; in acpi_battinfo() local 155 volt = UNKNOWN_VOLTAGE; in acpi_battinfo() 160 volt = battio.bst.volt; in acpi_battinfo() 205 else if (amp && volt != UNKNOWN_VOLTAGE) { in acpi_battinfo() 208 battio.battinfo.rate * volt / 1000); in acpi_battinfo() 216 if (volt == UNKNOWN_VOLTAGE) in acpi_battinfo() 219 printf("Present voltage:\t%d mV\n", volt); in acpi_battinfo()
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | vexpress.txt | 5 - "compatible" value: "arm,vexpress-volt" 25 volt@0 { 26 compatible = "arm,vexpress-volt";
|
H A D | samsung,s5m8767.txt | 16 - s5m8767,pmic-buck2-dvs-voltage: A set of 8 voltage values in micro-volt (uV) 20 - s5m8767,pmic-buck3-dvs-voltage: A set of 8 voltage values in micro-volt (uV) 24 - s5m8767,pmic-buck4-dvs-voltage: A set of 8 voltage values in micro-volt (uV)
|
H A D | max8997-regulator.txt | 13 - max8997,pmic-buck1-dvs-voltage: A set of 8 voltage values in micro-volt (uV) 17 - max8997,pmic-buck2-dvs-voltage: A set of 8 voltage values in micro-volt (uV) 21 - max8997,pmic-buck5-dvs-voltage: A set of 8 voltage values in micro-volt (uV)
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | max17042_battery.txt | 22 - maxim,dead-volt : Voltage threshold to report battery 24 - maxim,over-volt : Voltage threshold to report battery 34 maxim,over-volt = <4300>;
|
H A D | charger-manager.txt | 28 - cm-fullbatt-vchkdrop-volt : voltage drop (in uV) before restarting charging 54 cm-fullbatt-vchkdrop-volt = <150000>;
|
/freebsd/sys/contrib/device-tree/src/arm/arm/ |
H A D | vexpress-v2p-ca9.dts | 219 compatible = "arm,vexpress-volt"; 228 compatible = "arm,vexpress-volt"; 237 compatible = "arm,vexpress-volt"; 246 compatible = "arm,vexpress-volt"; 255 compatible = "arm,vexpress-volt"; 265 compatible = "arm,vexpress-volt";
|
/freebsd/sys/dev/iicbus/adc/ |
H A D | ad7418.c | 97 int volt; in ad7418_sysctl_voltage() local 101 volt = (sc->sc_curvolt >> 6) * 564 / 10; in ad7418_sysctl_voltage() 103 return sysctl_handle_int(oidp, &volt, 0, req); in ad7418_sysctl_voltage()
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8916-motorola-surnia.dts | 28 maxim,dead-volt = <3200>; 29 maxim,over-volt = <4500>;
|
H A D | msm8916-motorola-osprey.dts | 39 maxim,dead-volt = <3200>; 40 maxim,over-volt = <4500>;
|
H A D | msm8916-motorola-harpia.dts | 28 maxim,dead-volt = <3200>; 29 maxim,over-volt = <4500>;
|
/freebsd/usr.bin/units/ |
H A D | definitions.units | 317 volt watt/amp 318 ohm volt/amp 320 farad coul/volt 324 weber volt-sec 617 bev 1e+9 e-volt 657 electronvolt e-volt 665 ev e-volt 864 V volt 871 statvolt 2.99792458e2 volt
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | ti-omap-hsmmc.txt | 38 - ti,dual-volt: boolean, supports dual voltage cards 62 ti,dual-volt; 74 ti,dual-volt;
|
/freebsd/sys/contrib/device-tree/src/arm64/arm/ |
H A D | vexpress-v2f-1xv7-ca53x2.dts | 125 compatible = "arm,vexpress-volt"; 135 compatible = "arm,vexpress-volt";
|
/freebsd/sys/dev/iicbus/pmic/ |
H A D | fan53555.c | 386 int volt, rv; in fan53555_reg_attach() local 388 rv = regnode_get_voltage(regnode, &volt); in fan53555_reg_attach() 400 regnode_get_name(regnode), volt); in fan53555_reg_attach()
|
H A D | act8846_regulator.c | 423 int volt, rv; in act8846_attach() local 425 rv = regnode_get_voltage(regnode, &volt); in act8846_attach() 437 regnode_get_name(regnode), volt); in act8846_attach()
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | vexpress.txt | 6 "arm,vexpress-volt"
|
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/ |
H A D | sky81452-backlight.txt | 15 - skyworks,short-detection-threshold-volt
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra30-apalis-v1.1-eval.dts | 253 * 1.8 volt resp. 3.3 volt VDDIO_SDMMC3 depending on
|
/freebsd/sys/arm/nvidia/ |
H A D | as3722_regulators.c | 576 int volt, rv; in as3722_attach() local 578 rv = regnode_get_voltage(regnode, &volt); in as3722_attach() 590 regnode_get_name(regnode), volt); in as3722_attach()
|
/freebsd/sys/dev/regulator/ |
H A D | regulator.h | 153 uint8_t sel, int *volt);
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-lm3692x.txt | 22 micro-volt, can be 17000000, 21000000, 25000000 or
|
/freebsd/sys/dev/acpica/ |
H A D | acpiio.h | 146 uint32_t volt; /* Present Voltage */ member
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | max77620_regulators.c | 731 int volt, rv; in max77620_attach() local 733 rv = regnode_get_voltage(regnode, &volt); in max77620_attach() 745 regnode_get_name(regnode), volt); in max77620_attach()
|
/freebsd/sys/contrib/device-tree/Bindings/opp/ |
H A D | ti-omap5-opp-supply.txt | 34 volt: voltage in uV - reference voltage (OPP voltage)
|