Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/acpi/acpica/
H A Ddswload.c109 acpi_object_type object_type; in acpi_ds_load1_begin_op() local
139 object_type = walk_state->op_info->object_type; in acpi_ds_load1_begin_op()
143 acpi_ut_get_type_name(object_type))); in acpi_ds_load1_begin_op()
287 (object_type))); in acpi_ds_load1_begin_op()
293 (object_type))); in acpi_ds_load1_begin_op()
322 node->type = (u8) object_type; in acpi_ds_load1_begin_op()
329 (node, object_type, in acpi_ds_load1_begin_op()
399 acpi_object_type object_type; in acpi_ds_load1_end_op() local
440 object_type = walk_state->op_info->object_type; in acpi_ds_load1_end_op()
495 object_type; in acpi_ds_load1_end_op()
[all …]
H A Ddswload2.c44 acpi_object_type object_type; in acpi_ds_load2_begin_op() local
100 object_type = walk_state->op_info->object_type; in acpi_ds_load2_begin_op()
104 object_type)); in acpi_ds_load2_begin_op()
123 object_type, ACPI_IMODE_EXECUTE, in acpi_ds_load2_begin_op()
135 acpi_ds_scope_stack_push(node, object_type, in acpi_ds_load2_begin_op()
148 object_type, ACPI_IMODE_EXECUTE, in acpi_ds_load2_begin_op()
243 if (acpi_ns_opens_scope(object_type)) { in acpi_ds_load2_begin_op()
373 acpi_object_type object_type; in acpi_ds_load2_end_op() local
402 object_type = walk_state->op_info->object_type; in acpi_ds_load2_end_op()
419 if (acpi_ns_opens_scope(object_type) && in acpi_ds_load2_end_op()
[all …]
H A 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()
H A 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()
H A 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()
H A 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()
H A 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()
H A Daclocal.h328 u8 object_type[4]; member
337 u8 object_type[2]; member
725 u8 object_type; /* Corresponding internal object type */ member
H A Ddsutils.c593 if (op_info->object_type == ACPI_TYPE_INVALID) { in acpi_ds_create_operand()
618 object_type); in acpi_ds_create_operand()
H A Dnsprepkg.c186 object_type[i], in acpi_ns_check_package()
499 object_type[j], in acpi_ns_check_package_list()
H A Ddswexec.c205 if (acpi_ns_opens_scope(walk_state->op_info->object_type)) { in acpi_ds_exec_begin_op()
210 object_type), in acpi_ds_exec_begin_op()
H A Ddspkginit.c324 acpi_ds_init_package_element(u8 object_type, in acpi_ds_init_package_element() argument
H A Dacdispat.h236 acpi_ds_init_package_element(u8 object_type,
H A Ddsobject.c96 object_type); in acpi_ds_build_internal_object()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/
H A 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()
251 static uint32_t id_from_bios_object_id(enum object_type type, in id_from_bios_object_id()
[all …]
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dttm_object.h108 enum ttm_object_type object_type; member
299 return (base->object_type == ttm_prime_type) ? in ttm_base_object_type()
301 base->object_type; in ttm_base_object_type()
H A Dttm_object.c193 enum ttm_object_type object_type, in ttm_base_object_init() argument
202 base->object_type = object_type; in ttm_base_object_init()
588 base->object_type != ttm_prime_type)) { in ttm_prime_handle_to_fd()
H A Dvmwgfx_resource_priv.h52 enum ttm_object_type object_type; member
/openbmc/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-dump.c45 enum mcp251xfd_dump_object_type object_type, in mcp251xfd_dump_header() argument
56 hdr->type = cpu_to_le32(object_type); in mcp251xfd_dump_header()
102 enum mcp251xfd_dump_object_type object_type, in mcp251xfd_dump_ring() argument
114 mcp251xfd_dump_header(iter, object_type, reg); in mcp251xfd_dump_ring()
/openbmc/linux/drivers/gpu/drm/amd/display/include/
H A Dgrph_object_id.h30 enum object_type { enum
239 enum object_type type) in dal_graphics_object_id_init()
/openbmc/linux/tools/testing/selftests/tpm2/
H A Dtpm2.py300 def __init__(self, object_type, name_alg, object_attributes, argument
303 self.object_type = object_type
312 self.object_type,
566 object_type=TPM2_ALG_RSA,
603 object_type=TPM2_ALG_KEYEDHASH,
/openbmc/linux/drivers/bus/fsl-mc/
H A Dfsl-mc-allocator.c165 static int __must_check object_type_to_pool_type(const char *object_type, in object_type_to_pool_type() argument
172 if (strcmp(object_type, fsl_mc_pool_type_strings[i]) == 0) { in object_type_to_pool_type()
/openbmc/linux/drivers/accessibility/speakup/
H A 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()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_priv.h1211 uint32_t object_type; member
1219 uint32_t object_type; member
1243 uint32_t object_type; member
H A Dkfd_chardev.c2497 BUILD_BUG_ON(offsetof(struct kfd_criu_queue_priv_data, object_type)); in criu_restore_objects()
2498 BUILD_BUG_ON(offsetof(struct kfd_criu_event_priv_data, object_type)); in criu_restore_objects()
2499 BUILD_BUG_ON(offsetof(struct kfd_criu_svm_range_priv_data, object_type)); in criu_restore_objects()
2502 uint32_t object_type; in criu_restore_objects() local
2504 if (*priv_offset + sizeof(object_type) > max_priv_data_size) { in criu_restore_objects()
2509 ret = get_user(object_type, (uint32_t __user *)(args->priv_data + *priv_offset)); in criu_restore_objects()
2515 switch (object_type) { in criu_restore_objects()
2535 pr_err("Invalid object type:%u at index:%d\n", object_type, i); in criu_restore_objects()

12