Home
last modified time | relevance | path

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

12345678910>>...19

/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dqcom-vadc-common.c370 bool absolute, in qcom_vadc_scale_calib() argument
376 if (absolute) in qcom_vadc_scale_calib()
385 bool absolute, u16 adc_code, in qcom_vadc_scale_volt() argument
390 qcom_vadc_scale_calib(calib_graph, adc_code, absolute, &voltage); in qcom_vadc_scale_volt()
401 bool absolute, u16 adc_code, in qcom_vadc_scale_therm() argument
407 qcom_vadc_scale_calib(calib_graph, adc_code, absolute, &voltage); in qcom_vadc_scale_therm()
409 if (absolute) in qcom_vadc_scale_therm()
425 bool absolute, in qcom_vadc_scale_die_temp() argument
431 qcom_vadc_scale_calib(calib_graph, adc_code, absolute, &voltage); in qcom_vadc_scale_die_temp()
448 bool absolute, in qcom_vadc_scale_chg_temp() argument
[all …]
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Dusb-other.c105 int absolute[5]; in othUSBGetInfo() local
149 ioctl(priv->fd, EVIOCGABS(j), absolute); in othUSBGetInfo()
150 info->minval[1 + j] = absolute[1]; in othUSBGetInfo()
151 info->maxval[1 + j] = absolute[2]; in othUSBGetInfo()
152 info->res[1 + j] = absolute[3]; in othUSBGetInfo()
153 info->minres[1 + j] = absolute[3]; in othUSBGetInfo()
154 info->maxres[1 + j] = absolute[3]; in othUSBGetInfo()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/
H A D0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch4 Subject: [PATCH] Revert "cmd/go: make sure CC and CXX are absolute"
12 go install: CXX environment variable is relative; must be absolute path: powerpc64le-yoe-linux-musl…
30 return fmt.Errorf("GOPATH entry is relative; must be absolute path: %q", val)
32 - // Make sure CC and CXX are absolute paths
35 - return fmt.Errorf("%s entry is relative; must be absolute path: %q", key, val)
48 - // Make sure CC and CXX are absolute paths
51 - base.Fatalf("go %s: %s environment variable is relative; must be absolute path: %s\n", flag.Arg…
70 -[!windows] stderr 'go env -w: CC entry is relative; must be absolute path'
75 -[windows] stderr 'go env -w: CC entry is relative; must be absolute path'
82 -[!windows] stderr 'go env -w: CXX entry is relative; must be absolute path'
[all …]
/OK3568_Linux_fs/buildroot/package/binutils/2.37/
H A D0007-i386-Allow-GOT32-relocations-against-ABS-symbols.patch6 GOT32 relocations are allowed since absolute value + addend is stored in
27 /* Only allow relocations against absolute symbol, which can be
28 - resolved as absolute value + addend. GOTPCREL relocations
29 - are allowed since absolute value + addend is stored in the
31 + resolved as absolute value + addend. GOTPCREL and GOT32
32 + relocations are allowed since absolute value + addend is
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/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
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 …]
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/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.
H A Dchipone_icn8318.txt15 - touchscreen-fuzz-x : horizontal noise value of the absolute input
17 - touchscreen-fuzz-y : vertical noise value of the absolute input
/OK3568_Linux_fs/buildroot/package/patchelf/
H A D0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch17 The original build-system added some absolute RPATH (absolute on
21 The original build-system already took care of setting an absolute
22 RPATH (absolute in the final rootfs), resolve it and test if it's
35 absolute path relative to ROOTDIR will be used.
214 + The original build-system added some absolute RPATH (absolute on
217 + The original build-system already took care of setting an absolute
218 + RPATH (absolute in the final rootfs). Resolve it and test if it's
/OK3568_Linux_fs/kernel/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()
H A Dscript_asm.pl185 @absolute = (); # Array of absolute names
411 push (@absolute , $id);
794 @absolute = sort @absolute;
796 foreach $i (@absolute) {
918 foreach $i (@absolute) {
/OK3568_Linux_fs/buildroot/docs/website/css/
H A Dtimeline.css10 position: absolute;
56 position: absolute;
68 position: absolute;
86 position: absolute;
/OK3568_Linux_fs/buildroot/board/zynqmp/patches/uboot/
H A D0003-arm64-zynqmp-accept-an-absolute-path-for-PMUFW_INIT_.patch4 Subject: [PATCH] arm64: zynqmp: accept an absolute path for PMUFW_INIT_FILE
21 Avoid these problems by accepting an absolute path for
24 shell and readlink to get the absolute path even when starting from a
33 - PMUFW_INIT_FILE empty, relative, absolute, non-existing
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dmxhead.S30 .begin no-absolute-literals
62 .end no-absolute-literals
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-elf/
H A Dbootstrap.S29 .begin no-absolute-literals
77 .end no-absolute-literals
/OK3568_Linux_fs/yocto/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.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/opp/
H A Dti-omap5-opp-supply.txt36 - ti,absolute-max-voltage-uv: absolute maximum voltage for the OPP supply.
62 ti,absolute-max-voltage-uv = <1500000>;
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Djquery-ui.structure.min.css5absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-dec…
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dccache-support.txt39 used. Many compiler options, however, contain an absolute path to the
44 (+BR2_CCACHE_USE_BASEDIR+). This will rewrite all absolute paths that
55 more details about this rewriting of absolute paths.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/
H A D0001-Use-relative-install-paths-for-CMake.patch7 variable which is an absolute path.
10 the resulting Config.cmake to be non relocatable. This means it contains absolute
13 This change gets rid of the absolute path and removes the no longer needed
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/
H A D0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch7 'test' command, this fails because pkg-config provides an absolute
9 in order for the 'test' utility to pick up the absolute path.
/OK3568_Linux_fs/kernel/Documentation/parisc/
H A Ddebugging.rst13 absolute addresses are used instead of virtual addresses as in the
14 rest of the kernel. To translate an absolute address to a virtual

12345678910>>...19