Lines Matching refs:axes_labels

110     Atom axes_labels[NAXES] = { 0 };  in xwl_pointer_proc()  local
119 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_X); in xwl_pointer_proc()
120 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_Y); in xwl_pointer_proc()
121 axes_labels[2] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_HWHEEL); in xwl_pointer_proc()
122 axes_labels[3] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_WHEEL); in xwl_pointer_proc()
124 if (!InitValuatorClassDeviceStruct(device, NAXES, axes_labels, in xwl_pointer_proc()
129 InitValuatorAxisStruct(device, 0, axes_labels[0], in xwl_pointer_proc()
131 InitValuatorAxisStruct(device, 1, axes_labels[1], in xwl_pointer_proc()
133 InitValuatorAxisStruct(device, 2, axes_labels[2], in xwl_pointer_proc()
135 InitValuatorAxisStruct(device, 3, axes_labels[3], in xwl_pointer_proc()
166 Atom axes_labels[NAXES] = { 0 }; in xwl_pointer_proc_relative() local
172 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); in xwl_pointer_proc_relative()
173 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); in xwl_pointer_proc_relative()
182 if (!InitValuatorClassDeviceStruct(device, NAXES, axes_labels, in xwl_pointer_proc_relative()
187 InitValuatorAxisStruct(device, 0, axes_labels[0], in xwl_pointer_proc_relative()
189 InitValuatorAxisStruct(device, 1, axes_labels[1], in xwl_pointer_proc_relative()
256 Atom axes_labels[NAXES] = { 0 }; in xwl_touch_proc() local
263 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_MT_POSITION_X); in xwl_touch_proc()
264 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_MT_POSITION_Y); in xwl_touch_proc()
266 if (!InitValuatorClassDeviceStruct(device, NAXES, axes_labels, in xwl_touch_proc()
278 InitValuatorAxisStruct(device, 0, axes_labels[0], in xwl_touch_proc()
280 InitValuatorAxisStruct(device, 1, axes_labels[1], in xwl_touch_proc()
306 Atom axes_labels[NAXES] = { 0 }; in xwl_tablet_proc() local
317 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_X); in xwl_tablet_proc()
318 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_Y); in xwl_tablet_proc()
319 axes_labels[2] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_PRESSURE); in xwl_tablet_proc()
320 axes_labels[3] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_TILT_X); in xwl_tablet_proc()
321 axes_labels[4] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_TILT_Y); in xwl_tablet_proc()
322 axes_labels[5] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_WHEEL); in xwl_tablet_proc()
324 if (!InitValuatorClassDeviceStruct(device, NAXES, axes_labels, in xwl_tablet_proc()
329 InitValuatorAxisStruct(device, 0, axes_labels[0], in xwl_tablet_proc()
331 InitValuatorAxisStruct(device, 1, axes_labels[1], in xwl_tablet_proc()
334 InitValuatorAxisStruct(device, 2, axes_labels[2], in xwl_tablet_proc()
337 InitValuatorAxisStruct(device, 3, axes_labels[3], in xwl_tablet_proc()
340 InitValuatorAxisStruct(device, 4, axes_labels[4], in xwl_tablet_proc()
343 InitValuatorAxisStruct(device, 5, axes_labels[5], in xwl_tablet_proc()
2095 Atom axes_labels[NAXES] = { 0 }; in xwl_tablet_pad_proc() local
2105 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_X); in xwl_tablet_pad_proc()
2106 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_Y); in xwl_tablet_pad_proc()
2109 if (!InitValuatorClassDeviceStruct(device, NAXES, axes_labels, in xwl_tablet_pad_proc()
2124 InitValuatorAxisStruct(device, 0, axes_labels[0], in xwl_tablet_pad_proc()
2126 InitValuatorAxisStruct(device, 1, axes_labels[1], in xwl_tablet_pad_proc()
2129 InitValuatorAxisStruct(device, 2, axes_labels[2], in xwl_tablet_pad_proc()
2132 InitValuatorAxisStruct(device, 3, axes_labels[3], in xwl_tablet_pad_proc()
2135 InitValuatorAxisStruct(device, 4, axes_labels[4], in xwl_tablet_pad_proc()
2138 InitValuatorAxisStruct(device, 5, axes_labels[5], in xwl_tablet_pad_proc()
2141 InitValuatorAxisStruct(device, 6, axes_labels[6], in xwl_tablet_pad_proc()