Lines Matching defs:protocol
43 * specific protocol names that are
49 PROT_UNSUP = -1, /* protocol is not supported */
80 typedef Bool (*CheckProtocolProc)(const char *protocol);
81 typedef Bool (*BuiltinPreInitProc)(InputInfoPtr pInfo, const char *protocol,
85 typedef void (*SetResProc)(InputInfoPtr pInfo, const char* protocol, int rate,
87 typedef const char *(*FindDeviceProc)(InputInfoPtr pInfo, const char *protocol,
118 * CheckProtocol: Checks if the protocol name given is supported by the
123 * function is passed the protocol name.
125 * DefaultProtocol: Returns the name of a default protocol that should be used
129 * SetupAuto: This function can be used to do OS-specific protocol
130 * auto-detection. It returns the name of the detected protocol,
132 * of the "protoPara" values for the detected protocol by setting
135 * can be used when the protocol "Auto" always maps to a single
136 * protocol type. The second is with the device open, allowing
140 * protocol types.
142 * SetBMRes: Set the resolution and sample rate for MSE_BM protocol types.
144 * SetMiscRes: Set the resolution and sample rate for MSE_MISC protocol types.
149 * pre-open attempts at protocol discovery are done, but before
152 * call. Available protocol information may be used in locating
155 * GuessProtocol: A last resort attempt at guessing the mouse protocol by
225 const char * protocol;