Lines Matching defs:protocol
44 * specific protocol names that are
50 PROT_UNSUP = -1, /* protocol is not supported */
81 typedef Bool (*CheckProtocolProc)(const char *protocol);
82 typedef Bool (*BuiltinPreInitProc)(InputInfoPtr pInfo, const char *protocol,
86 typedef void (*SetResProc)(InputInfoPtr pInfo, const char* protocol, int rate,
88 typedef const char *(*FindDeviceProc)(InputInfoPtr pInfo, const char *protocol,
119 * CheckProtocol: Checks if the protocol name given is supported by the
124 * function is passed the protocol name.
126 * DefaultProtocol: Returns the name of a default protocol that should be used
130 * SetupAuto: This function can be used to do OS-specific protocol
131 * auto-detection. It returns the name of the detected protocol,
133 * of the "protoPara" values for the detected protocol by setting
136 * can be used when the protocol "Auto" always maps to a single
137 * protocol type. The second is with the device open, allowing
141 * protocol types.
143 * SetBMRes: Set the resolution and sample rate for MSE_BM protocol types.
145 * SetMiscRes: Set the resolution and sample rate for MSE_MISC protocol types.
150 * pre-open attempts at protocol discovery are done, but before
153 * call. Available protocol information may be used in locating
156 * GuessProtocol: A last resort attempt at guessing the mouse protocol by
226 const char * protocol;