Lines Matching defs:protocol
53 * specific protocol names that are
59 PROT_UNSUP = -1, /* protocol is not supported */
92 typedef Bool (*CheckProtocolProc)(const char *protocol);
93 typedef Bool (*BuiltinPreInitProc)(InputInfoPtr pInfo, const char *protocol,
97 typedef void (*SetResProc)(InputInfoPtr pInfo, const char* protocol, int rate,
99 typedef const char *(*FindDeviceProc)(InputInfoPtr pInfo, const char *protocol,
130 * CheckProtocol: Checks if the protocol name given is supported by the
135 * function is passed the protocol name.
137 * DefaultProtocol: Returns the name of a default protocol that should be used
141 * SetupAuto: This function can be used to do OS-specific protocol
142 * auto-detection. It returns the name of the detected protocol,
144 * of the "protoPara" values for the detected protocol by setting
147 * can be used when the protocol "Auto" always maps to a single
148 * protocol type. The second is with the device open, allowing
152 * protocol types.
154 * SetBMRes: Set the resolution and sample rate for MSE_BM protocol types.
156 * SetMiscRes: Set the resolution and sample rate for MSE_MISC protocol types.
161 * pre-open attempts at protocol discovery are done, but before
164 * call. Available protocol information may be used in locating
167 * GuessProtocol: A last resort attempt at guessing the mouse protocol by
208 const char * protocol;