get_object
status_t (*get_object)(const char *path,
status_t (*get_object)(acpi_device device, const char *path,
status_t (*get_object)(const char *path,
status_t get_object(const char* path, acpi_object_type** _returnValue);
get_object,
return get_object(objname, return_value);
return get_object(device->path, return_value);
get_object,