Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-xiquerydevice.c53 int which_device; member
79 if (querydata->which_device == XIAllDevices) in reply_XIQueryDevice()
81 else if (querydata->which_device == XIAllMasterDevices) in reply_XIQueryDevice()
110 if (querydata->which_device > XIAllMasterDevices) in reply_XIQueryDevice_data()
111 assert(info->deviceid == querydata->which_device); in reply_XIQueryDevice_data()
288 querydata->which_device = deviceid; in request_XIQueryDevice()