/openbmc/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 …]
|
/openbmc/u-boot/arch/xtensa/include/asm/ |
H A D | ldscript.h | 48 _##_sym_##_##_sec_##_start = ABSOLUTE(.); \ 50 _##_sym_##_##_sec_##_end = ABSOLUTE(.); \ 73 _text_start = ABSOLUTE(.); \ 81 _text_end = ABSOLUTE(.); \ 87 _rodata_start = ABSOLUTE(.); \ 93 __XT_EXCEPTION_TABLE__ = ABSOLUTE(.); \ 99 _rodata_end = ABSOLUTE(.); \ 105 _u_boot_list_start = ABSOLUTE(.); \ 107 _u_boot_list_end = ABSOLUTE(.); \ 113 _data_start = ABSOLUTE(.); \ [all …]
|
/openbmc/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 …]
|
/openbmc/linux/Documentation/input/devices/ |
H A D | elantech.rst | 21 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 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 …]
|
/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/ |
H A D | version_json_unittest.cpp | 31 "unit" : "absolute" in TEST() 82 "unit" : "absolute"} in TEST() 103 "unit" : "absolute"} in TEST() 157 "unit" : "absolute" in TEST() 172 "unit" : "absolute" in TEST() 187 "unit" : "absolute" in TEST() 213 "unit" : "absolute" in TEST() 260 "unit" : "absolute", in TEST() 276 "unit" : "absolute", in TEST()
|
/openbmc/qemu/hw/i386/ |
H A D | vmmouse.c | 70 uint8_t absolute; member 119 if (s->absolute) { in vmmouse_mouse_event() 149 static void vmmouse_update_handler(VMMouseState *s, int absolute) in vmmouse_update_handler() argument 154 if (s->absolute != absolute) { in vmmouse_update_handler() 155 s->absolute = absolute; in vmmouse_update_handler() 160 s, s->absolute, in vmmouse_update_handler() 175 vmmouse_update_handler(s, s->absolute); in vmmouse_read_id() 271 vmmouse_update_handler(s, s->absolute); in vmmouse_post_load() 285 VMSTATE_UINT8(absolute, VMMouseState),
|
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/ |
H A D | log_json_unittest.cpp | 45 "unit" : "absolute" in TEST() 96 "unit" : "absolute"} in TEST() 117 "unit" : "absolute"} in TEST() 171 "unit" : "absolute" in TEST() 186 "unit" : "absolute" in TEST() 201 "unit" : "absolute" in TEST() 227 "unit" : "absolute" in TEST() 274 "unit" : "absolute", in TEST() 290 "unit" : "absolute", in TEST()
|
/openbmc/sdeventplus/src/sdeventplus/source/ |
H A D | time.hpp | 31 /** @brief Type used as the basis for absolute clock times */ 43 * @param[in] time - Absolute time when the callback should be executed 69 /** @brief Gets the absolute time when the time source expires 72 * @return Absolute time as an std::chrono::time_point 76 /** @brief Sets the absolute time when the time source will expire 78 * @param[in] time - Absolute time as an std::chrono::time_point 113 * @param[in] time - Absolute time when the callback should be executed
|
/openbmc/linux/tools/testing/selftests/kvm/s390x/ |
H A D | memop.c | 22 ABSOLUTE, enumerator 79 case ABSOLUTE: in ksmo_from_desc() 142 printf("ABSOLUTE, READ, "); in print_memop() 145 printf("ABSOLUTE, WRITE, "); in print_memop() 148 printf("ABSOLUTE, CMPXCHG, "); in print_memop() 202 if (__desc.target == ABSOLUTE) \ 334 MOP(test->vm, ABSOLUTE, CMPXCHG, new + offset, in default_cmpxchg() 339 MOP(test->vm, ABSOLUTE, READ, mem2, 16, GADDR_V(mem2)); in default_cmpxchg() 347 MOP(test->vm, ABSOLUTE, CMPXCHG, new + offset, in default_cmpxchg() 352 MOP(test->vm, ABSOLUTE, READ, mem2, 16, GADDR_V(mem2)); in default_cmpxchg() [all …]
|
/openbmc/phosphor-webui/app/common/styles/components/ |
H A D | table.scss | 39 position: absolute; 125 position: absolute; 132 position: absolute; 164 position: absolute; 242 position: absolute; 254 position: absolute; 264 position: absolute; 292 position: absolute; 300 position: absolute;
|
H A D | form-elements.scss | 24 position: absolute; 56 position: absolute; 92 position: absolute; 98 position: absolute; 179 position: absolute; 188 position: absolute; 227 position: absolute;
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | zboot.lds | 5 PROVIDE(zboot_code_size = ABSOLUTE(0)); 50 ABSOLUTE(__efistub__gzdata_end - __efistub__gzdata_start)); 52 PROVIDE(__data_rawsize = ABSOLUTE(_edata - _etext)); 53 PROVIDE(__data_size = ABSOLUTE(_end - _etext));
|
/openbmc/linux/drivers/input/mouse/ |
H A D | vmmouse.c | 69 * @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. 430 * It also allocates another input device and sets it up for absolute motion 454 /* Set up and register absolute device */ in vmmouse_init() [all …]
|
/openbmc/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>;
|
/openbmc/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 …]
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | vmlinux.lds.S | 143 _kernel_entry = ABSOLUTE(kernel_entry & PHYSADDR_MASK); 144 _kernel_asize = ABSOLUTE(_end - _text); 145 _kernel_fsize = ABSOLUTE(_edata - _text); 146 _kernel_vsize = ABSOLUTE(_end - __initdata_begin); 147 _kernel_rsize = ABSOLUTE(_edata - __initdata_begin);
|
/openbmc/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)
|
/openbmc/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)
|
/openbmc/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) */
|
/openbmc/linux/arch/s390/kvm/ |
H A D | gaccess.h | 20 * 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 …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-cython/ |
H A D | 0001-Output-import-relative-paths-in-generated-C-code.-GH.patch | 7 it outputs filepaths that are either absolute or are basenames. 8 It is not good to output absolute paths in the generated C code and 60 - file_path = basename(file_path) # never include absolute paths 63 + # never include absolute paths
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/ |
H A D | 0001-regress-test-exec-use-the-absolute-path-in-the-SSH-e.patch | 4 Subject: [PATCH] regress/test-exec: use the absolute path in the SSH env 7 the last one don't use the absolute path and consequently 27 # Path to sshd must be absolute for rexec
|