Home
last modified time | relevance | path

Searched refs:bat (Results 1 – 25 of 75) sorted by relevance

123

/freebsd/sys/contrib/libsodium/builds/msvc/build/
H A Dbuildall.bat3 CALL buildbase.bat ..\vs2017\libsodium.sln 15
5 CALL buildbase.bat ..\vs2015\libsodium.sln 14
7 CALL buildbase.bat ..\vs2013\libsodium.sln 12
9 CALL buildbase.bat ..\vs2012\libsodium.sln 11
11 CALL buildbase.bat ..\vs2010\libsodium.sln 10
H A Dbuildbase.bat2 REM Usage: [buildbase.bat ..\vs2013\mysolution.sln 12]
7 SET tools=Microsoft Visual Studio %version%.0\VC\vcvarsall.bat
8 IF %version% == 15 SET tools=Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat
/freebsd/usr.bin/mkimg/
H A Dvhdx.c407 uint8_t *bat; in vhdx_write_bat() local
412 bat = malloc(SIZE_1MB); in vhdx_write_bat()
413 if (bat == NULL) in vhdx_write_bat()
415 memset(bat, 0, SIZE_1MB); in vhdx_write_bat()
431 le64enc(bat + bat_ptr, in vhdx_write_bat()
440 free(bat); in vhdx_write_bat()
443 memset(bat, 0, SIZE_1MB); in vhdx_write_bat()
449 le64enc(bat + bat_ptr, in vhdx_write_bat()
457 free(bat); in vhdx_write_bat()
469 free(bat); in vhdx_write_bat()
[all …]
H A Dvhd.c278 uint32_t *bat; in vhd_dyn_write() local
305 bat = malloc(batsz); in vhd_dyn_write()
306 if (bat == NULL) in vhd_dyn_write()
308 memset(bat, 0xff, batsz); in vhd_dyn_write()
314 be32enc(&bat[entry], sector); in vhd_dyn_write()
318 if (sparse_write(fd, bat, batsz) < 0) { in vhd_dyn_write()
319 free(bat); in vhd_dyn_write()
322 free(bat); in vhd_dyn_write()
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dsc27xx-fg.txt13 - io-channel-names: Should be "bat-temp" or "charge-vol".
23 bat: battery {
53 io-channel-names = "bat-temp", "charge-vol";
56 monitored-battery = <&bat>;
H A Dsc27xx-fg.yaml37 - const: bat-temp
68 bat: battery {
92 io-channel-names = "bat-temp", "charge-vol";
95 monitored-battery = <&bat>;
H A Dsc2731_charger.txt17 bat: battery {
38 monitored-battery = <&bat>;
H A Dsc2731-charger.yaml36 bat: battery {
50 monitored-battery = <&bat>;
H A Dqcom,pmi8998-charger.yaml27 - const: bat-ov
73 interrupt-names = "usb-plugin", "bat-ov", "wdog-bark", "usbin-icl-change";
H A Dqcom_smbb.txt37 "bat-temp-ok",
38 "bat-present",
139 "bat-temp-ok",
140 "bat-present",
H A Dqcom,pm8941-charger.yaml37 - const: bat-temp-ok
38 - const: bat-present
167 "bat-temp-ok",
168 "bat-present",
H A Dbq24190.txt37 bat: battery {
48 monitored-battery = <&bat>;
H A Dbq27xxx.yaml78 bat: battery {
92 monitored-battery = <&bat>;
H A Dbq2515x.yaml69 bat: battery {
83 monitored-battery = <&bat>;
H A Dbq24190.yaml73 bat: battery {
88 monitored-battery = <&bat>;
H A Dbq25980.yaml89 bat: battery {
110 monitored-battery = <&bat>;
H A Dbq256xx.yaml98 bat: battery {
117 monitored-battery = <&bat>;
/freebsd/sys/powerpc/include/
H A Dbat.h69 struct bat { struct
164 extern struct bat battable[16];
/freebsd/sys/contrib/device-tree/src/arm64/sprd/
H A Dsc2731.dtsi23 monitored-battery = <&bat>;
101 bat-detect-gpio = <&pmic_eic 9 GPIO_ACTIVE_HIGH>;
103 io-channel-names = "bat-temp", "charge-vol";
104 monitored-battery = <&bat>;
/freebsd/sys/contrib/libsodium/msvc-scripts/
H A DMakefile.am2 process.bat \
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,armada-xp-pinctrl.txt42 mpp21 21 gpio, ge0(rxd5), ge1(rxd3), lcd(d21), dram(bat)
54 mpp33 33 gpio, tdm(int4), sd0(d1), dram(bat), dram(vttctrl)
69 dram(bat), spi1(cs4)
/freebsd/sys/contrib/libsodium/builds/
H A DMakefile.am2 msvc/build/buildall.bat \
3 msvc/build/buildbase.bat \
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq-librem5-r4.dts13 &bat {
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dpm8226.dtsi79 "bat-temp-ok",
80 "bat-present",
H A Dqcom-pm8226.dtsi79 "bat-temp-ok",
80 "bat-present",

123