/openbmc/linux/drivers/iio/adc/ |
H A D | qcom-vadc-common.c | 395 bool absolute, in qcom_vadc_scale_calib() argument 401 if (absolute) in qcom_vadc_scale_calib() 410 bool absolute, u16 adc_code, in qcom_vadc_scale_volt() argument 415 qcom_vadc_scale_calib(calib_graph, adc_code, absolute, &voltage); in qcom_vadc_scale_volt() 426 bool absolute, u16 adc_code, in qcom_vadc_scale_therm() argument 432 qcom_vadc_scale_calib(calib_graph, adc_code, absolute, &voltage); in qcom_vadc_scale_therm() 434 if (absolute) in qcom_vadc_scale_therm() 448 bool absolute, in qcom_vadc_scale_die_temp() argument 454 qcom_vadc_scale_calib(calib_graph, adc_code, absolute, &voltage); in qcom_vadc_scale_die_temp() 471 bool absolute, in qcom_vadc_scale_chg_temp() argument [all …]
|
/openbmc/qemu/hw/i386/ |
H A D | vmmouse.c | 70 uint8_t absolute; member 119 if (s->absolute) { in vmmouse_mouse_event() 149 static void vmmouse_update_handler(VMMouseState *s, int absolute) in vmmouse_update_handler() argument 154 if (s->absolute != absolute) { in vmmouse_update_handler() 155 s->absolute = absolute; in vmmouse_update_handler() 160 s, s->absolute, in vmmouse_update_handler() 175 vmmouse_update_handler(s, s->absolute); in vmmouse_read_id() 271 vmmouse_update_handler(s, s->absolute); in vmmouse_post_load() 285 VMSTATE_UINT8(absolute, VMMouseState),
|
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/ |
H A D | log_json_unittest.cpp | 45 "unit" : "absolute" in TEST() 96 "unit" : "absolute"} in TEST() 117 "unit" : "absolute"} in TEST() 171 "unit" : "absolute" in TEST() 186 "unit" : "absolute" in TEST() 201 "unit" : "absolute" in TEST() 227 "unit" : "absolute" in TEST() 274 "unit" : "absolute", in TEST() 290 "unit" : "absolute", in TEST()
|
/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/ |
H A D | version_json_unittest.cpp | 31 "unit" : "absolute" in TEST() 82 "unit" : "absolute"} in TEST() 103 "unit" : "absolute"} in TEST() 157 "unit" : "absolute" in TEST() 172 "unit" : "absolute" in TEST() 187 "unit" : "absolute" in TEST() 213 "unit" : "absolute" in TEST() 260 "unit" : "absolute", in TEST() 276 "unit" : "absolute", in TEST()
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_metapage.h | 52 int absolute, unsigned long new); 54 #define read_metapage(inode, lblock, size, absolute)\ argument 55 __get_metapage(inode, lblock, size, absolute, false) 57 #define get_metapage(inode, lblock, size, absolute)\ argument 58 __get_metapage(inode, lblock, size, absolute, true)
|
/openbmc/phosphor-webui/app/common/styles/components/ |
H A D | table.scss | 39 position: absolute; 125 position: absolute; 132 position: absolute; 164 position: absolute; 242 position: absolute; 254 position: absolute; 264 position: absolute; 292 position: absolute; 300 position: absolute;
|
H A D | form-elements.scss | 24 position: absolute; 56 position: absolute; 92 position: absolute; 98 position: absolute; 179 position: absolute; 188 position: absolute; 227 position: absolute;
|
/openbmc/linux/Documentation/input/devices/ |
H A D | elantech.rst | 21 4.3 Native absolute mode 4 byte packet format 24 5.2 Native absolute mode 6 byte packet format 30 6.2 Native absolute mode 6 byte packet format 35 7.2 Native absolute mode 6 byte packet format 82 in relative mode and not in absolute mode. As the Linux Elantech touchpad 83 driver always puts the hardware into absolute mode not all information 188 A: 1 = absolute mode (needs 4 byte packets, see reg_11) 297 Native absolute mode 4 byte packet format 345 x9..x0 = absolute x value (horizontal) 352 y9..y0 = absolute y value (vertical) [all …]
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/ |
H A D | 0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch | 4 Subject: [PATCH] regress/test-exec: use the absolute path in the SSH env 7 the last one don't use the absolute path and consequently 27 # Path to sshd must be absolute for rexec
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | tsc2007.txt | 15 - ti,fuzzx: specifies the absolute input fuzz x value. 18 - ti,fuzzy: specifies the absolute input fuzz y value. 19 - ti,fuzzz: specifies the absolute input fuzz z value.
|
/openbmc/linux/tools/scripts/ |
H A D | utilities.mak | 131 # is-absolute 133 # Usage: bool-value = $(call is-absolute,path) 135 is-absolute = $(shell echo $(shell-sq) | grep -q ^/ && echo y) 139 # Usage: absolute-executable-path-or-empty = $(call lookup,path) 160 # Usage: absolute-executable-path-or-empty = $(call get-executable,path) 162 # The goal is to get an absolute path for an executable; 168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup))) 173 # Usage: absolute-executable-path-or-empty = $(call get-executable-or-default,variable,default)
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cython/ |
H A D | 0001-Output-import-relative-paths-in-generated-C-code.-GH.patch | 7 it outputs filepaths that are either absolute or are basenames. 8 It is not good to output absolute paths in the generated C code and 60 - file_path = basename(file_path) # never include absolute paths 63 + # never include absolute paths
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | mxhead.S | 30 .begin no-absolute-literals 64 .end no-absolute-literals
|
/openbmc/linux/drivers/scsi/ |
H A D | zorro7xx.c | 41 int absolute; /* offset is absolute address */ member 43 { .name = "PowerUP 603e+", .offset = 0xf40000, .absolute = 1 }, 86 if (zdd->absolute) { in zorro7xx_init_one()
|
H A D | script_asm.pl | 185 @absolute = (); # Array of absolute names 411 push (@absolute , $id); 794 @absolute = sort @absolute; 796 foreach $i (@absolute) { 918 foreach $i (@absolute) {
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | dbus_vis.css | 59 position: absolute; 68 position: absolute; 117 position: absolute;
|
/openbmc/phosphor-webui/app/common/styles/elements/ |
H A D | inline-confirm.scss | 4 position: absolute; 24 position: absolute;
|
H A D | paginate.scss | 49 position: absolute; 89 position: absolute; 101 position: absolute; 127 position: absolute;
|
H A D | content-search.scss | 23 position: absolute; 43 position: absolute;
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/blueman/blueman/ |
H A D | 0001-meson-DO-not-emit-absolute-path-when-S-B.patch | 4 Subject: [PATCH] meson: Do not emit absolute path when S != B 7 ok but cython resolves the input file to absolute path and that gets 14 not generate the absolute paths into generate C code.
|
/openbmc/linux/arch/xtensa/boot/boot-elf/ |
H A D | bootstrap.S | 29 .begin no-absolute-literals 79 .end no-absolute-literals
|
/openbmc/qemu/ui/ |
H A D | spice-input.c | 113 bool absolute; member 229 if (pointer->absolute == is_absolute) { in mouse_mode_notifier() 238 pointer->absolute = is_absolute; in mouse_mode_notifier() 256 pointer->absolute = false; in qemu_spice_input_init()
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | rotary-encoder.txt | 10 encoder. Only relevant for absolute axis. Defaults to 24 which is a 13 absolute one. Relative axis will only generate +1/-1 events on the input 16 greater than the specified steps or smaller than 0. For absolute axis only.
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-h5py/ |
H A D | 0001-setup_build.py-avoid-absolute-path.patch | 4 Subject: [PATCH] setup_build.py: avoid absolute path 6 Prevent absolute path from ending up in the egg-info SOURCES.txt.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/lapack/ |
H A D | lapack_3.12.1.bb | 37 # The `xerbla.o` file contains an absolute path in `xerbla.f.o`, but the options 40 # it will convert them to absolute paths when generating Unix Makefiles or Ninja: 44 # To address this issue, we manually replace the absolute path with a relative path 50 # This workaround resolves the TMPDIR [buildpaths] issue by converting the absolute path 55 # 3. Replace the absolute path with the calculated relative path in the `build.make` files
|