/linux/drivers/acpi/acpica/ |
H A D | dswload.c | 109 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() 153 acpi_ns_lookup(walk_state->scope_info, path, object_type, in acpi_ds_load1_begin_op() 167 object_type, ACPI_IMODE_LOAD_PASS1, in acpi_ds_load1_begin_op() 287 (object_type))); in acpi_ds_load1_begin_op() 293 (object_type))); in acpi_ds_load1_begin_op() 298 acpi_ut_get_type_name(object_type))); in acpi_ds_load1_begin_op() 308 acpi_ns_lookup(walk_state->scope_info, path, object_type, in acpi_ds_load1_begin_op() 322 node->type = (u8) object_type; in acpi_ds_load1_begin_op() [all …]
|
H A D | dswload2.c | 44 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() 245 acpi_ds_scope_stack_push(node, object_type, in acpi_ds_load2_begin_op() 314 object_type, ACPI_IMODE_LOAD_PASS2, flags, in acpi_ds_load2_begin_op() 373 acpi_object_type object_type; in acpi_ds_load2_end_op() local [all …]
|
H A D | exresop.c | 105 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 D | nsobject.c | 42 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 D | hwpci.c | 301 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 D | utcopy.c | 25 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 D | utobject.c | 28 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 D | aclocal.h | 328 u8 object_type[4]; member 337 u8 object_type[2]; member 725 u8 object_type; /* Corresponding internal object type */ member
|
H A D | dsutils.c | 593 if (op_info->object_type == ACPI_TYPE_INVALID) { in acpi_ds_create_operand() 618 object_type); in acpi_ds_create_operand()
|
H A D | nsprepkg.c | 186 object_type[i], in acpi_ns_check_package() 499 object_type[j], in acpi_ns_check_package_list()
|
H A D | dswexec.c | 205 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 D | dspkginit.c | 324 acpi_ds_init_package_element(u8 object_type, in acpi_ds_init_package_element() argument
|
H A D | acdispat.h | 236 acpi_ds_init_package_element(u8 object_type,
|
H A D | psloop.c | 341 (walk_state->opcode)->object_type)) { in acpi_ps_parse_loop()
|
/linux/drivers/gpu/drm/amd/display/dc/bios/ |
H A D | bios_parser_common.c | 29 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 …]
|
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | ttm_object.h | 108 enum ttm_object_type object_type; member 298 return (base->object_type == ttm_prime_type) ? in ttm_base_object_type() 300 base->object_type; in ttm_base_object_type()
|
H A D | ttm_object.c | 190 enum ttm_object_type object_type, in ttm_base_object_init() argument 199 base->object_type = object_type; in ttm_base_object_init() 584 base->object_type != ttm_prime_type)) { in ttm_prime_handle_to_fd()
|
H A D | vmwgfx_resource_priv.h | 52 enum ttm_object_type object_type; member
|
/linux/drivers/gpu/drm/amd/display/include/ |
H A D | grph_object_id.h | 30 enum object_type { enum 230 enum object_type type :4; 239 enum object_type type) in dal_graphics_object_id_init()
|
/linux/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-dump.c | 45 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()
|
/linux/tools/testing/selftests/tpm2/ |
H A D | tpm2.py | 300 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,
|
/linux/drivers/bus/fsl-mc/ |
H A D | fsl-mc-allocator.c | 165 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()
|
/linux/drivers/accessibility/speakup/ |
H A D | kobjects.c | 85 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()
|
/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_priv.h | 1239 uint32_t object_type; member 1247 uint32_t object_type; member 1271 uint32_t object_type; member
|
H A D | kfd_chardev.c | 2503 BUILD_BUG_ON(offsetof(struct kfd_criu_queue_priv_data, object_type)); in criu_restore_objects() 2504 BUILD_BUG_ON(offsetof(struct kfd_criu_event_priv_data, object_type)); in criu_restore_objects() 2505 BUILD_BUG_ON(offsetof(struct kfd_criu_svm_range_priv_data, object_type)); in criu_restore_objects() 2508 uint32_t object_type; in criu_restore_objects() local 2510 if (*priv_offset + sizeof(object_type) > max_priv_data_size) { in criu_restore_objects() 2515 ret = get_user(object_type, (uint32_t __user *)(args->priv_data + *priv_offset)); in criu_restore_objects() 2521 switch (object_type) { in criu_restore_objects() 2541 pr_err("Invalid object type:%u at index:%d\n", object_type, i); in criu_restore_objects()
|