Searched refs:acpi_object_type (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/power/acpi_thermal/
H A Dacpi_thermal.h29 acpi_object_type *passive_package;
38 acpi_object_type *active_package;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/
H A DSmallResourceData.h51 acpi_object_type* fBuffer;
H A DACPIPrivate.h110 acpi_object_type **_returnValue);
112 acpi_object_type **_returnValue, uint32 objectType);
119 acpi_objects *args, acpi_object_type *returnValue,
202 status_t get_object(const char* path, acpi_object_type** _returnValue);
203 status_t get_object_typed(const char* path, acpi_object_type** _returnValue,
208 acpi_objects* args, acpi_object_type* returnValue, size_t bufferLength);
H A DEmbeddedController.cpp76 acpi_object_type object;
78 buf.length = sizeof(acpi_object_type);
95 acpi_object_type* obj)
122 acpi_PkgInt(acpi_object_type* res, int idx, int* dst)
124 acpi_object_type* obj = &res->data.package.objects[idx];
134 acpi_PkgInt32(acpi_object_type* res, int idx, uint32* dst)
320 acpi_object_type* obj;
321 obj = (acpi_object_type*)buf.pointer;
H A DSmallResourceData.cpp46 fBuffer = (acpi_object_type*)buffer.pointer;
H A DDevice.cpp58 acpi_get_object(acpi_device device, const char *path, acpi_object_type **return_value)
H A DBusManager.cpp505 get_object(const char* path, acpi_object_type** _returnValue)
520 *_returnValue = (acpi_object_type*)buffer.Pointer;
526 get_object_typed(const char* path, acpi_object_type** _returnValue,
542 *_returnValue = (acpi_object_type*)buffer.Pointer;
558 acpi_object_type* returnValue, size_t bufferLength)
/haiku-fatelf/headers/os/drivers/
H A DACPI.h14 typedef struct acpi_object_type acpi_object_type; typedef in typeref:struct:acpi_object_type
86 struct acpi_object_type { struct
100 acpi_object_type *objects;
124 acpi_object_type *pointer;
231 acpi_object_type **_returnValue);
233 acpi_object_type **_returnValue, uint32 objectType);
240 acpi_objects *args, acpi_object_type *returnValue, size_t bufferLength);
315 acpi_object_type **_returnValue);
/haiku-fatelf/src/add-ons/kernel/drivers/power/acpi_battery/
H A Dacpi_battery.cpp46 acpi_object_type* object;
47 acpi_object_type* pointer;
54 object = (acpi_object_type*)buffer.pointer;
103 acpi_object_type* object;
104 acpi_object_type* pointer;
111 object = (acpi_object_type*)buffer.pointer;
187 acpi_object_type argument;
195 acpi_object_type object;
201 acpi_object_type* returnObject;
208 returnObject = (acpi_object_type*)buffe
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/power/x86_cpuidle/
H A Dacpi_cpuidle.cpp103 acpi_object_type obj;
139 acpi_object_type obj[4];
161 acpi_object_type *osc = (acpi_object_type *)buf.pointer;
257 acpi_cstate_add(acpi_object_type *object, CpuidleCstate *cState)
274 acpi_object_type * pointer = &object->data.package.objects[1];
397 acpi_object_type *object = (acpi_object_type *)buffer.pointer;
403 acpi_object_type *pointer = object->data.package.objects;
461 acpi_object_type *objec
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/display/
H A Ddisplay_controls.cpp52 acpi_object_type argument;
144 // acpi_object_type dosType;
/haiku-fatelf/src/system/kernel/arch/x86/
H A Dioapic.cpp613 acpi_object_type model;
H A Dirq_routing_table.cpp336 acpi_object_type result;

Completed in 95 milliseconds