Searched refs:resource_source (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/resources/
H A Drsutils.c297 * resource_source - Where the resource_source is returned
300 * resource_source string
305 * DESCRIPTION: Copy the optional resource_source data from a raw AML descriptor
313 struct acpi_resource_source * resource_source,
326 * resource_source is present if the length of the descriptor is longer than
336 resource_source->index = aml_resource_source[0];
338 resource_source->string_ptr = string_ptr;
342 * pointer to the end of the current resource_source structure.
344 resource_source
311 acpi_rs_get_resource_source(acpi_rs_length resource_length, acpi_rs_length minimum_length, struct acpi_resource_source * resource_source, union aml_resource * aml, char *string_ptr) argument
398 acpi_rs_set_resource_source(union aml_resource * aml, acpi_rs_length minimum_length, struct acpi_resource_source * resource_source) argument
[all...]
H A Drscalc.c56 acpi_rs_struct_option_length(struct acpi_resource_source *resource_source);
94 * PARAMETERS: resource_source - Pointer to optional descriptor field
99 * resource_source fields in some Large descriptors. Used during
105 acpi_rs_struct_option_length(struct acpi_resource_source *resource_source) argument
110 * If the resource_source string is valid, return the size of the string
114 if (resource_source->string_ptr) {
115 return ((acpi_rs_length) (resource_source->string_length + 1));
132 * resource_source fields in some Large descriptors. Used during
146 * The resource_source_index and resource_source are optional elements of some
249 * Add the size of the optional resource_source inf
[all...]
H A Drsdump.c70 acpi_rs_dump_resource_source(struct acpi_resource_source *resource_source);
219 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET(address16.resource_source), NULL, NULL}
236 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET(address32.resource_source), NULL, NULL}
253 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET(address64.resource_source), NULL, NULL}
285 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET(extended_irq.resource_source), NULL,
489 * Optional resource_source for Address resources
511 * PARAMETERS: resource_source - Pointer to a Resource Source struct
515 * DESCRIPTION: Common routine for dumping the optional resource_source and the
521 acpi_rs_dump_resource_source(struct acpi_resource_source *resource_source) argument
525 if (resource_source
[all...]
H A Drsaddr.c80 /* Optional resource_source (Index and String) */
82 {ACPI_RSC_SOURCE, ACPI_RS_OFFSET(data.address16.resource_source),
118 /* Optional resource_source (Index and String) */
120 {ACPI_RSC_SOURCE, ACPI_RS_OFFSET(data.address32.resource_source),
156 /* Optional resource_source (Index and String) */
158 {ACPI_RSC_SOURCE, ACPI_RS_OFFSET(data.address64.resource_source),
H A Drsirq.c189 /* Optional resource_source (Index and String) */
191 {ACPI_RSC_SOURCEX, ACPI_RS_OFFSET(data.extended_irq.resource_source),
H A Drsxface.c65 ACPI_COPY_FIELD(out, in, resource_source);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dacresrc.h255 struct acpi_resource_source *resource_source,
261 struct acpi_resource_source *resource_source);
H A Dactypes.h1119 struct acpi_resource_source resource_source; member in struct:acpi_resource_address16
1128 struct acpi_resource_source resource_source; member in struct:acpi_resource_address32
1137 struct acpi_resource_source resource_source; member in struct:acpi_resource_address64
1156 struct acpi_resource_source resource_source; member in struct:acpi_resource_extended_irq

Completed in 68 milliseconds