Searched refs:CheckProtocol (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dhurd_mouse.c223 CheckProtocol(const char *protocol) function in typeref:typename:Bool
251 p->CheckProtocol = CheckProtocol;
H A Dmouse.h110 CheckProtocolProc CheckProtocol; member in struct:__anon5f3cc8dd0208
124 * CheckProtocol should be set.
130 * CheckProtocol: Checks if the protocol name given is supported by the
H A Dbsd_mouse.c136 CheckProtocol(const char *protocol) function in typeref:typename:Bool
844 p->CheckProtocol = CheckProtocol;
H A Dsun_mouse.c801 CheckProtocol(const char *protocol) function in typeref:typename:Bool
939 p->CheckProtocol = CheckProtocol;
H A Dmouse.c824 if (!osInfo->CheckProtocol ||
825 !osInfo->CheckProtocol(mouseProtocols[i].name))
882 if (osInfo->CheckProtocol
883 && osInfo->CheckProtocol(protocol)) {
3249 if (osInfo->CheckProtocol && osInfo->CheckProtocol(name)) {
/xsrc/external/mit/xf86-input-vmmouse/dist/src/
H A Dxf86OSmouse.h98 CheckProtocolProc CheckProtocol; member in struct:__anond837950e0208
112 * CheckProtocol should be set.
118 * CheckProtocol: Checks if the protocol name given is supported by the

Completed in 11 milliseconds