Home
last modified time | relevance | path

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

1234567

/linux-6.12.1/drivers/iio/adc/
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
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 …]
/linux-6.12.1/fs/jfs/
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)
/linux-6.12.1/Documentation/input/devices/
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 …]
/linux-6.12.1/Documentation/devicetree/bindings/input/touchscreen/
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.
Dbrcm,iproc-touchscreen.txt55 - touchscreen-fuzz-x: horizontal noise value of the absolute input
57 - touchscreen-fuzz-y: vertical noise value of the absolute input
/linux-6.12.1/tools/scripts/
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)
/linux-6.12.1/arch/xtensa/kernel/
Dmxhead.S30 .begin no-absolute-literals
64 .end no-absolute-literals
/linux-6.12.1/drivers/scsi/
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()
Dscript_asm.pl185 @absolute = (); # Array of absolute names
411 push (@absolute , $id);
794 @absolute = sort @absolute;
796 foreach $i (@absolute) {
918 foreach $i (@absolute) {
/linux-6.12.1/arch/xtensa/boot/boot-elf/
Dbootstrap.S29 .begin no-absolute-literals
79 .end no-absolute-literals
/linux-6.12.1/drivers/misc/lis3lv02d/
DKconfig15 This driver also provides an absolute input class device, allowing
31 This driver also provides an absolute input class device, allowing
/linux-6.12.1/drivers/gpu/drm/ci/xfails/
Dvirtio_gpu-none-fails.txt134 kms_flip@absolute-wf_vblank,Fail
135 kms_flip@absolute-wf_vblank-interruptible,Fail
137 kms_flip@blocking-absolute-wf_vblank,Fail
138 kms_flip@blocking-absolute-wf_vblank-interruptible,Fail
143 kms_flip@flip-vs-absolute-wf_vblank,Fail
144 kms_flip@flip-vs-absolute-wf_vblank-interruptible,Fail
Di915-tgl-skips.txt8 kms_flip@absolute-wf_vblank@a-edp1
Dvkms-none-flakes.txt55 kms_flip@flip-vs-absolute-wf_vblank
62 kms_flip@flip-vs-absolute-wf_vblank-interruptible
/linux-6.12.1/drivers/of/unittest-data/
Doverlay_0.dtso5 /* overlay_0 - enable using absolute target path */
Doverlay_1.dtso5 /* overlay_1 - disable using absolute target path */
Doverlay_12.dtso5 /* overlay_12 - enable using absolute target path (i2c) */
Doverlay_13.dtso5 /* overlay_13 - disable using absolute target path (i2c) */
/linux-6.12.1/Documentation/arch/parisc/
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
/linux-6.12.1/Documentation/i2c/muxes/
Di2c-mux-gpio.rst69 If you don't know the absolute GPIO pin numbers at registration time,
84 assign a dynamic ID to your device. If you do not know the absolute
/linux-6.12.1/Documentation/userspace-api/media/dvb/
Ddvb-frontend-parameters.rst33 uint32_t frequency; /* (absolute) frequency in Hz for QAM/OFDM */
48 frontends the ``frequency`` specifies the absolute frequency and is
/linux-6.12.1/Documentation/mm/
Dovercommit-accounting.rst34 or ``vm.overcommit_kbytes`` (absolute value). These only have an effect
43 The C language stack growth does an implicit mremap. If you want absolute
/linux-6.12.1/Documentation/timers/
Dhrtimers.rst38 the required readjusting of absolute CLOCK_REALTIME timers at
105 absolute timers based on a low-resolution CLOCK_REALTIME. The existing
106 implementation needed to keep an extra list of all armed absolute
111 expiry time in absolute time units removes all this complex and poorly
125 Basic data types: every time value, absolute or relative, is in a
/linux-6.12.1/Documentation/sphinx/
Dautomarkup.py248 absolute = match.group(1)
250 if absolute:
/linux-6.12.1/kernel/time/
Dposix-timers.h29 bool absolute, bool sigev_none);

1234567