/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | da9150-fg.txt | 4 - compatible: "dlg,da9150-fuel-gauge" for DA9150 Fuel-Gauge Power Supply 17 fuel-gauge { 18 compatible = "dlg,da9150-fuel-gauge";
|
H A D | charger-manager.txt | 8 - cm-fuel-gauge : name of battery fuel gauge 26 battery, 2 to check presence via fuel gauge, or 3 to check presence 61 cm-fuel-gauge = "fuelgauge0";
|
H A D | max17040_battery.txt | 37 battery-fuel-gauge@36 { 46 battery-fuel-gauge@36 {
|
H A D | ltc2941.txt | 17 This determines the range and accuracy of the gauge. The value is programmed
|
H A D | sc27xx-fg.txt | 10 - reg: The address offset of fuel gauge unit.
|
/freebsd/contrib/bsddialog/ |
H A D | README.md | 32 --calendar, --checklist, --datebox, --form, --gauge, --infobox, --inputbox, 60 % sh ./examples_utility/gauge.sh 100 % ./gauge 126 - refactor/redesign gauge().
|
H A D | .gitignore | 15 examples_library/gauge
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | da9150.txt | 53 fuel-gauge { 54 compatible = "dlg,da9150-fuel-gauge";
|
H A D | rn5t618.txt | 7 fuel gauge, and an ADC.
|
H A D | sprd,sc27xx-pmic.txt | 10 - Battery management system, such as charger, fuel gauge.
|
/freebsd/contrib/dialog/ |
H A D | configure.in | 170 CF_ARG_MSG_ENABLE([if you want the gauge dialog], 171 gauge, 172 [ --disable-gauge do not include the gauge dialogs], 174 AC_DEFINE(HAVE_DLG_GAUGE,1,[Define to 1 to include the gauge dialogs])],,$cf_all_widgets)
|
H A D | CHANGES | 195 + fix a memory leak in gauge widget (Andrew Kosteltsev). 443 + modify gauge widget to keep from erasing a second gauge widget, e.g., 535 + fix a regression in gauge widget from 2013/09/28 changes; 541 + improve memory caching for wide-character manipulation in gauge 831 + add piped-in data for gauge widget to traces. 832 + add entrypoints to gauge widget, for allocating, updating and freeing 834 + fix a reference to freed memory in the gauge widget. 890 + correct handling of SIGWINCH in gauge widget (Debian #305705). 963 + modify pause widget to autosize like gauge, and to omit the area for 998 + modify gauge widget to service callbacks (prompted by patch and [all …]
|
/freebsd/contrib/dialog/samples/ |
H A D | gauge2 | 23 $DIALOG --title "GAUGE" "$@" --gauge "Hi, this is a gauge widget" 10 40 0
|
H A D | gauge | 22 $DIALOG --title "GAUGE" "$@" --gauge "Hi, this is a gauge widget" 20 70 0
|
H A D | gauge0 | 23 $DIALOG --title "GAUGE" "$@" --gauge "Hi, this is a gauge widget" 0 0 0
|
H A D | gauge0-input-fd | 25 $DIALOG --title "GAUGE" --input-fd 3 "$@" --gauge "Hi, this is a gauge widget" 0 0 0
|
H A D | sourcemage.rc | 129 # Dialog box gauge color
|
H A D | debian.rc | 130 # Dialog box gauge color
|
H A D | slackware.rc | 129 # Dialog box gauge color
|
H A D | suse.rc | 129 # Dialog box gauge color
|
H A D | whiptail.rc | 129 # Dialog box gauge color
|
/freebsd/contrib/bsddialog/examples_utility/ |
H A D | gauge.sh | 28 done | ./bsddialog --title " gauge " --gauge "[0/$total] Starting..." 10 70
|
/freebsd/lib/libdpv/ |
H A D | dprompt.c | 69 static void *gauge = NULL; variable 738 gauge = dlg_reallocate_gauge(gauge, title == NULL ? "" : title, in dprompt_libprint() 740 dlg_update_gauge(gauge, percent); in dprompt_libprint()
|
/freebsd/contrib/dialog/package/debian/ |
H A D | control | 19 gauge, infobox, inputbox, inputmenu, menu, mixedform,
|
/freebsd/contrib/dialog/package/ |
H A D | dialog.spec | 27 gauge, infobox, inputbox, inputmenu, menu, mixedform,
|