Searched refs:descriptor_type (Results 1 – 21 of 21) sorted by relevance
94 state->common.descriptor_type = ACPI_DESC_TYPE_STATE; in acpi_ut_create_generic_state() 128 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_THREAD; in acpi_ut_create_thread_state() 172 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_UPDATE; in acpi_ut_create_update_state() 208 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_PACKAGE; in acpi_ut_create_pkg_state() 245 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_CONTROL; in acpi_ut_create_control_state()
181 if (aml->small_header.descriptor_type & ACPI_RESOURCE_NAME_LARGE) { in acpi_rs_set_resource_length() 192 aml->small_header.descriptor_type = (u8) in acpi_rs_set_resource_length() 193 ((aml->small_header.descriptor_type & in acpi_rs_set_resource_length() 203 * PARAMETERS: descriptor_type - Byte to be inserted as the type210 * DESCRIPTION: Set the descriptor_type and resource_length fields of an AML217 acpi_rs_set_resource_header(u8 descriptor_type, in acpi_rs_set_resource_header() argument 225 aml->small_header.descriptor_type = descriptor_type; in acpi_rs_set_resource_header()
545 u8 descriptor_type; in acpi_ut_dump_allocations() local 605 descriptor_type = 0; /* Not a valid descriptor type */ in acpi_ut_dump_allocations() 615 descriptor_type = in acpi_ut_dump_allocations() 625 descriptor_type = in acpi_ut_dump_allocations() 636 descriptor_type = in acpi_ut_dump_allocations() 648 switch (descriptor_type) { in acpi_ut_dump_allocations()
83 scope->common.descriptor_type = ACPI_DESC_TYPE_STATE_RPSCOPE; in acpi_ps_init_scope() 124 scope->common.descriptor_type = ACPI_DESC_TYPE_STATE_PSCOPE; in acpi_ps_push_scope()
116 u8 descriptor_type;175 u8 descriptor_type;\512 u8 descriptor_type; member
203 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_RESULT; in acpi_ds_result_stack_push() 523 walk_state->descriptor_type = ACPI_DESC_TYPE_WALK; in acpi_ds_create_walk_state() 685 if (walk_state->descriptor_type != ACPI_DESC_TYPE_WALK) { in acpi_ds_delete_walk_state()
39 * descriptor_type is used to differentiate between internal descriptors, and42 * Note: The descriptor_type and Type fields must appear in the identical48 u8 descriptor_type; /* To differentiate various internal objs */\434 * a common descriptor_type field in order to differentiate them.466 u8 descriptor_type; /* To differentiate various internal objs */ member
68 walk_state->arguments[i].descriptor_type = ACPI_DESC_TYPE_NAMED; in acpi_ds_method_data_init() 80 walk_state->local_variables[i].descriptor_type = in acpi_ds_method_data_init()
60 op->common.descriptor_type = ACPI_DESC_TYPE_PARSER; in acpi_ps_init_op()
99 scope_info->common.descriptor_type = ACPI_DESC_TYPE_STATE_WSCOPE; in acpi_ds_scope_stack_push()
167 AML_OFFSET(start_dpf.descriptor_type),
185 acpi_gbl_root_node_struct.descriptor_type = ACPI_DESC_TYPE_NAMED; in acpi_ut_init_globals()
124 info->common.descriptor_type = ACPI_DESC_TYPE_STATE_NOTIFY; in acpi_ev_queue_notify_request()
39 u8 descriptor_type; /* To differentiate various internal objs */ member
40 AML_OFFSET(irq.descriptor_type),
264 acpi_rs_set_resource_header(u8 descriptor_type,
291 if (target->common.descriptor_type == ACPI_DESC_TYPE_NAMED) { in acpi_ex_load_op()
376 #define ACPI_GET_DESCRIPTOR_TYPE(d) (((union acpi_descriptor *)(void *)(d))->common.descriptor_type)377 #define ACPI_SET_DESCRIPTOR_TYPE(d, t) (((union acpi_descriptor *)(void *)(d))->common.descriptor_type = (t))
108 new_node->descriptor_type = ACPI_DESC_TYPE_NAMED; in acpi_ns_root_initialize()
1573 u32 descriptor_type = 0; in lan743x_tx_release_desc() local 1581 descriptor_type = le32_to_cpu(descriptor->data0) & in lan743x_tx_release_desc() 1583 if (descriptor_type == TX_DESC_DATA0_DTYPE_DATA_) in lan743x_tx_release_desc()
3342 u8 descriptor_type; member 3362 u8 descriptor_type; member