Lines Matching refs:acpi_parse_object
25 static union acpi_parse_object *acpi_ps_get_next_field(struct acpi_parse_state
28 static void acpi_ps_free_field_list(union acpi_parse_object *start);
201 union acpi_parse_object *arg, u8 possible_method_call)
205 union acpi_parse_object *name_op;
365 u32 arg_type, union acpi_parse_object *arg)
457 static union acpi_parse_object *acpi_ps_get_next_field(struct acpi_parse_state
461 union acpi_parse_object *field;
462 union acpi_parse_object *arg = NULL;
700 static void acpi_ps_free_field_list(union acpi_parse_object *start)
702 union acpi_parse_object *cur = start;
703 union acpi_parse_object *next;
704 union acpi_parse_object *arg;
740 u32 arg_type, union acpi_parse_object **return_arg)
742 union acpi_parse_object *arg = NULL;
743 union acpi_parse_object *prev = NULL;
744 union acpi_parse_object *field;