Home
last modified time | relevance | path

Searched refs:thisdev (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dallowev.c92 DeviceIntPtr thisdev; in ProcXAllowDeviceEvents() local
98 rc = dixLookupDevice(&thisdev, stuff->deviceid, client, DixGetAttrAccess); in ProcXAllowDeviceEvents()
105 AllowSome(client, time, thisdev, NOT_GRABBED); in ProcXAllowDeviceEvents()
108 AllowSome(client, time, thisdev, FREEZE_NEXT_EVENT); in ProcXAllowDeviceEvents()
111 AllowSome(client, time, thisdev, THAWED); in ProcXAllowDeviceEvents()
114 AllowSome(client, time, thisdev, THAW_OTHERS); in ProcXAllowDeviceEvents()
117 AllowSome(client, time, thisdev, FREEZE_BOTH_NEXT_EVENT); in ProcXAllowDeviceEvents()
120 AllowSome(client, time, thisdev, THAWED_BOTH); in ProcXAllowDeviceEvents()
/OK3568_Linux_fs/kernel/drivers/parport/
H A Ddaisy.c432 int thisdev = numdevs; in assign_addrs() local
495 detected = numdevs - thisdev; in assign_addrs()
502 for (daisy = 0; thisdev < numdevs; thisdev++, daisy++) in assign_addrs()
503 parport_device_id(thisdev, deviceid, 1024); in assign_addrs()