Searched defs:devices (Results 1 - 25 of 58) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dprotocol-common.h74 /* The default devices struct, contains one pointer + keyboard and the
75 * matching master devices. Initialize with init_devices() if needed. */
76 struct devices { struct
87 * The set of default devices available in all tests if necessary.
89 extern struct devices devices;
119 * Initialize the above struct with default devices and return the struct.
122 struct devices init_devices(void);
H A Dxf86Bus.h61 GDevPtr *devices; member in struct:__anon6893
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dprotocol-common.h74 /* The default devices struct, contains one pointer + keyboard and the
75 * matching master devices. Initialize with init_devices() if needed. */
76 struct devices { struct
87 * The set of default devices available in all tests if necessary.
89 extern struct devices devices;
119 * Initialize the above struct with default devices and return the struct.
122 struct devices init_devices(void);
H A Dxf86Bus.h61 GDevPtr *devices; member in struct:__anon7206
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dprotocol-common.h79 /* The default devices struct, contains one pointer + keyboard and the
80 * matching master devices. Initialize with init_devices() if needed. */
81 struct devices { struct
89 } devices; variable in typeref:struct:devices
92 * The set of default devices available in all tests if necessary.
94 extern struct devices devices;
121 * Initialize the above struct with default devices and return the struct.
124 struct devices init_devices(void);
H A Dxf86Bus.h61 GDevPtr * devices; member in struct:__anon8885
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dprotocol-common.h79 /* The default devices struct, contains one pointer + keyboard and the
80 * matching master devices. Initialize with init_devices() if needed. */
81 struct devices { struct
89 } devices; variable in typeref:struct:devices
92 * The set of default devices available in all tests if necessary.
94 extern struct devices devices;
121 * Initialize the above struct with default devices and return the struct.
124 struct devices init_devices(void);
H A Dxf86Bus.h61 GDevPtr * devices; member in struct:__anon9199
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dprotocol-common.h79 /* The default devices struct, contains one pointer + keyboard and the
80 * matching master devices. Initialize with init_devices() if needed. */
81 struct devices { struct
89 } devices; variable in typeref:struct:devices
92 * The set of default devices available in all tests if necessary.
94 extern struct devices devices;
121 * Initialize the above struct with default devices and return the struct.
124 struct devices init_devices(void);
H A Dxf86Bus.h60 GDevPtr * devices; member in struct:__anon9519
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dprotocol-common.h79 /* The default devices struct, contains one pointer + keyboard and the
80 * matching master devices. Initialize with init_devices() if needed. */
81 struct devices { struct
89 } devices; variable in typeref:struct:devices
92 * The set of default devices available in all tests if necessary.
94 extern struct devices devices;
121 * Initialize the above struct with default devices and return the struct.
124 struct devices init_devices(void);
H A Dxf86Bus.h60 GDevPtr * devices; member in struct:__anon5045
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dprotocol-common.h79 /* The default devices struct, contains one pointer + keyboard and the
80 * matching master devices. Initialize with init_devices() if needed. */
81 struct devices { struct
89 } devices; variable in typeref:struct:devices
92 * The set of default devices available in all tests if necessary.
94 extern struct devices devices;
121 * Initialize the above struct with default devices and return the struct.
124 struct devices init_devices(void);
H A Dxf86Bus.h60 GDevPtr * devices; member in struct:__anon5357
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dprotocol-common.h79 /* The default devices struct, contains one pointer + keyboard and the
80 * matching master devices. Initialize with init_devices() if needed. */
81 struct devices { struct
89 } devices; variable in typeref:struct:devices
92 * The set of default devices available in all tests if necessary.
94 extern struct devices devices;
121 * Initialize the above struct with default devices and return the struct.
124 struct devices init_devices(void);
H A Dxf86Bus.h60 GDevPtr * devices; member in struct:__anon5669
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dprotocol-common.h74 /* The default devices struct, contains one pointer + keyboard and the
75 * matching master devices. Initialize with init_devices() if needed. */
76 struct devices { struct
87 * The set of default devices available in all tests if necessary.
89 extern struct devices devices;
119 * Initialize the above struct with default devices and return the struct.
122 struct devices init_devices(void);
H A Dxf86Bus.h61 GDevPtr *devices; member in struct:__anon5977
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dprotocol-common.h74 /* The default devices struct, contains one pointer + keyboard and the
75 * matching master devices. Initialize with init_devices() if needed. */
76 struct devices { struct
87 * The set of default devices available in all tests if necessary.
89 extern struct devices devices;
119 * Initialize the above struct with default devices and return the struct.
122 struct devices init_devices(void);
H A Dxf86Bus.h61 GDevPtr *devices; member in struct:__anon6280
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dprotocol-common.h74 /* The default devices struct, contains one pointer + keyboard and the
75 * matching master devices. Initialize with init_devices() if needed. */
76 struct devices { struct
87 * The set of default devices available in all tests if necessary.
89 extern struct devices devices;
119 * Initialize the above struct with default devices and return the struct.
122 struct devices init_devices(void);
H A Dxf86Bus.h61 GDevPtr *devices; member in struct:__anon6578
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxDev-haiku.c438 static const char *devices[] = { DEVICE_NAME, NULL }; local
439 return devices;
/vbox/src/VBox/Additions/x11/x11include/libpciaccess-0.10.8/
H A Dpciaccess_private.h123 * Number of known devices in the system.
128 * Array of known devices.
130 struct pci_device_private * devices; member in struct:pci_system
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dconfig.h207 xf86cfgDevice **devices; member in struct:__anon7356

Completed in 45 milliseconds

123