/drivers/acpi/acpica/ |
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 …]
|
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 …]
|
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()
|
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()
|
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()
|
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()
|
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()
|
D | aclocal.h | 328 u8 object_type[4]; member 337 u8 object_type[2]; member 709 u8 object_type; /* Corresponding internal object type */ member
|
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()
|
D | nsprepkg.c | 186 object_type[i], in acpi_ns_check_package() 499 object_type[j], in acpi_ns_check_package_list()
|
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()
|
D | dspkginit.c | 324 acpi_ds_init_package_element(u8 object_type, in acpi_ds_init_package_element() argument
|
D | acdispat.h | 236 acpi_ds_init_package_element(u8 object_type,
|
D | dsobject.c | 96 object_type); in acpi_ds_build_internal_object()
|
D | psloop.c | 341 (walk_state->opcode)->object_type)) { in acpi_ps_parse_loop()
|
D | acutils.h | 127 acpi_status (*acpi_pkg_callback) (u8 object_type,
|
/drivers/gpu/drm/amd/display/dc/bios/ |
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() 248 static uint32_t id_from_bios_object_id(enum object_type type, in id_from_bios_object_id() [all …]
|
/drivers/gpu/drm/vmwgfx/ |
D | ttm_object.h | 135 enum ttm_object_type object_type; member 343 return (base->object_type == ttm_prime_type) ? in ttm_base_object_type() 345 base->object_type; in ttm_base_object_type()
|
D | ttm_object.c | 161 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()
|
D | vmwgfx_resource_priv.h | 52 enum ttm_object_type object_type; member
|
D | vmwgfx_resource.c | 269 if (unlikely(ttm_base_object_type(base) != converter->object_type)) in vmw_user_resource_lookup_handle() 309 if (unlikely(ttm_base_object_type(base) != converter->object_type)) { in vmw_user_resource_noref_lookup_handle()
|
/drivers/net/can/spi/mcp251xfd/ |
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()
|
/drivers/gpu/drm/amd/display/include/ |
D | grph_object_id.h | 30 enum object_type { enum 232 enum object_type type) in dal_graphics_object_id_init()
|
/drivers/bus/fsl-mc/ |
D | fsl-mc-allocator.c | 159 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()
|
/drivers/accessibility/speakup/ |
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()
|