OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acpi_method_name
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_acpi.c
179
char
acpi_method_name
[255] = { 0 };
local
186
strlcpy(
acpi_method_name
, name, sizeof(
acpi_method_name
));
188
acpi_method_name
);
198
char
acpi_method_name
[255] = { 0 };
local
199
struct acpi_buffer buffer = {sizeof(
acpi_method_name
),
acpi_method_name
};
211
acpi_method_name
);
/src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_acpi.c
306
char
acpi_method_name
[255] = { 0 };
local
307
struct acpi_buffer buffer = {sizeof(
acpi_method_name
),
acpi_method_name
};
345
acpi_method_name
);
357
acpi_method_name
);
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_acpi.c
224
char
acpi_method_name
[255] = { 0 };
local
225
struct acpi_buffer buffer = { sizeof(
acpi_method_name
),
acpi_method_name
};
246
DRM_DEBUG_DRIVER("Found ATIF handle %s\n",
acpi_method_name
);
Completed in 18 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026