Home
last modified time | relevance | path

Searched refs:target_handle (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/acpi/acpica/
Dnsnames.c88 acpi_ns_handle_to_name(acpi_handle target_handle, struct acpi_buffer *buffer) in acpi_ns_handle_to_name() argument
94 ACPI_FUNCTION_TRACE_PTR(ns_handle_to_name, target_handle); in acpi_ns_handle_to_name()
96 node = acpi_ns_validate_handle(target_handle); in acpi_ns_handle_to_name()
135 acpi_ns_handle_to_pathname(acpi_handle target_handle, in acpi_ns_handle_to_pathname() argument
142 ACPI_FUNCTION_TRACE_PTR(ns_handle_to_pathname, target_handle); in acpi_ns_handle_to_pathname()
144 node = acpi_ns_validate_handle(target_handle); in acpi_ns_handle_to_pathname()
Dnsxfeval.c52 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()
Dacnamesp.h269 acpi_ns_handle_to_name(acpi_handle target_handle, struct acpi_buffer *buffer);
272 acpi_ns_handle_to_pathname(acpi_handle target_handle,
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_execbuffer.c1327 target = eb_get_vma(eb, reloc->target_handle); in eb_relocate_entry()
1336 reloc->target_handle, in eb_relocate_entry()
1347 reloc->target_handle, in eb_relocate_entry()
1386 reloc->target_handle, in eb_relocate_entry()
1394 reloc->target_handle, in eb_relocate_entry()
/Linux-v4.19/tools/include/uapi/drm/
Di915_drm.h729 __u32 target_handle; member
/Linux-v4.19/include/uapi/drm/
Di915_drm.h729 __u32 target_handle; member
/Linux-v4.19/drivers/android/
Dbinder.c225 int target_handle; member
2748 e->target_handle = tr->target.handle; in binder_transaction()
5542 e->to_node, e->target_handle, e->data_size, e->offsets_size, in print_binder_transaction_log_entry()