Lines Matching refs:handlers
547 new_handler->next = dev->properties.handlers; in XIRegisterPropertyHandler()
548 dev->properties.handlers = new_handler; in XIRegisterPropertyHandler()
558 curr = dev->properties.handlers; in XIUnregisterPropertyHandler()
568 dev->properties.handlers = curr->next; in XIUnregisterPropertyHandler()
633 curr_handler = device->properties.handlers; in XIDeleteAllDeviceProperties()
640 device->properties.handlers = NULL; in XIDeleteAllDeviceProperties()
661 if (device->properties.handlers) { in XIDeleteDeviceProperty()
662 XIPropertyHandlerPtr handler = device->properties.handlers; in XIDeleteDeviceProperty()
759 if (dev->properties.handlers) { in XIChangeDeviceProperty()
767 handler = dev->properties.handlers; in XIChangeDeviceProperty()
819 if (dev->properties.handlers) { in XIGetDeviceProperty()
820 XIPropertyHandlerPtr handler = dev->properties.handlers; in XIGetDeviceProperty()