Home
last modified time | relevance | path

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

123456

/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
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/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)
/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)
/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()
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) {
/linux/arch/xtensa/kernel/
H A Dmxhead.S30 .begin no-absolute-literals
64 .end no-absolute-literals
H A Dhead.S53 .begin no-absolute-literals
106 .end no-absolute-literals
/linux/arch/xtensa/boot/boot-elf/
H A Dbootstrap.S29 .begin no-absolute-literals
79 .end no-absolute-literals
/linux/Documentation/arch/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
/linux/drivers/of/unittest-data/
H A Doverlay_0.dtso5 /* overlay_0 - enable using absolute target path */
H A Doverlay_1.dtso5 /* overlay_1 - disable using absolute target path */
H A Doverlay_13.dtso5 /* overlay_13 - disable using absolute target path (i2c) */
H A Doverlay_12.dtso5 /* overlay_12 - enable using absolute target path (i2c) */
/linux/Documentation/i2c/muxes/
H A 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/Documentation/devicetree/bindings/input/touchscreen/
H A 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/Documentation/timers/
H A 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/Documentation/mm/
H A 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/Documentation/userspace-api/media/dvb/
H A 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/kernel/time/
H A Dposix-timers.h35 bool absolute, bool sigev_none);
/linux/Documentation/input/devices/
H A Datarikbd.rst40 0xF7 absolute mouse position record
60 report relative motion, absolute motion in a coordinate system maintained
99 The ikbd can also maintain absolute mouse position. Commands exist for
250 ; where y=1, mouse key press causes absolute report
251 ; and x=1, mouse key release causes absolute report
284 Set absolute mouse position maintenance. Resets the ikbd maintained X and Y
345 0xF7 ; absolute mouse position header
371 This command allows the user to preset the internally maintained absolute
382 logical coordinate system internal to the ikbd for all relative or absolute
394 system within the ikbd for all relative or absolute mouse motion. (DEFAULT)
/linux/include/linux/iio/adc/
H A Dqcom-vadc-common.h140 bool absolute,
/linux/arch/m68k/math-emu/
H A Dfp_scan.S197 | all pc relative addressing modes and immediate/absolute modes end up here
211 | addressing mode: absolute short
216 | addressing mode: absolute long
/linux/tools/memory-model/scripts/
H A DREADME42 with the absolute pathnames of the tests to run provided one
72 Run the litmus tests whose absolute pathnames are provided one
/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-queues87 Indicates the absolute maximum limit of bytes allowed to be
96 Indicates the absolute minimum limit of bytes allowed to be
H A Dsysfs-class-hwmon425 Must be reported as an absolute temperature, NOT a delta
435 Must be reported as an absolute temperature, NOT a delta
472 Must be reported as an absolute temperature, NOT a delta
502 Must be reported as an absolute temperature, NOT a delta
522 Must be reported as an absolute temperature, NOT a delta
995 Must be reported as an absolute humidity, NOT a delta
1023 Must be reported as an absolute humidity, NOT a delta

123456