Lines Matching refs:acpi_parse_object
54 union acpi_parse_object *acpi_ps_get_child(union acpi_parse_object *op);
70 union acpi_parse_object *acpi_ps_get_arg(union acpi_parse_object *op, u32 argn) in acpi_ps_get_arg()
72 union acpi_parse_object *arg = NULL; in acpi_ps_get_arg()
127 acpi_ps_append_arg(union acpi_parse_object *op, union acpi_parse_object *arg) in acpi_ps_append_arg()
129 union acpi_parse_object *prev_arg; in acpi_ps_append_arg()
200 union acpi_parse_object *acpi_ps_get_depth_next(union acpi_parse_object *origin, in acpi_ps_get_depth_next()
201 union acpi_parse_object *op) in acpi_ps_get_depth_next()
203 union acpi_parse_object *next = NULL; in acpi_ps_get_depth_next()
204 union acpi_parse_object *parent; in acpi_ps_get_depth_next()
205 union acpi_parse_object *arg; in acpi_ps_get_depth_next()
271 union acpi_parse_object *acpi_ps_get_child(union acpi_parse_object *op) in acpi_ps_get_child()
273 union acpi_parse_object *child = NULL; in acpi_ps_get_child()