/openbmc/linux/drivers/acpi/acpica/ |
H A D | utmisc.c | 197 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 D | utcopy.c | 26 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 D | dspkginit.c | 325 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 D | utobject.c | 29 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 D | utstate.c | 209 state->pkg.source_object = (union acpi_operand_object *)internal_object; in acpi_ut_create_pkg_state()
|
H A D | acutils.h | 130 union acpi_operand_object * source_object, 564 acpi_ut_walk_package_tree(union acpi_operand_object *source_object,
|
H A D | acdispat.h | 237 union acpi_operand_object *source_object,
|
H A D | aclocal.h | 593 union acpi_operand_object *source_object; member
|
/openbmc/skeleton/libopenbmc_intf/ |
H A D | openbmc_intf.c | 1275 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 D | dbus-display-test.c | 186 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 D | dbus.c | 266 dbus_display_add_client_ready(GObject *source_object, in dbus_display_add_client_ready() argument
|
H A D | dbus-listener.c | 212 static void dbus_update_gl_cb(GObject *source_object, in dbus_update_gl_cb() argument
|
/openbmc/qemu/include/hw/acpi/ |
H A D | aml-build.h | 401 Aml *aml_alias(const char *source_object, const char *alias_object);
|
/openbmc/qemu/hw/acpi/ |
H A D | aml-build.c | 1684 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()
|