Searched refs:eventinfo (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Devents.c1107 DeviceEventInfoRec eventinfo; local in function:EnqueueEvent
1121 eventinfo.event = ev;
1122 eventinfo.device = device;
1123 CallCallbacks(&DeviceEventCallback, (pointer)&eventinfo);
5629 EventInfoRec eventinfo; local in function:WriteEventsToClient
5630 eventinfo.client = pClient;
5631 eventinfo.events = events;
5632 eventinfo.count = count;
5633 CallCallbacks(&EventCallback, (pointer)&eventinfo);
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_kms.c331 EventInfoRec *eventinfo = call_data; local in function:amdgpu_event_callback
335 dixLookupScreenPrivate(&eventinfo->client->devPrivates,
353 for (i = 0; i < eventinfo->count; i++) {
354 if (eventinfo->events[i].u.u.type == info->callback_event_type) {
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_kms.c282 EventInfoRec *eventinfo = call_data; local in function:radeon_event_callback
286 dixLookupScreenPrivate(&eventinfo->client->devPrivates,
304 for (i = 0; i < eventinfo->count; i++) {
305 if (eventinfo->events[i].u.u.type == info->callback_event_type) {
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dexevents.c1032 DeviceEventInfoRec eventinfo; local in function:ProcessOtherEvent
1039 eventinfo.device = device;
1040 eventinfo.event = ev;
1041 CallCallbacks(&DeviceEventCallback, (pointer) & eventinfo);
/xsrc/external/mit/xorg-server/dist/dix/
H A Devents.c1165 DeviceEventInfoRec eventinfo; local in function:EnqueueEvent
1179 eventinfo.event = ev;
1180 eventinfo.device = device;
1181 CallCallbacks(&DeviceEventCallback, (void *) &eventinfo);
6155 EventInfoRec eventinfo; local in function:WriteEventsToClient
6157 eventinfo.client = pClient;
6158 eventinfo.events = events;
6159 eventinfo.count = count;
6160 CallCallbacks(&EventCallback, (void *) &eventinfo);
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dexevents.c1887 DeviceEventInfoRec eventinfo; local in function:ProcessDeviceEvent
1894 eventinfo.device = device;
1895 eventinfo.event = ev;
1896 CallCallbacks(&DeviceEventCallback, (void *) &eventinfo);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_accel.c17471 EventInfoRec *eventinfo = call_data; local in function:sna_event_callback
17478 for (i = 0; i < eventinfo->count; i++) {
17479 if (eventinfo->events[i].u.u.type == sna->damage_event) {

Completed in 71 milliseconds