Searched refs:in_aml_address (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexnames.c57 acpi_ex_name_segment(u8 ** in_aml_address, char *name_string);
149 * PARAMETERS: in_aml_address - Pointer to the name in the AML code
159 static acpi_status acpi_ex_name_segment(u8 ** in_aml_address, char *name_string) argument
161 char *aml_address = (void *)*in_aml_address;
223 *in_aml_address = ACPI_CAST_PTR(u8, aml_address);
233 * in_aml_address - Pointer to the namestring in the AML code
246 u8 * in_aml_address,
250 u8 *aml_address = in_aml_address;
433 *out_name_length = (u32) (aml_address - in_aml_address);
245 acpi_ex_get_name_string(acpi_object_type data_type, u8 * in_aml_address, char **out_name_string, u32 * out_name_length) argument
H A Dacinterp.h387 u8 * in_aml_address,

Completed in 40 milliseconds