| /linux/drivers/scsi/ |
| H A D | 53c700.scr | 25 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 D | 53c700_d.h_shipped | 28 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 …]
|
| H A D | zorro7xx.c | 41 int absolute; /* offset is absolute address */ member 43 { .name = "PowerUP 603e+", .offset = 0xf40000, .absolute = 1 }, 86 if (zdd->absolute) { in zorro7xx_init_one()
|
| /linux/tools/testing/selftests/openat2/ |
| H A D | resolve_test.c | 141 { .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/drivers/firmware/efi/libstub/ |
| H A D | zboot.lds | 5 PROVIDE(zboot_code_size = ABSOLUTE(0)); 59 ABSOLUTE(__efistub__gzdata_end - __efistub__gzdata_start)); 61 PROVIDE(__data_rawsize = ABSOLUTE(_edata - _data)); 62 PROVIDE(__data_size = ABSOLUTE(_end - _data)); 63 PROVIDE(__sbat_size = ABSOLUTE(_esbat - _sbat));
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | base_gamepad.py | 93 :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 D | vmmouse.c | 66 * @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/Documentation/input/devices/ |
| H A D | atarikbd.rst | 40 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 D | sentelic.rst | 85 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 D | alps.rst | 104 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/Documentation/devicetree/bindings/opp/ |
| H A D | ti,omap-opp-supply.yaml | 46 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/drivers/iio/adc/ |
| H A D | qcom-vadc-common.c | 395 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/tools/scripts/ |
| H A D | utilities.mak | 131 # 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 D | vmlinux.lds.S | 154 _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 D | jfs_metapage.h | 52 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/include/asm/ |
| H A D | dma-types.h | 11 * 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
|
| H A D | qdio.h | 29 * @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 202 * @addr: absolute data address 225 * @sbal: absolute SBAL address
|
| /linux/fs/quota/ |
| H A D | quotaio_v2.h | 40 __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/arch/x86/tools/ |
| H A D | relocs.c | 58 * absolute relocations present w.r.t these symbols. 70 * as absolute (typically defined outside any section in the linker script.) 102 * as absolute (typically defined outside any section in the linker script.) 270 name = "ABSOLUTE"; in sec_name() 564 printf("Absolute symbols\n"); in print_absolute_symbols() 646 /* Absolute symbols are not relocated if bzImage is in print_absolute_relocs() 648 * to user at compile time about the absolute in print_absolute_relocs() 653 * relative have not become absolute because of some in print_absolute_relocs() 656 * Before warning check if this absolute symbol in print_absolute_relocs() 663 printf("WARNING: Absolute relocations present\n"); in print_absolute_relocs() [all …]
|
| /linux/arch/riscv/kernel/ |
| H A D | vmlinux.lds.S | 155 __pecoff_data_raw_size = ABSOLUTE(. - __pecoff_text_end); 156 __pecoff_data_raw_end = ABSOLUTE(.); 166 __pecoff_data_virt_size = ABSOLUTE(. - __pecoff_text_end); 167 __pecoff_data_virt_end = ABSOLUTE(.);
|
| /linux/Documentation/arch/parisc/ |
| H A D | debugging.rst | 9 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/drivers/net/ethernet/intel/e1000e/ |
| H A D | param.c | 46 /* 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/devicetree/bindings/input/ |
| H A D | rotary-encoder.yaml | 33 encoder. Only relevant for absolute axis. Defaults to 24 which is a 40 absolute one. Relative axis will only generate +1/-1 events on the input 47 greater than the specified steps or smaller than 0. For absolute axis only.
|
| /linux/Documentation/timers/ |
| H A D | hrtimers.rst | 38 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/fs/smb/client/ |
| H A D | reparse.c | 89 * This is a request to create an absolute symlink on the server in create_native_symlink() 91 * NT-style path. So convert absolute Linux symlink target path in create_native_symlink() 92 * to the absolute NT-style path. Root of the NT-style path for in create_native_symlink() 94 * ensure compatibility of this symlink stored in absolute form in create_native_symlink() 99 * If the absolute Linux symlink target path is not in create_native_symlink() 104 "absolute symlink '%s' cannot be converted to NT format " in create_native_symlink() 132 /* Unhandled absolute symlink. Report an error. */ in create_native_symlink() 135 "absolute symlink '%s' cannot be converted to NT format " in create_native_symlink() 143 * This is request to either create an absolute symlink on in create_native_symlink() 160 * For absolute NT symlinks it is required to pass also leading in create_native_symlink() [all …]
|