Home
last modified time | relevance | path

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

/linux-4.4.14/fs/jfs/
Djfs_metapage.h64 int absolute, unsigned long new);
66 #define read_metapage(inode, lblock, size, absolute)\ argument
67 __get_metapage(inode, lblock, size, absolute, false)
69 #define get_metapage(inode, lblock, size, absolute)\ argument
70 __get_metapage(inode, lblock, size, absolute, true)
Djfs_metapage.c587 unsigned int size, int absolute, in __get_metapage() argument
599 inode->i_ino, lblock, absolute); in __get_metapage()
611 if (absolute) in __get_metapage()
/linux-4.4.14/Documentation/input/
Delantech.txt23 4.3 Native absolute mode 4 byte packet format
26 5.2 Native absolute mode 6 byte packet format
32 6.2 Native absolute mode 6 byte packet format
37 7.2 Native absolute mode 6 byte packet format
84 in relative mode and not in absolute mode. As the Linux Elantech touchpad
85 driver always puts the hardware into absolute mode not all information
194 A: 1 = absolute mode (needs 4 byte packets, see reg_11)
299 4.3 Native absolute mode 4 byte packet format
344 x9..x0 = absolute x value (horizontal)
350 y9..y0 = absolute y value (vertical)
[all …]
Devent-codes.txt39 - Used to describe absolute axis value changes, e.g. describing the
153 move to the left by a certain number of units, but its absolute position in
154 space is unknown. If the absolute position is known, EV_ABS codes should be used
165 EV_ABS events describe absolute changes in a property. For example, a touchpad
246 devices require non-trivial transformation, such as absolute to relative
299 Directional axes on this device (absolute and/or relative x, y, z) represent
330 Trackpads that provide absolute touch position must report ABS_{X,Y} for the
Drotary-encoder.txt87 can be set up to deliver input information as either an absolute or relative
89 absolute axes the position of the encoder can either roll over between zero
Datarikbd.txt32 0xF7 absolute mouse position record
50 report relative motion, absolute motion in a coordinate system maintained
86 The ikbd can also maintain absolute mouse position. Commands exist for
218 ; where y=1, mouse key press causes absolute report
219 ; and x=1, mouse key release causes absolute report
246 Set absolute mouse position maintenance. Resets the ikbd maintained X and Y
295 0xF7 ; absolute mouse position header
318 This command allows the user to preset the internally maintained absolute
326 logical coordinate system internal to the ikbd for all relative or absolute
335 system within the ikbd for all relative or absolute mouse motion. (DEFAULT)
Dinput-programming.txt183 EV_ABS. They are used for relative and absolute values supplied by the
186 because it doesn't have any absolute coordinate system to work in. Absolute
188 absolute coordinate systems.
199 struct for each absolute axis your device has. If our button device had also
Dsentelic.txt195 Bit4 => when in absolute coordinates mode (valid when EN_PKT_GO is 1):
289 Bit4 => when in absolute coordinates mode (valid when EN_PKT_GO is 1):
328 0: single-finger absolute coordinates (SFAC) mode
356 0: single-finger absolute coordinates (SFAC) mode
380 will output four consecutive single-finger, absolute coordinate(SFAC) packets
417 interleaved absolute coordinate packets for each finger.
805 (Note that the absolute/relative coordinate output still depends on
807 absolute coordinates; otherwise, host only receives packets with
831 bit0 0 RW absolute coordination mode
847 bit4 0 RW absolute coordination continuous mode
Dwalkera0701.txt90 absolute binary value. (10 bits per channel). Next nibble is checksum for
Dinput.txt288 EV_REL, absolute new value for EV_ABS (joysticks ...), or 0 for EV_KEY for
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dtouchscreen.txt10 - touchscreen-fuzz-x : horizontal noise value of the absolute input
12 - touchscreen-fuzz-y : vertical noise value of the absolute input
14 - touchscreen-fuzz-pressure : pressure noise value of the absolute input
Dtsc2007.txt17 - ti,fuzzx: specifies the absolute input fuzz x value.
20 - ti,fuzzy: specifies the absolute input fuzz y value.
21 - ti,fuzzz: specifies the absolute input fuzz z value.
Dfocaltech-ft6236.txt15 - touchscreen-fuzz-x : horizontal noise value of the absolute input
17 - touchscreen-fuzz-y : vertical noise value of the absolute input
Dchipone_icn8318.txt17 - touchscreen-fuzz-x : horizontal noise value of the absolute input
19 - touchscreen-fuzz-y : vertical noise value of the absolute input
Dbrcm,iproc-touchscreen.txt49 - touchscreen-fuzz-x: horizontal noise value of the absolute input
51 - touchscreen-fuzz-y: vertical noise value of the absolute input
/linux-4.4.14/arch/xtensa/kernel/
Dmxhead.S30 .begin no-absolute-literals
62 .end no-absolute-literals
Dhead.S52 .begin no-absolute-literals
99 .end no-absolute-literals
/linux-4.4.14/tools/perf/config/
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-4.4.14/drivers/scsi/
Dzorro7xx.c40 int absolute; /* offset is absolute address */ member
42 { .name = "PowerUP 603e+", .offset = 0xf40000, .absolute = 1 },
85 if (zdd->absolute) { in zorro7xx_init_one()
Dscript_asm.pl198 @absolute = (); # Array of absolute names
424 push (@absolute , $id);
807 @absolute = sort @absolute;
809 foreach $i (@absolute) {
931 foreach $i (@absolute) {
/linux-4.4.14/arch/xtensa/boot/boot-elf/
Dbootstrap.S33 .begin no-absolute-literals
65 .end no-absolute-literals
/linux-4.4.14/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-4.4.14/drivers/of/unittest-data/
Dtests-overlay.dtsi116 /* test enable using absolute target path */
126 /* test disable using absolute target path */
277 /* test enable using absolute target path (i2c) */
287 /* test disable using absolute target path (i2c) */
/linux-4.4.14/drivers/misc/lis3lv02d/
DKconfig15 This driver also provides an absolute input class device, allowing
32 This driver also provides an absolute input class device, allowing
/linux-4.4.14/Documentation/parisc/
Ddebugging8 absolute addresses are used instead of virtual addresses as in the
9 rest of the kernel. To translate an absolute address to a virtual
/linux-4.4.14/Documentation/i2c/muxes/
Di2c-mux-gpio67 If you don't know the absolute GPIO pin numbers at registration time,
82 assign a dynamic ID to your device. If you do not know the absolute
/linux-4.4.14/Documentation/vm/
Dovercommit-accounting30 or `vm.overcommit_kbytes' (absolute value).
38 The C language stack growth does an implicit mremap. If you want absolute
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-net-queues76 Indicates the absolute maximum limit of bytes allowed to be
85 Indicates the absolute minimum limit of bytes allowed to be
Dsysfs-firmware-ofw16 symlink. It is possible that the absolute path will change
Dsysfs-driver-toshiba_acpi35 Description: This file shows the absolute position of the built-in
Dsysfs-bus-iio1016 Event generated when channel passes a threshold on the absolute
/linux-4.4.14/Documentation/timers/
Dhrtimers.txt38 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
Dtimekeeping.txt118 determining the absolute timeslice for a certain process in the CFS scheduler
/linux-4.4.14/arch/mn10300/kernel/
Dmn10300-watchdog-low.S49 # - kept to absolute minimum (unfortunately, it's prototyped in linux/nmi.h so
/linux-4.4.14/Documentation/block/
Dcmdline-partition.txt7 by absolute address of data on the block device.
Dbiodoc.txt1123 correct absolute location anymore, this is done by the block layer, so
/linux-4.4.14/arch/m68k/math-emu/
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
Dfp_decode.h405 | get the absolute short address from user space
411 | get the absolute long address from user space
/linux-4.4.14/Documentation/networking/
Dradiotap-headers.txt57 the first byte of the radiotap header. The absolute alignment of that first
62 - the above point that there may be no absolute alignment for multibyte
Dfore200e.txt55 Expected pathnames are absolute or relative to the drivers/atm directory.
De1000e.txt107 and/or transmit absolute delays does not force the controller to
De1000.txt139 and/or transmit absolute delays does not force the controller to
/linux-4.4.14/Documentation/hwmon/
Dlm9524533 user-space applications, two absolute values are exported, one for each
Dsysfs-interface326 Must be reported as an absolute temperature, NOT a delta
333 Must be reported as an absolute temperature, NOT a delta
349 Must be reported as an absolute temperature, NOT a delta
363 Must be reported as an absolute temperature, NOT a delta
375 Must be reported as an absolute temperature, NOT a delta
Dlm9329 Configures in7 and in8 limit type, where 0 means absolute and non-zero
32 only one set of limits (absolute or relative) to be in operation at a
Dlm90220 values. To make life easier to user-space applications, two absolute values
/linux-4.4.14/drivers/misc/sgi-xp/
Dxp.h85 #error XPC_MAX_NCHANNELS exceeds absolute MAXIMUM possible.
/linux-4.4.14/tools/perf/Documentation/
Dperf-diff.txt109 sum of shown entries will be always 100%. "absolute" means it retains
181 relative to how entries are filtered. Use --percentage=absolute to
Dperf-probe.txt129 the options is an absolute path name. If its an absolute path, perf probe
Dperf-report.txt181 - graph: use a graph tree, displaying absolute overhead rates. (default)
332 sum of shown entries will be always 100%. "absolute" means it retains
Dperf-top.txt197 sum of shown entries will be always 100%. "absolute" means it retains
/linux-4.4.14/Documentation/scheduler/
Dsched-deadline.txt141 time c_j needed to finish the job, and a job absolute deadline d_j, which
168 between the finishing time of a job and its absolute deadline).
232 (because their absolute deadlines are equal to t + P - 1, hence they are
233 smaller than the absolute deadline of Task_1, which is t + P). As a
235 time t + e + P, after its absolute deadline. The total utilization of the
272 represented by its absolute deadlines d_j = r_j + D described above, while
285 and the absolute deadlines (d_j) coincide, so a proper admission control
286 allows to respect the jobs' absolute deadlines for this task (this is what is
Dsched-nice-design.txt96 tasks, regardless of their absolute nice levels. So on the new
/linux-4.4.14/arch/s390/kernel/
Dbase.S98 larl %r4,.Lrestart_psw # Setup restart PSW at absolute 0
Dhead64.S89 # startup-code, running in absolute addressing mode
Drelocate_kernel.S90 mvc 0(8,%r0),0(%r4) # copy psw to absolute address 0
Dhead.S267 # startup-code at 0x10000, running in absolute addressing mode
284 # kdump startup-code at 0x10010, running in 64 bit absolute addressing mode
/linux-4.4.14/arch/arm/include/debug/
Domap2plus.S71 ldr \rv, [\rp] @ get absolute addr of 99f
/linux-4.4.14/arch/unicore32/kernel/
Dsleep.S166 ldw r2, =resume_after_mmu @ its absolute virtual address
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/
Dqcom,spmi-vadc.txt73 known as absolute calibration.
/linux-4.4.14/Documentation/
Defi-stub.txt54 The path to the initrd file must be an absolute path from the
Dsvga.txt34 better to use absolute mode numbers instead.
DDMA-API.txt475 Returns the processor cache alignment. This is the absolute minimum
Dkernel-parameters.txt2164 touchpads working in absolute mode only).
2167 reporting absolute coordinates, such as tablets
2169 reporting absolute coordinates, such as tablets
Ddevices.txt3172 form (absolute or relative) as is indicated here. Links are
/linux-4.4.14/Documentation/filesystems/
Daffs.txt78 prefix=path Path will be prefixed to every absolute path name of
82 volume=name When symbolic links with an absolute path are created
Doverlayfs.txt198 object in overlayfs will not contain valid absolute paths, only
Dramfs-rootfs-initramfs.txt180 cpio -i -d -H newc -F initramfs_data.cpio --no-absolute-filenames
Dext2.txt335 The (meaningless) absolute upper limit of files in a single directory
/linux-4.4.14/drivers/media/usb/pwc/
Dphilips.txt75 The absolute maximum is 10, but don't set it too high! Every buffer takes
77 something more than 4 is an absolute waste. This memory is only
/linux-4.4.14/Documentation/misc-devices/
Dlis3lv02d34 This driver also provides an absolute input class device, allowing
/linux-4.4.14/arch/mips/include/asm/
Dsgiarcs.h157 absolute, relative enumerator
/linux-4.4.14/drivers/clocksource/
Dsh_cmt.c415 int absolute) in sh_cmt_clock_event_program_verify() argument
435 if (absolute) in sh_cmt_clock_event_program_verify()
/linux-4.4.14/scripts/
DKbuild.include201 # Prefix -I with $(srctree) if it is not an absolute path.
217 # Add $(obj)/ for paths that are not absolute
Danalyze_suspend.py2377 ….thread {position: absolute; height: '+'%.3f'%thread_height+'%; overflow: hidden; line-height: 30p…
2380 ….traceevent {position: absolute;opacity: 0.3;height: '+'%.3f'%thread_height+'%;width:0;overflow:hi…
2381 .phase {position: absolute;overflow: hidden;border:0px;text-align:center;}\n\
2382 ….phaselet {position:absolute;overflow:hidden;border:0px;text-align:center;height:100px;font-size:2…
2383 .t {position:absolute;top:0%;height:100%;border-right:1px solid black;}\n\
2385 ….legend .square {position:absolute;top:10px; width: 0px;height: 20px;border:1px solid;padding-left…
Dspelling.txt16 absolut||absolute
17 absoulte||absolute
Dcheckpatch.pl1838 my ($absolute, $herecurr) = @_;
1839 my $file = $absolute;
1855 my $prefix = $absolute;
/linux-4.4.14/Documentation/kbuild/
Dmodules.txt99 The value given to "M" is the absolute path of the
383 absolute path is needed. $(src) provides the absolute path by
/linux-4.4.14/arch/m68k/fpsp040/
Dscale.S5 | scaled by the source operand. If the absolute value of
Ddecbin.S125 | 2. Calculate absolute value of exponent in d1 by mul and add.
Dres_func.S460 | Inst is fabs. Execute the absolute value function on the input.
/linux-4.4.14/Documentation/arm/nwfpe/
DREADME.FPE106 ABS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - absolute value
/linux-4.4.14/Documentation/acpi/
Dmethod-tracing.txt138 name segments but may contain "\" to form an absolute path.
/linux-4.4.14/Documentation/virtual/kvm/
Dppc-pv.txt74 can access it using absolute load and store functions. The following
Dtimekeeping.txt377 exact clock and bus design, the drift may or may not be fixed in absolute
Dapi.txt1842 Parameters: vcpu absolute address (in)
/linux-4.4.14/arch/frv/
DKconfig293 is faster than absolute instructions and saves space (2 instructions
/linux-4.4.14/Documentation/hid/
Dhiddev.txt150 must be filled in by the user. The ID can be absolute -- the actual
/linux-4.4.14/Documentation/sound/alsa/
Dtimestamping.txt102 hardware, the absolute link time could also be used to define a
/linux-4.4.14/drivers/mtd/
DKconfig55 partition table. A zero or positive value gives an absolute
/linux-4.4.14/drivers/input/mouse/
DKconfig383 to report absolute coordinates
/linux-4.4.14/Documentation/ioctl/
Dbotching-up-ioctls.txt145 * For timeouts, use absolute times. If you're a good fellow and made your
/linux-4.4.14/arch/arm/crypto/
Dsha1-armv4-large.S46 @ Cortex A8 core and in absolute terms ~870 cycles per input block
Dsha512-core.S_shipped34 @ Improve NEON performance by 12% on Snapdragon S4. In absolute
/linux-4.4.14/Documentation/development-process/
D6.Followthrough196 kernel, nobody has absolute veto power over any code. Except maybe Linus.
D4.Coding51 The coding style document also should not be read as an absolute law which
/linux-4.4.14/arch/x86/math-emu/
DREADME282 (absolute bits)
/linux-4.4.14/Documentation/cgroups/
Dblkio-controller.txt399 parameters which are absolute values - vm.dirty_bytes and
Dunified-hierarchy.txt422 - If a controller implements an absolute resource guarantee and/or
/linux-4.4.14/net/ipv4/
DKconfig282 be taken as absolute truth.
/linux-4.4.14/arch/arm/boot/compressed/
Dhead.S137 .word _magic_start @ absolute load/run zImage address
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfpsp.S13480 bclr &15,%d1 # force absolute value
13554 fabs.x FP_SCR0(%a6),%fp0 # perform absolute
13597 bclr &0x7,FP_SCR0_EX(%a6) # force absolute value
13641 fabs.x FP_SCR0(%a6),%fp0 # perform absolute
13722 fabs.x SRC(%a0),%fp0 # force absolute value
14518 fabs.x %fp1 # make absolute value
14880 fabs.x %fp0 # compare absolute values
15333 fabs.x %fp0 # compare absolute values
/linux-4.4.14/Documentation/trace/
Dftrace.txt693 is disabled, which includes an absolute timestamp.
2024 - The absolute time field is an absolute timestamp given by the
/linux-4.4.14/drivers/platform/x86/
DKconfig504 This driver also provides an absolute input class device, allowing
/linux-4.4.14/Documentation/scsi/
Dsym53c8xx_2.txt173 The LOAD/STORE instructions support absolute and DSA relative addressing
Dncr53c8xx.txt200 The LOAD/STORE instructions support absolute and DSA relative addressing
/linux-4.4.14/Documentation/s390/
DDebugging390.txt177 z/Architecture in absolute storage by the set prefix instruction during Linux
1338 other) instructions. They consist of a length field and an absolute address
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME177 files with absolute paths (ie beginning with slash) such as:
/linux-4.4.14/drivers/hwmon/
DKconfig318 This driver also provides an absolute input class device, allowing
/linux-4.4.14/Documentation/RCU/
DRTFP.txt2525 absolute anti-gimmick. It's some seriously good stuff, and gets rid of