Searched defs:resource_source (Results 1 - 3 of 3) sorted by relevance

/drivers/acpi/acpica/
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
267 * Add the size of the optional resource_source inf
[all...]
H A Drsdump.c73 acpi_rs_dump_resource_source(struct acpi_resource_source *resource_source);
226 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET(address16.resource_source), NULL, NULL}
243 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET(address32.resource_source), NULL, NULL}
260 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET(address64.resource_source), NULL, NULL}
292 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET(extended_irq.resource_source), NULL,
335 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET(gpio.resource_source),
364 {ACPI_RSD_SOURCE, ACPI_RSD_OFFSET (common_serial_bus.resource_source), "ResourceSource", NULL}, \
655 * Optional resource_source for Address resources
677 * PARAMETERS: resource_source - Pointer to a Resource Source struct
681 * DESCRIPTION: Common routine for dumping the optional resource_source an
687 acpi_rs_dump_resource_source(struct acpi_resource_source *resource_source) argument
[all...]
H A Drsutils.c302 * resource_source - Where the resource_source is returned
305 * resource_source string
310 * DESCRIPTION: Copy the optional resource_source data from a raw AML descriptor
318 struct acpi_resource_source * resource_source,
331 * resource_source is present if the length of the descriptor is longer than
341 resource_source->index = aml_resource_source[0];
343 resource_source->string_ptr = string_ptr;
347 * pointer to the end of the current resource_source structure.
349 resource_source
316 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
403 acpi_rs_set_resource_source(union aml_resource * aml, acpi_rs_length minimum_length, struct acpi_resource_source * resource_source) argument
[all...]

Completed in 41 milliseconds