OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xf86_platform_devices
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86platformBus.c
59
struct xf86_platform_device *
xf86_platform_devices
;
variable in typeref:struct:xf86_platform_device
64
xf86_platform_devices
= xnfreallocarray(
xf86_platform_devices
,
68
xf86_platform_devices
[xf86_num_platform_devices].attribs = attribs;
69
xf86_platform_devices
[xf86_num_platform_devices].pdev = NULL;
70
xf86_platform_devices
[xf86_num_platform_devices].flags =
82
config_odev_free_attributes(
xf86_platform_devices
[dev_index].attribs);
85
memcpy(&
xf86_platform_devices
[j], &
xf86_platform_devices
[j + 1], sizeof(struct xf86_platform_device));
93
return (
xf86_platform_devices
[index].flags & XF86_PDEV_UNOWNED)
[
all
...]
xf86platformBus.h
49
extern struct xf86_platform_device *
xf86_platform_devices
;
72
struct xf86_platform_device *device = &
xf86_platform_devices
[index];
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
systemd-logind.c
250
if (
xf86_platform_devices
[i].flags & XF86_PDEV_PAUSED)
315
if (
xf86_platform_devices
[i].flags & XF86_PDEV_SERVER_FD) {
319
xf86_platform_devices
[i].flags |= XF86_PDEV_PAUSED;
330
if (
xf86_platform_devices
[i].flags & XF86_PDEV_PAUSED) {
lnx_platform.c
58
xf86_platform_devices
[delayed_index].flags |= XF86_PDEV_SERVER_FD;
Completed in 6 milliseconds
Indexes created Tue Jul 07 00:25:39 UTC 2026