Lines Matching refs:acpi_parse_object
21 union acpi_parse_object *acpi_ps_get_child(union acpi_parse_object *op);
37 union acpi_parse_object *acpi_ps_get_arg(union acpi_parse_object *op, u32 argn) in acpi_ps_get_arg()
39 union acpi_parse_object *arg = NULL; in acpi_ps_get_arg()
94 acpi_ps_append_arg(union acpi_parse_object *op, union acpi_parse_object *arg) in acpi_ps_append_arg()
96 union acpi_parse_object *prev_arg; in acpi_ps_append_arg()
169 union acpi_parse_object *acpi_ps_get_depth_next(union acpi_parse_object *origin, in acpi_ps_get_depth_next()
170 union acpi_parse_object *op) in acpi_ps_get_depth_next()
172 union acpi_parse_object *next = NULL; in acpi_ps_get_depth_next()
173 union acpi_parse_object *parent; in acpi_ps_get_depth_next()
174 union acpi_parse_object *arg; in acpi_ps_get_depth_next()
246 union acpi_parse_object *acpi_ps_get_child(union acpi_parse_object *op) in acpi_ps_get_child()
248 union acpi_parse_object *child = NULL; in acpi_ps_get_child()