Searched refs:target_handle (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/acpi/acpica/ |
H A D | nsnames.c | 84 acpi_ns_handle_to_name(acpi_handle target_handle, struct acpi_buffer *buffer) in acpi_ns_handle_to_name() argument 90 ACPI_FUNCTION_TRACE_PTR(ns_handle_to_name, target_handle); in acpi_ns_handle_to_name() 92 node = acpi_ns_validate_handle(target_handle); in acpi_ns_handle_to_name() 131 acpi_ns_handle_to_pathname(acpi_handle target_handle, in acpi_ns_handle_to_pathname() argument 138 ACPI_FUNCTION_TRACE_PTR(ns_handle_to_pathname, target_handle); in acpi_ns_handle_to_pathname() 140 node = acpi_ns_validate_handle(target_handle); in acpi_ns_handle_to_pathname()
|
H A D | nsxfeval.c | 52 acpi_handle target_handle; in acpi_evaluate_object_typed() local 69 target_handle = handle; in acpi_evaluate_object_typed() 71 status = acpi_get_handle(handle, pathname, &target_handle); in acpi_evaluate_object_typed() 77 full_pathname = acpi_ns_get_external_pathname(target_handle); in acpi_evaluate_object_typed() 84 status = acpi_evaluate_object(target_handle, NULL, external_params, in acpi_evaluate_object_typed()
|
H A D | acnamesp.h | 270 acpi_ns_handle_to_name(acpi_handle target_handle, struct acpi_buffer *buffer); 273 acpi_ns_handle_to_pathname(acpi_handle target_handle,
|
/openbmc/qemu/ui/ |
H A D | dbus-listener.c | 333 HANDLE target_handle; in dbus_scanout_map() local 347 &target_handle, in dbus_scanout_map() 361 GPOINTER_TO_UINT(target_handle), in dbus_scanout_map() 394 HANDLE share_handle, target_handle; in dbus_scanout_share_d3d_texture() local 410 &target_handle, in dbus_scanout_share_d3d_texture() 424 GPOINTER_TO_INT(target_handle), in dbus_scanout_share_d3d_texture()
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_execbuffer.c | 1431 target = eb_get_vma(eb, reloc->target_handle); in eb_relocate_entry() 1440 reloc->target_handle, in eb_relocate_entry() 1451 reloc->target_handle, in eb_relocate_entry() 1497 reloc->target_handle, in eb_relocate_entry() 1505 reloc->target_handle, in eb_relocate_entry()
|
/openbmc/linux/include/uapi/drm/ |
H A D | i915_drm.h | 1121 __u32 target_handle; member
|
/openbmc/linux/tools/include/uapi/drm/ |
H A D | i915_drm.h | 1121 __u32 target_handle; member
|
/openbmc/linux/drivers/android/ |
H A D | binder.c | 207 int target_handle; member 2947 e->target_handle = tr->target.handle; in binder_transaction() 6454 e->to_node, e->target_handle, e->data_size, e->offsets_size, in print_binder_transaction_log_entry()
|