OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputDriverPtr
(Results
1 - 20
of
20
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86InPriv.h
37
extern
InputDriverPtr
*xf86InputDriverList;
41
InputDriverPtr
xf86LookupInputDriver(const char *name);
xf86Xinput.h
78
} InputDriverRec, *
InputDriverPtr
;
104
InputDriverPtr
drv;
161
extern _X_EXPORT void xf86AddInputDriver(
InputDriverPtr
driver, pointer module, int flags);
163
extern _X_EXPORT
InputDriverPtr
xf86LookupInputDriver(const char *name);
xf86Globals.c
155
InputDriverPtr
*xf86InputDriverList = NULL;
xf86Xinput.c
673
xf86AddInput(
InputDriverPtr
drv, InputInfoPtr pInfo)
762
InputDriverPtr
drv = NULL;
952
InputDriverPtr
drv = NULL;
xf86Helper.c
112
xf86AddInputDriver(
InputDriverPtr
driver, pointer module, int flags)
123
xf86NumInputDrivers * sizeof(
InputDriverPtr
));
139
InputDriverPtr
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86InPriv.h
37
extern
InputDriverPtr
*xf86InputDriverList;
xf86Xinput.h
85
} InputDriverRec, *
InputDriverPtr
;
110
InputDriverPtr
drv;
197
extern _X_EXPORT void xf86AddInputDriver(
InputDriverPtr
driver, void *module,
200
extern _X_EXPORT
InputDriverPtr
xf86LookupInputDriver(const char *name);
xf86Globals.c
156
InputDriverPtr
*xf86InputDriverList = NULL;
xf86Xinput.c
780
xf86AddInput(
InputDriverPtr
drv, InputInfoPtr pInfo)
867
static inline
InputDriverPtr
870
InputDriverPtr
drv = NULL;
903
InputDriverPtr
drv = NULL;
1135
InputDriverPtr
drv = NULL;
xf86Helper.c
103
xf86AddInputDriver(
InputDriverPtr
driver, void *module, int flags)
115
sizeof(
InputDriverPtr
));
131
InputDriverPtr
/xsrc/external/mit/xf86-video-qxl/dist/src/
spiceqxl_inputs.c
41
int XSpicePointerPreInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags);
43
int XSpiceKeyboardPreInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags);
45
void XSpicePointerUnInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags);
47
void XSpiceKeyboardUnInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags);
373
XSpiceKeyboardPreInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags)
392
XSpicePointerPreInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags)
413
XSpicePointerUnInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags)
418
XSpiceKeyboardUnInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags)
/xsrc/external/mit/xf86-input-vmmouse/dist/src/
vmmouse.c
137
static int VMMousePreInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags);
139
static InputInfoPtr VMMousePreInit(
InputDriverPtr
drv, IDevPtr dev, int flags);
144
static void VMMouseUnInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags);
266
VMMouseInitPassthru(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags)
293
VMMouseInitPassthru(
InputDriverPtr
drv, IDevPtr dev, int flags)
326
VMMouseNewPreInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags);
329
VMMousePreInit(
InputDriverPtr
drv, IDevPtr dev, int flags)
407
VMMouseNewPreInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags)
410
VMMousePreInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags)
808
VMMouseUnInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags
[
all
...]
/xsrc/external/mit/xf86-input-elographics/dist/src/
xf86Elo.c
944
xf86EloAllocate(
InputDriverPtr
drv, InputInfoPtr pInfo)
980
xf86EloUninit(
InputDriverPtr
drv,
1006
xf86EloInit(
InputDriverPtr
drv,
/xsrc/external/mit/xf86-input-keyboard/dist/src/
kbd.c
60
static int KbdPreInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags);
136
KbdPreInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags)
/xsrc/external/mit/xf86-input-synaptics/dist/test/
fake-symbols.h
31
extern void xf86AddInputDriver(
InputDriverPtr
driver, pointer module,
fake-symbols.c
106
xf86AddInputDriver(
InputDriverPtr
driver, pointer module, int flags)
/xsrc/external/mit/xf86-input-ws/dist/src/
ws.c
50
static InputInfoPtr wsPreInit(
InputDriverPtr
, IDevPtr, int);
52
static int wsPreInit12(
InputDriverPtr
, InputInfoPtr, int);
130
wsPreInit12(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags)
361
wsPreInit(
InputDriverPtr
drv, IDevPtr dev, int flags)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/inputtest/
xf86-input-inputtest.c
974
pre_init(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags)
1091
uninit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags)
/xsrc/external/mit/xf86-input-mouse/dist/src/
mouse.c
145
static InputInfoPtr MousePreInit(
InputDriverPtr
drv, IDevPtr dev, int flags);
147
static int MousePreInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags);
909
static int NewMousePreInit(
InputDriverPtr
drv, InputInfoPtr pInfo,
913
MousePreInit(
InputDriverPtr
drv, IDevPtr dev, int flags)
946
NewMousePreInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags)
949
MousePreInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags)
/xsrc/external/mit/xf86-input-synaptics/dist/src/
synaptics.c
122
static int SynapticsPreInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags);
123
static void SynapticsUnInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags);
778
SynapticsPreInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags)
874
SynapticsUnInit(
InputDriverPtr
drv, InputInfoPtr pInfo, int flags)
Completed in 19 milliseconds
Indexes created Thu Jul 09 00:25:44 UTC 2026