Lines Matching refs:handler
51 amdgpu_drm_handler_proc handler;
72 if (e->handler) {
73 e->handler(e->crtc, e->frame, e->usec, e->data);
101 if (!e->handler) {
174 * appears, we've got data to pass to the handler from here
179 amdgpu_drm_handler_proc handler,
197 e->handler = handler;
210 * but then it calls the abort functions instead of the handler
220 e->handler = NULL;