Searched refs:descriptor_type (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/utilities/
H A Dutstate.c165 state->common.descriptor_type = ACPI_DESC_TYPE_STATE;
199 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_THREAD;
243 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_UPDATE;
280 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_PACKAGE;
317 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_CONTROL;
H A Dutglobal.c717 acpi_gbl_root_node_struct.descriptor_type = ACPI_DESC_TYPE_NAMED;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/resources/
H A Drsutils.c207 if (aml->small_header.descriptor_type & ACPI_RESOURCE_NAME_LARGE) {
216 aml->small_header.descriptor_type = (u8)
220 descriptor_type & ~ACPI_RESOURCE_NAME_SMALL_LENGTH_MASK)
230 * PARAMETERS: descriptor_type - Byte to be inserted as the type
237 * DESCRIPTION: Set the descriptor_type and resource_length fields of an AML
244 acpi_rs_set_resource_header(u8 descriptor_type, argument
252 aml->small_header.descriptor_type = descriptor_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Damlresrc.h118 u8 descriptor_type;
171 u8 descriptor_type;\
275 u8 descriptor_type; member in union:aml_resource
H A Dacstruct.h78 u8 descriptor_type; /* To differentiate various internal objs */ member in struct:acpi_walk_state
H A Dacobject.h74 * descriptor_type is used to differentiate between internal descriptors, and
77 * Note: The descriptor_type and Type fields must appear in the identical
83 u8 descriptor_type; /* To differentiate various internal objs */\
410 u8 descriptor_type; /* To differentiate various internal objs */ member in struct:acpi_common_descriptor
H A Daclocal.h175 * descriptor_type is used to differentiate between internal descriptors.
180 * Note: The descriptor_type and Type fields must appear in the identical
186 u8 descriptor_type; /* Differentiate object descriptor types */ member in struct:acpi_namespace_node
454 u8 descriptor_type; /* To differentiate various internal objs */\
600 u8 descriptor_type; /* To differentiate various internal objs */\
H A Dacresrc.h264 acpi_rs_set_resource_header(u8 descriptor_type,
H A Dacmacros.h359 #define ACPI_GET_DESCRIPTOR_TYPE(d) (((union acpi_descriptor *)(void *)(d))->common.descriptor_type)
360 #define ACPI_SET_DESCRIPTOR_TYPE(d,t) (((union acpi_descriptor *)(void *)(d))->common.descriptor_type = t)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/parser/
H A Dpsscope.c116 scope->common.descriptor_type = ACPI_DESC_TYPE_STATE_RPSCOPE;
157 scope->common.descriptor_type = ACPI_DESC_TYPE_STATE_PSCOPE;
H A Dpsutils.c92 op->common.descriptor_type = ACPI_DESC_TYPE_PARSER;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/dispatcher/
H A Ddswscope.c131 scope_info->common.descriptor_type = ACPI_DESC_TYPE_STATE_WSCOPE;
H A Ddsmthdat.c103 walk_state->arguments[i].descriptor_type = ACPI_DESC_TYPE_NAMED;
116 walk_state->local_variables[i].descriptor_type =
H A Ddswstate.c340 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_RESULT;
648 walk_state->descriptor_type = ACPI_DESC_TYPE_WALK;
819 if (walk_state->descriptor_type != ACPI_DESC_TYPE_WALK) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/events/
H A Devmisc.c193 notify_info->common.descriptor_type =

Completed in 71 milliseconds