OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:axnum
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xf86-input-synaptics/dist/src/
eventcomm.c
793
int
axnum
;
local
820
axnum
= 0;
839
priv->touch_axes[
axnum
].label = labels[i];
840
priv->touch_axes[
axnum
].min = mtdev->caps.abs[i].minimum;
841
priv->touch_axes[
axnum
].max = mtdev->caps.abs[i].maximum;
843
priv->touch_axes[
axnum
].res =
846
proto_data->axis_map[i] = 4 +
axnum
;
847
axnum
++;
synaptics.c
1068
int
axnum
= nlabels - priv->num_mt_axes + i;
local
1070
labels[
axnum
] = XIGetKnownProperty(axis->label);
1133
int
axnum
= 4 + i; /* Skip x, y, and scroll axes */
local
1135
if (!xf86InitValuatorAxisStruct(dev,
axnum
, axes_labels[
axnum
],
1144
xf86InitValuatorDefaults(dev,
axnum
);
Completed in 10 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026