Home
last modified time | relevance | path

Searched refs:dixLookupDevice (Results 1 – 25 of 51) sorted by relevance

123

/OK3568_Linux_fs/external/xserver/Xi/
H A Dxichangehierarchy.c227 rc = dixLookupDevice(&ptr, r->deviceid, client, DixDestroyAccess); in remove_master()
244 rc = dixLookupDevice(&ptr, ptr->id, client, DixDestroyAccess); in remove_master()
248 rc = dixLookupDevice(&keybd, keybd->id, client, DixDestroyAccess); in remove_master()
253 rc = dixLookupDevice(&XTestptr, XTestptr->id, client, DixDestroyAccess); in remove_master()
258 rc = dixLookupDevice(&XTestkeybd, XTestkeybd->id, client, DixDestroyAccess); in remove_master()
269 rc = dixLookupDevice(&newptr, r->return_pointer, client, DixAddAccess); in remove_master()
279 rc = dixLookupDevice(&newkeybd, r->return_keyboard, in remove_master()
338 rc = dixLookupDevice(&dev, c->deviceid, client, DixManageAccess); in detach_slave()
370 rc = dixLookupDevice(&dev, c->deviceid, client, DixManageAccess); in attach_slave()
387 rc = dixLookupDevice(&newmaster, c->new_master, client, DixAddAccess); in attach_slave()
H A Dxiselectev.c65 dixLookupDevice(&tmp, deviceid, serverClient, DixReadAccess); in check_for_touch_selection_conflicts()
178 rc = dixLookupDevice(&dev, evmask->deviceid, client, DixUseAccess); in ProcXISelectEvents()
262 dixLookupDevice(&dev, evmask->deviceid, client, DixUseAccess); in ProcXISelectEvents()
342 rc = dixLookupDevice(&dev, i, client, DixGetAttrAccess); in ProcXIGetSelectedEvents()
H A Dungrdevb.c105 rc = dixLookupDevice(&dev, stuff->grabbed_device, client, DixGrabAccess); in ProcXUngrabDeviceButton()
112 rc = dixLookupDevice(&mdev, stuff->modifier_device, client, in ProcXUngrabDeviceButton()
H A Dgrabdevk.c112 ret = dixLookupDevice(&dev, stuff->grabbed_device, client, DixGrabAccess); in ProcXGrabDeviceKey()
117 ret = dixLookupDevice(&mdev, stuff->modifier_device, client, in ProcXGrabDeviceKey()
H A Dgrabdevb.c114 ret = dixLookupDevice(&dev, stuff->grabbed_device, client, DixGrabAccess); in ProcXGrabDeviceButton()
119 ret = dixLookupDevice(&mdev, stuff->modifier_device, client, in ProcXGrabDeviceButton()
H A Dungrdevk.c107 rc = dixLookupDevice(&dev, stuff->grabbed_device, client, DixGrabAccess); in ProcXUngrabDeviceKey()
114 rc = dixLookupDevice(&mdev, stuff->modifier_device, client, in ProcXUngrabDeviceKey()
H A Dxisetdevfocus.c78 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixSetFocusAccess); in ProcXISetFocus()
98 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixGetFocusAccess); in ProcXIGetFocus()
H A Dgrabdev.c123 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixGrabAccess); in ProcXGrabDevice()
185 rc = dixLookupDevice(&tdev, device, client, DixUseAccess); in CreateMaskFromList()
H A Dxigrabdev.c81 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixGrabAccess); in ProcXIGrabDevice()
159 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixGetAttrAccess); in ProcXIUngrabDevice()
H A Dxiproperty.c862 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixListPropAccess); in ProcXListDeviceProperties()
899 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixSetPropAccess); in ProcXChangeDeviceProperty()
927 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixSetPropAccess); in ProcXDeleteDeviceProperty()
954 rc = dixLookupDevice(&dev, stuff->deviceid, client, in ProcXGetDeviceProperty()
1101 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixListPropAccess); in ProcXIListProperties()
1138 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixSetPropAccess); in ProcXIChangeProperty()
1166 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixSetPropAccess); in ProcXIDeleteProperty()
1193 rc = dixLookupDevice(&dev, stuff->deviceid, client, in ProcXIGetProperty()
H A Dsetfocus.c100 ret = dixLookupDevice(&dev, stuff->device, client, DixSetFocusAccess); in ProcXSetDeviceFocus()
H A Dungrdev.c97 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixGetAttrAccess); in ProcXUngrabDevice()
H A Dchgkmap.c106 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixManageAccess); in ProcXChangeDeviceKeyMapping()
H A Dallowev.c98 rc = dixLookupDevice(&thisdev, stuff->deviceid, client, DixGetAttrAccess); in ProcXAllowDeviceEvents()
H A Dxisetclientpointer.c72 rc = dixLookupDevice(&pDev, stuff->deviceid, client, DixManageAccess); in ProcXISetClientPointer()
H A Dsetbmap.c99 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixManageAccess); in ProcXSetDeviceButtonMapping()
H A Dgetmmap.c96 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixGetAttrAccess); in ProcXGetDeviceModifierMapping()
H A Dgetbmap.c103 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixGetAttrAccess); in ProcXGetDeviceButtonMapping()
H A Dsetmmap.c108 ret = dixLookupDevice(&dev, stuff->deviceid, client, DixManageAccess); in ProcXSetDeviceModifierMapping()
H A Dxichangecursor.c79 rc = dixLookupDevice(&pDev, stuff->deviceid, client, DixSetAttrAccess); in ProcXIChangeCursor()
H A Dsetmode.c102 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixSetAttrAccess); in ProcXSetDeviceMode()
H A Dgetfocus.c96 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixGetFocusAccess); in ProcXGetDeviceFocus()
H A Dsetdval.c107 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixSetAttrAccess); in ProcXSetDeviceValuators()
H A Dgetkmap.c100 rc = dixLookupDevice(&dev, stuff->deviceid, client, DixGetAttrAccess); in ProcXGetDeviceKeyMapping()
H A Dclosedev.c145 rc = dixLookupDevice(&d, stuff->deviceid, client, DixUseAccess); in ProcXCloseDevice()

123