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

/drivers/acpi/acpica/
H A Ddsopcode.c59 acpi_ds_init_buffer_field(u16 aml_opcode,
95 * PARAMETERS: aml_opcode - create_xxx_field
109 acpi_ds_init_buffer_field(u16 aml_opcode, argument
143 acpi_ps_get_opcode_name(aml_opcode),
155 switch (aml_opcode) {
223 aml_opcode));
267 if (aml_opcode == AML_CREATE_FIELD_OP) {
333 status = acpi_ex_resolve_operands(op->common.aml_opcode,
337 acpi_ps_get_opcode_name(op->common.aml_opcode),
345 if (op->common.aml_opcode
[all...]

Completed in 62 milliseconds