OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pnp_id
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/config/
udev.c
97
const char *
pnp_id
= udev_device_get_sysattr_value(parent, "id");
local
107
if (
pnp_id
)
108
attrs.
pnp_id
= strdup(
pnp_id
);
109
LOG_SYSATTR(ppath, "id",
pnp_id
);
208
free(attrs.
pnp_id
);
/xsrc/external/mit/xorg-server/dist/config/
udev.c
162
const char *
pnp_id
= udev_device_get_sysattr_value(parent, "id");
local
184
while (!
pnp_id
&& (parent = udev_device_get_parent(parent))) {
185
pnp_id
= udev_device_get_sysattr_value(parent, "id");
186
if (!
pnp_id
)
189
attrs.
pnp_id
= strdup(
pnp_id
);
191
LOG_SYSATTR(ppath, "id",
pnp_id
);
300
free(attrs.
pnp_id
);
/xsrc/external/mit/xorg-server.old/dist/include/
input.h
223
char *
pnp_id
;
member in struct:_InputAttributes
/xsrc/external/mit/xorg-server/dist/include/
input.h
256
char *
pnp_id
;
member in struct:_InputAttributes
/xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_bios.h
328
struct lvds_pnp_id
pnp_id
;
member in struct:bdb_lvds_lfp_data_entry
Completed in 9 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026