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) in acpi_ps_get_next_namepath()
205 union acpi_parse_object *name_op; in acpi_ps_get_next_namepath()
365 u32 arg_type, union acpi_parse_object *arg) in acpi_ps_get_next_simple_arg()
457 static union acpi_parse_object *acpi_ps_get_next_field(struct acpi_parse_state in acpi_ps_get_next_field()
461 union acpi_parse_object *field; in acpi_ps_get_next_field()
462 union acpi_parse_object *arg = NULL; in acpi_ps_get_next_field()
700 static void acpi_ps_free_field_list(union acpi_parse_object *start) in acpi_ps_free_field_list()
702 union acpi_parse_object *cur = start; in acpi_ps_free_field_list()
703 union acpi_parse_object *next; in acpi_ps_free_field_list()
704 union acpi_parse_object *arg; in acpi_ps_free_field_list()
740 u32 arg_type, union acpi_parse_object **return_arg) in acpi_ps_get_next_arg()
742 union acpi_parse_object *arg = NULL; in acpi_ps_get_next_arg()
743 union acpi_parse_object *prev = NULL; in acpi_ps_get_next_arg()
744 union acpi_parse_object *field; in acpi_ps_get_next_arg()