Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dextinit.c186 static DeviceIntRec xi_all_master_devices; variable
1163 free(xi_all_master_devices.name); in IResetProc()
1325 memset(&xi_all_master_devices, 0, sizeof(xi_all_master_devices)); in XInputExtensionInit()
1328 xi_all_master_devices.id = XIAllMasterDevices; in XInputExtensionInit()
1329 xi_all_master_devices.name = strdup("XIAllMasterDevices"); in XInputExtensionInit()
1332 inputInfo.all_master_devices = &xi_all_master_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
606 memset(&xi_all_master_devices, 0, sizeof(DeviceIntRec)); in dix_grab_matching()
611 xi_all_master_devices.id = XIAllMasterDevices; in dix_grab_matching()
618 inputInfo.all_master_devices = &xi_all_master_devices; in dix_grab_matching()