Home
last modified time | relevance | path

Searched refs:object_type (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v5.4/drivers/acpi/acpica/
Ddswload.c110 acpi_object_type object_type; in acpi_ds_load1_begin_op() local
140 object_type = walk_state->op_info->object_type; in acpi_ds_load1_begin_op()
144 acpi_ut_get_type_name(object_type))); in acpi_ds_load1_begin_op()
154 acpi_ns_lookup(walk_state->scope_info, path, object_type, in acpi_ds_load1_begin_op()
168 object_type, ACPI_IMODE_LOAD_PASS1, in acpi_ds_load1_begin_op()
288 (object_type))); in acpi_ds_load1_begin_op()
294 (object_type))); in acpi_ds_load1_begin_op()
299 acpi_ut_get_type_name(object_type))); in acpi_ds_load1_begin_op()
309 acpi_ns_lookup(walk_state->scope_info, path, object_type, in acpi_ds_load1_begin_op()
323 node->type = (u8) object_type; in acpi_ds_load1_begin_op()
[all …]
Ddswload2.c41 acpi_object_type object_type; in acpi_ds_load2_begin_op() local
97 object_type = walk_state->op_info->object_type; in acpi_ds_load2_begin_op()
101 object_type)); in acpi_ds_load2_begin_op()
120 object_type, ACPI_IMODE_EXECUTE, in acpi_ds_load2_begin_op()
132 acpi_ds_scope_stack_push(node, object_type, in acpi_ds_load2_begin_op()
145 object_type, ACPI_IMODE_EXECUTE, in acpi_ds_load2_begin_op()
240 if (acpi_ns_opens_scope(object_type)) { in acpi_ds_load2_begin_op()
242 acpi_ds_scope_stack_push(node, object_type, in acpi_ds_load2_begin_op()
311 object_type, ACPI_IMODE_LOAD_PASS2, flags, in acpi_ds_load2_begin_op()
370 acpi_object_type object_type; in acpi_ds_load2_end_op() local
[all …]
Dexresop.c105 u8 object_type; in acpi_ex_resolve_operands() local
156 object_type = in acpi_ex_resolve_operands()
164 if (object_type == ACPI_TYPE_LOCAL_ALIAS) { in acpi_ex_resolve_operands()
170 object_type = in acpi_ex_resolve_operands()
180 object_type = obj_desc->common.type; in acpi_ex_resolve_operands()
184 if (!acpi_ut_valid_object_type(object_type)) { in acpi_ex_resolve_operands()
187 object_type)); in acpi_ex_resolve_operands()
192 if (object_type == (u8) ACPI_TYPE_LOCAL_REFERENCE) { in acpi_ex_resolve_operands()
289 object_type, obj_desc); in acpi_ex_resolve_operands()
Dnsobject.c42 acpi_object_type object_type = ACPI_TYPE_ANY; in acpi_ns_attach_object() local
89 object_type = ACPI_TYPE_ANY; in acpi_ns_attach_object()
103 object_type = ((struct acpi_namespace_node *)object)->type; in acpi_ns_attach_object()
115 object_type = type; in acpi_ns_attach_object()
148 node->type = (u8) object_type; in acpi_ns_attach_object()
Dhwpci.c301 acpi_object_type object_type; in acpi_hw_get_pci_device_info() local
307 status = acpi_get_type(pci_device, &object_type); in acpi_hw_get_pci_device_info()
312 if (object_type != ACPI_TYPE_DEVICE) { in acpi_hw_get_pci_device_info()
Dutcopy.c25 acpi_ut_copy_ielement_to_ielement(u8 object_type,
47 acpi_ut_copy_ielement_to_eelement(u8 object_type,
212 acpi_ut_copy_ielement_to_eelement(u8 object_type, in acpi_ut_copy_ielement_to_eelement() argument
230 switch (object_type) { in acpi_ut_copy_ielement_to_eelement()
791 acpi_ut_copy_ielement_to_ielement(u8 object_type, in acpi_ut_copy_ielement_to_ielement() argument
807 switch (object_type) { in acpi_ut_copy_ielement_to_ielement()
Dutobject.c28 acpi_ut_get_element_length(u8 object_type,
555 acpi_ut_get_element_length(u8 object_type, in acpi_ut_get_element_length() argument
563 switch (object_type) { in acpi_ut_get_element_length()
Daclocal.h328 u8 object_type[4]; member
337 u8 object_type[2]; member
702 u8 object_type; /* Corresponding internal object type */ member
Dnsprepkg.c186 object_type[i], in acpi_ns_check_package()
499 object_type[j], in acpi_ns_check_package_list()
Ddsutils.c593 if (op_info->object_type == ACPI_TYPE_INVALID) { in acpi_ds_create_operand()
618 object_type); in acpi_ds_create_operand()
Ddswexec.c202 if (acpi_ns_opens_scope(walk_state->op_info->object_type)) { in acpi_ds_exec_begin_op()
207 object_type), in acpi_ds_exec_begin_op()
Ddspkginit.c324 acpi_ds_init_package_element(u8 object_type, in acpi_ds_init_package_element() argument
Dacdispat.h236 acpi_ds_init_package_element(u8 object_type,
Dpsloop.c342 (walk_state->opcode)->object_type)) { in acpi_ps_parse_loop()
Ddsobject.c96 object_type); in acpi_ds_build_internal_object()
Dacutils.h126 acpi_status (*acpi_pkg_callback) (u8 object_type,
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/bios/
Dbios_parser_common.c29 static enum object_type object_type_from_bios_object_id(uint32_t bios_object_id) in object_type_from_bios_object_id()
33 enum object_type object_type; in object_type_from_bios_object_id() local
37 object_type = OBJECT_TYPE_GPU; in object_type_from_bios_object_id()
40 object_type = OBJECT_TYPE_ENCODER; in object_type_from_bios_object_id()
43 object_type = OBJECT_TYPE_CONNECTOR; in object_type_from_bios_object_id()
46 object_type = OBJECT_TYPE_ROUTER; in object_type_from_bios_object_id()
49 object_type = OBJECT_TYPE_GENERIC; in object_type_from_bios_object_id()
52 object_type = OBJECT_TYPE_UNKNOWN; in object_type_from_bios_object_id()
56 return object_type; in object_type_from_bios_object_id()
248 static uint32_t id_from_bios_object_id(enum object_type type, in id_from_bios_object_id()
[all …]
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dttm_object.h134 enum ttm_object_type object_type; member
342 return (base->object_type == ttm_prime_type) ? in ttm_base_object_type()
344 base->object_type; in ttm_base_object_type()
Dttm_object.c161 enum ttm_object_type object_type, in ttm_base_object_init() argument
173 base->object_type = object_type; in ttm_base_object_init()
695 base->object_type != ttm_prime_type)) { in ttm_prime_handle_to_fd()
Dvmwgfx_resource_priv.h52 enum ttm_object_type object_type; member
Dvmwgfx_resource.c248 if (unlikely(ttm_base_object_type(base) != converter->object_type)) in vmw_user_resource_lookup_handle()
290 if (unlikely(ttm_base_object_type(base) != converter->object_type)) { in vmw_user_resource_noref_lookup_handle()
/Linux-v5.4/tools/testing/selftests/tpm2/
Dtpm2.py299 def __init__(self, object_type, name_alg, object_attributes, auth_policy='', argument
301 self.object_type = object_type
310 self.object_type,
544 object_type=TPM2_ALG_RSA,
581 object_type=TPM2_ALG_KEYEDHASH,
/Linux-v5.4/drivers/gpu/drm/amd/display/include/
Dgrph_object_id.h30 enum object_type { enum
232 enum object_type type) in dal_graphics_object_id_init()
/Linux-v5.4/drivers/bus/fsl-mc/
Dfsl-mc-allocator.c159 static int __must_check object_type_to_pool_type(const char *object_type, in object_type_to_pool_type() argument
166 if (strcmp(object_type, fsl_mc_pool_type_strings[i]) == 0) { in object_type_to_pool_type()
/Linux-v5.4/drivers/staging/speakup/
Dkobjects.c85 static char const *object_type[] = { in report_char_chartab_status() local
93 pr_info("%s reset to defaults\n", object_type[do_characters]); in report_char_chartab_status()
97 used, received, object_type[do_characters]); in report_char_chartab_status()

12