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

/haiku/src/add-ons/kernel/drivers/power/acpi_thermal/
H A Dacpi_thermal.h29 acpi_object_type *passive_package;
38 acpi_object_type *active_package;
H A Dacpi_thermal.c121 acpi_object_type needs Reference entry (with Handle that can be resolved)
163 acpi_object_type object;
/haiku/headers/os/drivers/
H A DACPI.h14 typedef union acpi_object_type acpi_object_type; typedef in typeref:union:acpi_object_type
86 union acpi_object_type { union
105 acpi_object_type *objects;
131 acpi_object_type *pointer;
259 acpi_object_type **_returnValue);
261 acpi_object_type **_returnValue, uint32 objectType);
268 acpi_objects *args, acpi_object_type *returnValue, size_t bufferLength);
350 acpi_object_type **_returnValue);
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DCall.cpp105 acpi_call_fixup_pointers(acpi_object_type *p, void *target)
142 if (result.length >= sizeof(acpi_object_type))
143 acpi_call_fixup_pointers((acpi_object_type*)(result.pointer), params.result.pointer);
H A DACPIPrivate.h122 acpi_object_type **_returnValue);
124 acpi_object_type **_returnValue, uint32 objectType);
131 acpi_objects *args, acpi_object_type *returnValue,
225 status_t get_object(const char* path, acpi_object_type** _returnValue);
226 status_t get_object_typed(const char* path, acpi_object_type** _returnValue,
235 acpi_objects* args, acpi_object_type* returnValue, size_t bufferLength);
H A DEmbeddedController.cpp75 acpi_object_type object;
77 buf.length = sizeof(acpi_object_type);
94 acpi_object_type* obj)
121 acpi_PkgInt(acpi_object_type* res, int idx, int* dst)
123 acpi_object_type* obj = &res->package.objects[idx];
133 acpi_PkgInt32(acpi_object_type* res, int idx, uint32* dst)
331 acpi_object_type* obj;
332 obj = (acpi_object_type*)buf.pointer;
H A DBusManager.cpp582 acpi_object_type object;
584 buf.length = sizeof(acpi_object_type);
610 get_object(const char* path, acpi_object_type** _returnValue)
625 *_returnValue = (acpi_object_type*)buffer.Pointer;
631 get_object_typed(const char* path, acpi_object_type** _returnValue,
647 *_returnValue = (acpi_object_type*)buffer.Pointer;
663 acpi_object_type* returnValue, size_t bufferLength)
H A DDevice.cpp58 acpi_get_object(acpi_device device, const char *path, acpi_object_type **return_value)
/haiku/src/add-ons/kernel/drivers/power/acpi_battery/
H A Dacpi_battery.cpp63 GetUint32(acpi_object_type* pointer)
71 GetString(char* buffer, size_t length, acpi_object_type* pointer)
89 acpi_object_type* object;
90 acpi_object_type* pointer;
97 object = (acpi_object_type*)buffer.pointer;
139 acpi_object_type* object;
140 acpi_object_type* pointer;
156 object = (acpi_object_type*)buffer.pointer;
220 acpi_object_type argument;
228 acpi_object_type objec
[all...]
/haiku/src/add-ons/kernel/drivers/power/x86_cpuidle/
H A Dacpi_cpuidle.cpp109 acpi_object_type obj;
148 acpi_object_type obj[4];
171 acpi_object_type *osc = (acpi_object_type *)buf.pointer;
267 acpi_cstate_add(acpi_object_type *object, CpuidleCstate *cState)
284 acpi_object_type * pointer = &object->data.package.objects[1];
410 acpi_object_type *object = (acpi_object_type *)buffer.pointer;
416 acpi_object_type *pointer = object->data.package.objects;
475 acpi_object_type *objec
[all...]
/haiku/src/add-ons/kernel/drivers/display/
H A Ddisplay_adapter.cpp41 // acpi_object_type argument;
137 // acpi_object_type dosType;
192 acpi_object_type *pkgData = (acpi_object_type *)malloc(128);
204 acpi_object_type *displayIDs = pkgData->package.objects;
209 acpi_object_type result;
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIAsus.cpp136 acpi_object_type* object = (acpi_object_type*)outBuffer.pointer;
188 acpi_object_type* object = (acpi_object_type*)response.pointer;
H A DWMIACPI.cpp67 acpi_object_type* object = (acpi_object_type*)buffer.pointer;
159 acpi_object_type object;
192 acpi_object_type object[2];
220 acpi_object_type object[3];
288 acpi_object_type object;
328 acpi_object_type object;
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/
H A DDriver.cpp62 static acpi_object_type*
69 acpi_object_type array[4];
89 return (acpi_object_type*)buffer.pointer;
320 acpi_object_type* object = acpi_evaluate_dsm(handle, acpiHidGuid, 1, 1);
/haiku/src/add-ons/kernel/drivers/power/acpi_lid/
H A Dacpi_lid.cpp59 || ((acpi_object_type*)buf.pointer)->object_type != ACPI_TYPE_INTEGER) {
62 acpi_object_type* object = (acpi_object_type*)buf.pointer;
/haiku/src/add-ons/kernel/drivers/power/acpi_ac/
H A Dacpi_ac.cpp53 || ((acpi_object_type*)buf.pointer)->object_type != ACPI_TYPE_INTEGER) {
56 acpi_object_type* object = (acpi_object_type*)buf.pointer;
/haiku/src/add-ons/kernel/drivers/sensor/acpi_als/
H A Dacpi_als.cpp66 acpi_object_type object;
68 buf.length = sizeof(acpi_object_type);
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.cpp288 acpi_object_type object;
290 buf.length = sizeof(acpi_object_type);
/haiku/src/system/kernel/arch/x86/
H A Dioapic.cpp643 acpi_object_type model;
/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp351 acpi_object_type result;

Completed in 360 milliseconds