Home
last modified time | relevance | path

Searched defs:MAXDEVICES (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dxichangehierarchy.c61 XISendDeviceHierarchyEvent(int flags[MAXDEVICES]) in XISendDeviceHierarchyEvent()
139 add_master(ClientPtr client, xXIAddMasterInfo * c, int flags[MAXDEVICES]) in add_master()
219 remove_master(ClientPtr client, xXIRemoveMasterInfo * r, int flags[MAXDEVICES]) in remove_master()
333 detach_slave(ClientPtr client, xXIDetachSlaveInfo * c, int flags[MAXDEVICES]) in detach_slave()
364 attach_slave(ClientPtr client, xXIAttachSlaveInfo * c, int flags[MAXDEVICES]) in attach_slave()
/OK3568_Linux_fs/external/xserver/include/
H A Dmisc.h94 #define MAXDEVICES 256 /* input devices */ macro