Searched refs:InitValuatorClassDeviceStruct (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxinputinit.c | 444 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 D | touch.c | 274 InitValuatorClassDeviceStruct(&dev, 2, labels, 10, Absolute); in touch_init()
|
| H A D | input.c | 67 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 D | xwayland-input.c | 124 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 D | input.h | 301 extern _X_EXPORT Bool InitValuatorClassDeviceStruct(DeviceIntPtr /*device */ ,
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | devices.c | 1320 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 D | ChangeLog | 118567 InitValuatorClassDeviceStruct always initializes with the default profile.
|