Home
last modified time | relevance | path

Searched refs:source_object (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Dutmisc.c197 acpi_ut_walk_package_tree(union acpi_operand_object *source_object, in acpi_ut_walk_package_tree() argument
209 state = acpi_ut_create_pkg_state(source_object, target_object, 0); in acpi_ut_walk_package_tree()
220 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
222 &state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
245 state->pkg.source_object->package.count) { in acpi_ut_walk_package_tree()
H A Dutcopy.c26 union acpi_operand_object *source_object,
48 union acpi_operand_object *source_object,
213 union acpi_operand_object *source_object, in acpi_ut_copy_ielement_to_eelement() argument
235 status = acpi_ut_copy_isimple_to_esimple(source_object, in acpi_ut_copy_ielement_to_eelement()
249 target_object->package.count = source_object->package.count; in acpi_ut_copy_ielement_to_eelement()
792 union acpi_operand_object *source_object, in acpi_ut_copy_ielement_to_ielement() argument
812 if (source_object) { in acpi_ut_copy_ielement_to_ielement()
817 acpi_ut_create_internal_object(source_object-> in acpi_ut_copy_ielement_to_ielement()
824 acpi_ut_copy_simple_object(source_object, in acpi_ut_copy_ielement_to_ielement()
844 acpi_ut_create_package_object(source_object->package.count); in acpi_ut_copy_ielement_to_ielement()
[all …]
H A Ddspkginit.c325 union acpi_operand_object *source_object, in acpi_ds_init_package_element() argument
332 if (!source_object) { in acpi_ds_init_package_element()
355 if (source_object->common.type == ACPI_TYPE_LOCAL_REFERENCE) { in acpi_ds_init_package_element()
360 } else if (source_object->common.type == ACPI_TYPE_PACKAGE) { in acpi_ds_init_package_element()
361 source_object->package.flags |= AOPOBJ_DATA_VALID; in acpi_ds_init_package_element()
H A Dutobject.c29 union acpi_operand_object *source_object,
556 union acpi_operand_object *source_object, in acpi_ut_get_element_length() argument
570 acpi_ut_get_simple_object_size(source_object, in acpi_ut_get_element_length()
H A Dutstate.c209 state->pkg.source_object = (union acpi_operand_object *)internal_object; in acpi_ut_create_pkg_state()
H A Dacutils.h130 union acpi_operand_object * source_object,
564 acpi_ut_walk_package_tree(union acpi_operand_object *source_object,
H A Dacdispat.h237 union acpi_operand_object *source_object,
H A Daclocal.h593 union acpi_operand_object *source_object; member
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c1275 GObject *source_object; in hwmon_proxy_new_finish() local
1276 source_object = g_async_result_get_source_object (res); in hwmon_proxy_new_finish()
1277 ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error); in hwmon_proxy_new_finish()
1278 g_object_unref (source_object); in hwmon_proxy_new_finish()
1365 GObject *source_object; in hwmon_proxy_new_for_bus_finish() local
1366 source_object = g_async_result_get_source_object (res); in hwmon_proxy_new_for_bus_finish()
1367 ret = g_async_initable_new_finish (G_ASYNC_INITABLE (source_object), res, error); in hwmon_proxy_new_for_bus_finish()
1368 g_object_unref (source_object); in hwmon_proxy_new_for_bus_finish()
3187 GObject *source_object; in fan_proxy_new_finish() local
3188 source_object = g_async_result_get_source_object (res); in fan_proxy_new_finish()
[all …]
/openbmc/qemu/tests/qtest/
H A Ddbus-display-test.c186 test_dbus_console_registered(GObject *source_object, in test_dbus_console_registered() argument
194 QEMU_DBUS_DISPLAY1_CONSOLE(source_object), in test_dbus_console_registered()
/openbmc/qemu/ui/
H A Ddbus.c266 dbus_display_add_client_ready(GObject *source_object, in dbus_display_add_client_ready() argument
H A Ddbus-listener.c212 static void dbus_update_gl_cb(GObject *source_object, in dbus_update_gl_cb() argument
/openbmc/qemu/include/hw/acpi/
H A Daml-build.h401 Aml *aml_alias(const char *source_object, const char *alias_object);
/openbmc/qemu/hw/acpi/
H A Daml-build.c1684 Aml *aml_alias(const char *source_object, const char *alias_object) in aml_alias() argument
1687 aml_append(var, aml_name("%s", source_object)); in aml_alias()