Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dgrabs.c79 GrabInfoPtr devGrab = &dev->deviceGrab; in PrintDeviceGrabInfo() local
80 GrabPtr grab = devGrab->grab; in PrintDeviceGrabInfo()
114 if (devGrab->sync.other) in PrintDeviceGrabInfo()
116 (unsigned long) devGrab->sync.other->resource); in PrintDeviceGrabInfo()
119 (unsigned long) devGrab->grabTime.milliseconds, in PrintDeviceGrabInfo()
120 devGrab->fromPassiveGrab ? "passive" : "active", in PrintDeviceGrabInfo()
121 devGrab->implicitGrab ? " (implicit)" : "", in PrintDeviceGrabInfo()
122 devGrab->sync.frozen ? "frozen" : "thawed", devGrab->sync.state); in PrintDeviceGrabInfo()
130 devGrab->implicitGrab ? (unsigned long) grab->deviceMask : in PrintDeviceGrabInfo()
155 if (devGrab->fromPassiveGrab) { in PrintDeviceGrabInfo()
[all …]