Home
last modified time | relevance | path

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

12345678910>>...33

/linux/drivers/scsi/
H A 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 …]
H A 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 …]
/linux/tools/testing/selftests/openat2/
H A 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/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 …]
H A 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 …]
H A 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 …]
H A 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/tools/testing/selftests/hid/tests/
H A Dbase_gamepad.py93 :param left: a tuple of absolute (x, y) value of the left joypad
95 :param right: a tuple of absolute (x, y) value of the right joypad
97 :param hat_switch: an absolute angular value of the hat switch
155 :param left: a tuple of absolute (x, y) value of the left joypad
157 :param right: a tuple of absolute (x, y) value of the right joypad
159 :param hat_switch: an absolute angular value of the hat switch
215 :param left: a tuple of absolute (x, y) value of the left joypad
217 :param right: a tuple of absolute (x, y) value of the right joypad
219 :param hat_switch: an absolute angular value of the hat switch
/linux/drivers/input/mouse/
H A Dvmmouse.c66 * @abs_dev: "Absolute" device used to report absolute mouse movement.
67 * @phys: Physical path for the absolute device.
68 * @dev_name: Name attribute name for the absolute device.
80 * @abs_dev: The absolute input device
110 * reports them on the correct (absolute or relative) input device. When the
168 /* Xorg seems to ignore wheel events on absolute devices */ in vmmouse_report_events()
233 * vmmouse_enable - Enable vmmouse and request absolute mode.
238 * absolute vmmouse mode.
398 * It also allocates another input device and sets it up for absolute motion
422 /* Set up and register absolute device */ in vmmouse_init()
[all …]
/linux/tools/testing/selftests/kvm/s390x/
H A Dmemop.c24 ABSOLUTE, enumerator
81 case ABSOLUTE: in ksmo_from_desc()
144 printf("ABSOLUTE, READ, "); in print_memop()
147 printf("ABSOLUTE, WRITE, "); in print_memop()
150 printf("ABSOLUTE, CMPXCHG, "); in print_memop()
204 if (__desc.target == ABSOLUTE) \
333 MOP(test->vm, ABSOLUTE, CMPXCHG, new + offset, in default_cmpxchg()
338 MOP(test->vm, ABSOLUTE, READ, mem2, 16, GADDR_V(mem2)); in default_cmpxchg()
346 MOP(test->vm, ABSOLUTE, CMPXCHG, new + offset, in default_cmpxchg()
351 MOP(test->vm, ABSOLUTE, READ, mem2, 16, GADDR_V(mem2)); in default_cmpxchg()
[all …]
/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/Documentation/devicetree/bindings/opp/
H A Dti,omap-opp-supply.yaml46 ti,absolute-max-voltage-uv:
48 description: Absolute maximum voltage for the OPP supply in micro-volts.
69 - ti,absolute-max-voltage-uv
89 ti,absolute-max-voltage-uv = <1375000>;
100 ti,absolute-max-voltage-uv = <1500000>;
/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/arch/loongarch/kernel/
H A Dvmlinux.lds.S154 _kernel_entry = ABSOLUTE(kernel_entry & PHYSADDR_MASK);
155 _kernel_asize = ABSOLUTE(_end - _text);
156 _kernel_fsize = ABSOLUTE(_edata - _text);
157 _kernel_vsize = ABSOLUTE(_end - __initdata_begin);
158 _kernel_rsize = ABSOLUTE(_edata - __initdata_begin);
/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/arch/s390/kvm/
H A 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
37 * kvm_s390_real_to_abs - convert guest real address to guest absolute address
41 * Returns the guest absolute address that corresponds to the passed guest real
223 * If DAT is off data will be copied to guest real or absolute memory.
355 * write_guest_abs - copy data from kernel space to guest space absolute
357 * @gpa: guest physical (absolute) address
361 * Copy @len bytes from @data (kernel space) to @gpa (guest absolute address).
378 * read_guest_abs - copy data from guest space absolute to kernel space
380 * @gpa: guest physical (absolute) address
[all …]
/linux/arch/s390/include/asm/
H A Ddma-types.h11 * Contains a 31 bit absolute address to a DMA capable piece of storage.
13 * For CIO, DMA addresses are always absolute addresses. These addresses tend
24 * Contains a 64 bit absolute address to a DMA capable piece of storage.
26 * For CIO, DMA addresses are always absolute addresses. These addresses tend
/linux/fs/quota/
H A 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/drivers/firmware/efi/libstub/
H A DMakefile126 # not rely on any absolute symbol references, considering that the virtual
129 # a verification pass to see if any absolute relocations exist in any of the
137 # symbols in .init section and make sure that no absolute symbols references
144 # absolute symbols references exist.
154 # absolute relocations, so that we can inspect the remaining sections for
162 echo "$@: absolute symbol references not allowed in the EFI stub" >&2; \
/linux/arch/x86/tools/
H A Drelocs.c54 * absolute relocations present w.r.t these symbols.
65 * as absolute (typically defined outside any section in the linker script.)
100 * as absolute (typically defined outside any section in the linker script.)
267 name = "ABSOLUTE"; in sec_name()
589 printf("Absolute symbols\n"); in print_absolute_symbols()
671 /* Absolute symbols are not relocated if bzImage is in print_absolute_relocs()
673 * to user at compile time about the absolute in print_absolute_relocs()
678 * relative have not become absolute because of some in print_absolute_relocs()
681 * Before warning check if this absolute symbol in print_absolute_relocs()
688 printf("WARNING: Absolute relocations present\n"); in print_absolute_relocs()
[all …]
/linux/arch/riscv/kernel/
H A Dvmlinux.lds.S152 __pecoff_data_raw_size = ABSOLUTE(. - __pecoff_text_end);
153 __pecoff_data_raw_end = ABSOLUTE(.);
163 __pecoff_data_virt_size = ABSOLUTE(. - __pecoff_text_end);
164 __pecoff_data_virt_end = ABSOLUTE(.);
/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.
/linux/Documentation/hid/
H A 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/drivers/net/ethernet/intel/e1000e/
H A 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");
256 /* Transmit Absolute Interrupt Delay */ in e1000e_check_options()
260 .name = "Transmit Absolute Interrupt Delay", in e1000e_check_options()
299 /* Receive Absolute Interrupt Delay */ in e1000e_check_options()
303 .name = "Receive Absolute Interrupt Delay", in e1000e_check_options()
/linux/Documentation/arch/parisc/
H A 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

12345678910>>...33