Home
last modified time | relevance | path

Searched full:absolute (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/Linux-v5.10/drivers/scsi/
D53c700.scr25 ABSOLUTE Device_ID = 0 ; ID of target for command
26 ABSOLUTE MessageCount = 0 ; Number of bytes in message
27 ABSOLUTE MessageLocation = 0 ; Addr of message
28 ABSOLUTE CommandCount = 0 ; Number of bytes in command
29 ABSOLUTE CommandAddress = 0 ; Addr of Command
30 ABSOLUTE StatusAddress = 0 ; Addr to receive status return
31 ABSOLUTE ReceiveMsgAddress = 0 ; Addr to receive msg
39 ABSOLUTE SGScriptStartAddress = 0
45 ABSOLUTE AFTER_SELECTION = 0x100
46 ABSOLUTE BEFORE_CMD = 0x200
[all …]
D53c700_d.h_shipped28 ABSOLUTE Device_ID = 0 ; ID of target for command
29 ABSOLUTE MessageCount = 0 ; Number of bytes in message
30 ABSOLUTE MessageLocation = 0 ; Addr of message
31 ABSOLUTE CommandCount = 0 ; Number of bytes in command
32 ABSOLUTE CommandAddress = 0 ; Addr of Command
33 ABSOLUTE StatusAddress = 0 ; Addr to receive status return
34 ABSOLUTE ReceiveMsgAddress = 0 ; Addr to receive msg
42 ABSOLUTE SGScriptStartAddress = 0
48 ABSOLUTE AFTER_SELECTION = 0x100
49 ABSOLUTE BEFORE_CMD = 0x200
[all …]
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()
/Linux-v5.10/tools/testing/selftests/openat2/
Dresolve_test.c141 { .name = "[beneath] absolute link to $root", in test_openat2_opath_tests()
144 { .name = "[beneath] chained absolute links to $root", in test_openat2_opath_tests()
181 { .name = "[beneath] absolute symlink component outside $root", in test_openat2_opath_tests()
184 { .name = "[beneath] absolute symlink target outside $root", in test_openat2_opath_tests()
187 { .name = "[beneath] absolute path outside $root", in test_openat2_opath_tests()
190 { .name = "[beneath] cheeky absolute path outside $root", in test_openat2_opath_tests()
193 { .name = "[beneath] chained cheeky absolute path outside $root", in test_openat2_opath_tests()
200 { .name = "[beneath] tricky absolute + '..'-chained symlink outside $root", in test_openat2_opath_tests()
206 { .name = "[beneath] tricky absolute + garbage link outside $root", in test_openat2_opath_tests()
215 { .name = "[in_root] absolute symlink to /root", in test_openat2_opath_tests()
[all …]
/Linux-v5.10/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 …]
Datarikbd.rst40 0xF7 absolute mouse position record
60 report relative motion, absolute motion in a coordinate system maintained
96 Absolute Position reporting
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
273 SET ABSOLUTE MOUSE POSITIONING
284 Set absolute mouse position maintenance. Resets the ikbd maintained X and Y
301 either RELATIVE or ABSOLUTE motion records. The ikbd returns the appropriate
330 This command sets the scale factor for the ABSOLUTE MOUSE POSITIONING mode.
[all …]
Dsentelic.rst85 FSP uses 2 packets (8 Bytes) to represent Absolute Position.
94 Absolute position for STL3886-G0
102 Packet 1 (ABSOLUTE POSITION)
109 => 01, Absolute coordination packet
133 => 01, Absolute coordination packet
149 Absolute position for STL3888-Ax
154 Packet 1 (ABSOLUTE POSITION)
161 => 01, Absolute coordination packet
179 Packet 2 (ABSOLUTE POSITION)
186 => 01, Absolute coordinates packet
[all …]
Dalps.rst104 ALPS Absolute Mode - Protocol Version 1
116 ALPS Absolute Mode - Protocol Version 2
150 packets for the DualPoint Stick + ALPS Absolute Mode packets for the
154 ALPS Absolute Mode - Protocol Version 3
202 ALPS Absolute Mode - Protocol Version 4
246 ALPS Absolute Mode - Protocol Version 5
271 ALPS Absolute Mode - Protocol Version 6
294 ALPS Absolute Mode - Protocol Version 7
336 ALPS Absolute Mode - Protocol Version 8
/Linux-v5.10/drivers/iio/adc/
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 …]
/Linux-v5.10/drivers/input/mouse/
Dvmmouse.c69 * @abs_dev: "Absolute" device used to report absolute mouse movement.
70 * @phys: Physical path for the absolute device.
71 * @dev_name: Name attribute name for the absolute device.
105 * @abs_dev: The absolute input device
135 * reports them on the correct (absolute or relative) input device. When the
194 /* Xorg seems to ignore wheel events on absolute devices */ in vmmouse_report_events()
263 * vmmouse_enable - Enable vmmouse and request absolute mode.
268 * absolute vmmouse mode.
417 * It also allocates another input device and sets it up for absolute motion
441 /* Set up and register absolute device */ in vmmouse_init()
[all …]
/Linux-v5.10/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-v5.10/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-v5.10/fs/quota/
Dquotaio_v2.h40 __le32 dqb_ihardlimit; /* absolute limit on allocated inodes */
43 __le32 dqb_bhardlimit; /* absolute limit on disk space (in QUOTABLOCK_SIZE) */
53 __le64 dqb_ihardlimit; /* absolute limit on allocated inodes */
56 __le64 dqb_bhardlimit; /* absolute limit on disk space (in QUOTABLOCK_SIZE) */
/Linux-v5.10/arch/s390/include/asm/
Dqdio.h29 * @sliba: absolute address of storage list information block
30 * @sla: absolute address of storage list
31 * @slsba: absolute address of storage list state block
59 * @qiba: absolute address of queue information block
95 * @isliba: absolute address of first input SLIB
96 * @osliba: absolute address of first output SLIB
204 * @addr: absolute data address
227 * @sbal: absolute SBAL address
/Linux-v5.10/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.
Dtouchscreen.yaml41 description: horizontal noise value of the absolute input device (in pixels)
45 description: vertical noise value of the absolute input device (in pixels)
49 description: pressure noise value of the absolute input device (arbitrary
/Linux-v5.10/arch/s390/kvm/
Dgaccess.h20 * kvm_s390_real_to_abs - convert guest real address to guest absolute address
24 * Returns the guest absolute address that corresponds to the passed guest real
182 * If DAT is off data will be copied to guest real or absolute memory.
266 * write_guest_abs - copy data from kernel space to guest space absolute
268 * @gpa: guest physical (absolute) address
272 * Copy @len bytes from @data (kernel space) to @gpa (guest absolute address).
289 * read_guest_abs - copy data from guest space absolute to kernel space
291 * @gpa: guest physical (absolute) address
295 * Copy @len bytes from @gpa (guest absolute address) to @data (kernel space).
/Linux-v5.10/arch/x86/tools/
Drelocs.c45 * absolute relocations present w.r.t these symbols.
55 * as absolute (typically defined outside any section in the linker script.)
88 * as absolute (typically defined outside any section in the linker script.)
252 name = "ABSOLUTE"; in sec_name()
545 printf("Absolute symbols\n"); in print_absolute_symbols()
612 /* Absolute symbols are not relocated if bzImage is in print_absolute_relocs()
614 * to user at compile time about the absolute in print_absolute_relocs()
619 * relative have not become absolute because of some in print_absolute_relocs()
622 * Before warning check if this absolute symbol in print_absolute_relocs()
629 printf("WARNING: Absolute relocations" in print_absolute_relocs()
[all …]
/Linux-v5.10/Documentation/parisc/
Ddebugging.rst9 1. Absolute addresses
13 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-v5.10/Documentation/devicetree/bindings/input/
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.
/Linux-v5.10/Documentation/hid/
Dhid-alps.rst60 Case2 ReportID_3 TP Absolute
61 ReportID_6 SP Absolute
151 X Absolute data of the "n"th finger
153 Y Absolute data of the "n"th finger
176 X Absolute data
178 Y Absolute data
/Linux-v5.10/Documentation/devicetree/bindings/opp/
Dti-omap5-opp-supply.txt36 - ti,absolute-max-voltage-uv: absolute maximum voltage for the OPP supply.
62 ti,absolute-max-voltage-uv = <1500000>;
/Linux-v5.10/drivers/firmware/efi/libstub/
DMakefile105 # not rely on any absolute symbol references, considering that the virtual
108 # a verification pass to see if any absolute relocations exist in any of the
119 # symbols in .init section and make sure that no absolute symbols references
130 # absolute relocations, so that we can inspect the remaining sections for
138 echo "$@: absolute symbol references not allowed in the EFI stub" >&2; \
/Linux-v5.10/drivers/net/ethernet/intel/e1000e/
Dparam.c46 /* Transmit Absolute Interrupt Delay in units of 1.024 microseconds
50 E1000_PARAM(TxAbsIntDelay, "Transmit Absolute Interrupt Delay");
68 /* Receive Absolute Interrupt Delay in units of 1.024 microseconds
74 E1000_PARAM(RxAbsIntDelay, "Receive Absolute Interrupt Delay");
258 /* Transmit Absolute Interrupt Delay */ in e1000e_check_options()
262 .name = "Transmit Absolute Interrupt Delay", in e1000e_check_options()
301 /* Receive Absolute Interrupt Delay */ in e1000e_check_options()
305 .name = "Receive Absolute Interrupt Delay", in e1000e_check_options()
/Linux-v5.10/Documentation/input/
Devent-codes.rst51 - Used to describe absolute axis value changes, e.g. describing the
184 move to the left by a certain number of units, but its absolute position in
185 space is unknown. If the absolute position is known, EV_ABS codes should be used
217 EV_ABS events describe absolute changes in a property. For example, a touchpad
314 devices require non-trivial transformation, such as absolute to relative
371 Directional axes on this device (absolute and/or relative x, y, z) represent
373 can report through the rotational axes (absolute and/or relative rx, ry, rz).
409 Trackpads that provide absolute touch position must report ABS_{X,Y} for the

12345678910>>...29