Lines Matching refs:next
107 arg = arg->common.next; in acpi_ps_get_arg()
166 while (prev_arg->common.next) { in acpi_ps_append_arg()
167 prev_arg = prev_arg->common.next; in acpi_ps_append_arg()
169 prev_arg->common.next = arg; in acpi_ps_append_arg()
180 arg = arg->common.next; in acpi_ps_append_arg()
204 union acpi_parse_object *next = NULL; in acpi_ps_get_depth_next() local
216 next = acpi_ps_get_arg(op, 0); in acpi_ps_get_depth_next()
217 if (next) { in acpi_ps_get_depth_next()
218 return (next); in acpi_ps_get_depth_next()
223 next = op->common.next; in acpi_ps_get_depth_next()
224 if (next) { in acpi_ps_get_depth_next()
225 return (next); in acpi_ps_get_depth_next()
235 arg = arg->common.next; in acpi_ps_get_depth_next()
245 if (parent->common.next) { in acpi_ps_get_depth_next()
249 return (parent->common.next); in acpi_ps_get_depth_next()
256 return (next); in acpi_ps_get_depth_next()