Lines Matching refs:deviceid
190 .deviceid = dev->id, in send_property_event()
200 .deviceid = dev->id, in send_property_event()
862 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()
975 .deviceid = dev->id 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()
1260 swaps(&stuff->deviceid); in SProcXIListProperties()
1271 swaps(&stuff->deviceid); in SProcXIChangeProperty()
1285 swaps(&stuff->deviceid); in SProcXIDeleteProperty()
1297 swaps(&stuff->deviceid); in SProcXIGetProperty()