Home
last modified time | relevance | path

Searched refs:InitValuatorClassDeviceStruct (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxinputinit.c444 InitValuatorClassDeviceStruct(pDevice, info.numRelAxes, in dmxDeviceOnOff()
455 InitValuatorClassDeviceStruct(pDevice, info.numRelAxes, in dmxDeviceOnOff()
467 InitValuatorClassDeviceStruct(pDevice, info.numAbsAxes, in dmxDeviceOnOff()
/OK3568_Linux_fs/external/xserver/test/
H A Dtouch.c274 InitValuatorClassDeviceStruct(&dev, 2, labels, 10, Absolute); in touch_init()
H A Dinput.c67 assert(InitValuatorClassDeviceStruct(NULL, 0, atoms, 0, 0) == FALSE); in dix_init_valuators()
68 assert(InitValuatorClassDeviceStruct(&dev, num_axes, atoms, 0, Absolute)); in dix_init_valuators()
1343 assert(InitValuatorClassDeviceStruct(NULL, 0, atoms, 0, 0) == FALSE); in dix_valuator_mode()
1344 assert(InitValuatorClassDeviceStruct(&dev, num_axes, atoms, 0, Absolute)); in dix_valuator_mode()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c124 if (!InitValuatorClassDeviceStruct(device, NAXES, axes_labels, in xwl_pointer_proc()
182 if (!InitValuatorClassDeviceStruct(device, NAXES, axes_labels, in xwl_pointer_proc_relative()
266 if (!InitValuatorClassDeviceStruct(device, NAXES, axes_labels, in xwl_touch_proc()
324 if (!InitValuatorClassDeviceStruct(device, NAXES, axes_labels, in xwl_tablet_proc()
2109 if (!InitValuatorClassDeviceStruct(device, NAXES, axes_labels, in xwl_tablet_pad_proc()
/OK3568_Linux_fs/external/xserver/include/
H A Dinput.h301 extern _X_EXPORT Bool InitValuatorClassDeviceStruct(DeviceIntPtr /*device */ ,
/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c1320 InitValuatorClassDeviceStruct(DeviceIntPtr dev, int numAxes, Atom *labels, in InitValuatorClassDeviceStruct() function
1608 InitValuatorClassDeviceStruct(dev, numAxes, axes_labels, in InitPointerDeviceStruct()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog118567 InitValuatorClassDeviceStruct always initializes with the default profile.