Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dextinit.c185 static DeviceIntRec xi_all_devices; variable
1162 free(xi_all_devices.name); in IResetProc()
1324 memset(&xi_all_devices, 0, sizeof(xi_all_devices)); in XInputExtensionInit()
1326 xi_all_devices.id = XIAllDevices; in XInputExtensionInit()
1327 xi_all_devices.name = strdup("XIAllDevices"); in XInputExtensionInit()
1331 inputInfo.all_devices = &xi_all_devices; in XInputExtensionInit()
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c574 DeviceIntRec xi_all_devices, xi_all_master_devices, dev1, dev2; in dix_grab_matching() local
605 memset(&xi_all_devices, 0, sizeof(DeviceIntRec)); in dix_grab_matching()
610 xi_all_devices.id = XIAllDevices; in dix_grab_matching()
617 inputInfo.all_devices = &xi_all_devices; in dix_grab_matching()