Home
last modified time | relevance | path

Searched refs:absolute (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/openbmc/linux/drivers/iio/adc/
H A Dqcom-vadc-common.c395 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
434 if (absolute) in qcom_vadc_scale_therm()
448 bool absolute, in qcom_vadc_scale_die_temp() argument
471 bool absolute, in qcom_vadc_scale_chg_temp() argument
640 bool absolute, in qcom_vadc_scale() argument
646 absolute, adc_code, in qcom_vadc_scale()
651 absolute, adc_code, in qcom_vadc_scale()
655 absolute, adc_code, in qcom_vadc_scale()
[all …]
/openbmc/qemu/hw/i386/
H A Dvmmouse.c70 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/version-handler/test/
H A Dversion_json_unittest.cpp31 "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/phosphor-ipmi-flash/bmc/log-handler/test/
H A Dlog_json_unittest.cpp45 "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/linux/fs/jfs/
H A Djfs_metapage.h52 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 Dtable.scss39 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 Dform-elements.scss24 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 Delantech.rst21 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
297 Native absolute mode 4 byte packet format
352 y9..y0 = absolute y value (vertical)
392 Native absolute mode 6 byte packet format
542 A: 1 = enable absolute tracking
547 Native absolute mode 6 byte packet format
633 A: 1 = enable absolute tracking
[all …]
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dtsc2007.txt15 - 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/arch/xtensa/kernel/
H A Dmxhead.S30 .begin no-absolute-literals
64 .end no-absolute-literals
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dinline-confirm.scss4 position: absolute;
24 position: absolute;
H A Dpaginate.scss49 position: absolute;
89 position: absolute;
101 position: absolute;
127 position: absolute;
H A Dcontent-search.scss23 position: absolute;
43 position: absolute;
/openbmc/linux/tools/scripts/
H A Dutilities.mak131 # 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/linux/drivers/scsi/
H A Dzorro7xx.c41 int absolute; /* offset is absolute address */ member
43 { .name = "PowerUP 603e+", .offset = 0xf40000, .absolute = 1 },
86 if (zdd->absolute) { in zorro7xx_init_one()
/openbmc/openbmc-tools/dbus-vis/
H A Ddbus_vis.css59 position: absolute;
68 position: absolute;
117 position: absolute;
/openbmc/linux/arch/xtensa/boot/boot-elf/
H A Dbootstrap.S29 .begin no-absolute-literals
79 .end no-absolute-literals
/openbmc/linux/Documentation/devicetree/bindings/opp/
H A Dti,omap-opp-supply.yaml46 ti,absolute-max-voltage-uv:
69 - ti,absolute-max-voltage-uv
89 ti,absolute-max-voltage-uv = <1375000>;
100 ti,absolute-max-voltage-uv = <1500000>;
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Drotary-encoder.txt10 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 D0001-setup_build.py-avoid-absolute-path.patch4 Subject: [PATCH] setup_build.py: avoid absolute path
6 Prevent absolute path from ending up in the egg-info SOURCES.txt.
/openbmc/qemu/ui/
H A Dspice-input.c113 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/qemu/scripts/coverage/
H A Dcompare_gcov_json.py44 root_dir = json_file_path.absolute().parent
51 resolved_path = Path(file_path).absolute()
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0006-libtool.m4-Handle-as-a-sysroot-correctly.patch24 # Trim trailing / since we'll always append absolute paths and we want
38 AC_MSG_ERROR([The sysroot must be an absolute path.])
/openbmc/linux/drivers/misc/lis3lv02d/
H A DKconfig15 This driver also provides an absolute input class device, allowing
31 This driver also provides an absolute input class device, allowing
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/fwupd/fwupd/
H A D0001-meson-Avoid-absolute-buildtime-paths-in-generated-he.patch4 Subject: [PATCH] meson: Avoid absolute buildtime paths in generated headers
7 files is absolute and it makes its way into PN-src as well, which infact

12345678910>>...19