Lines Matching refs:handlers
562 new_handler->next = dev->properties.handlers;
563 dev->properties.handlers = new_handler;
573 curr = dev->properties.handlers;
584 dev->properties.handlers = curr->next;
630 * including removing all device handlers.
648 /* Now free all handlers */
649 curr_handler = device->properties.handlers;
657 device->properties.handlers = NULL;
677 /* Ask handlers if we may delete the property */
678 if (device->properties.handlers)
680 XIPropertyHandlerPtr handler = device->properties.handlers;
782 if (dev->properties.handlers)
786 /* run through all handlers with checkonly TRUE, then again with
791 handler = dev->properties.handlers;
842 if (dev->properties.handlers)
844 XIPropertyHandlerPtr handler = dev->properties.handlers;