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()
203 union acpi_parse_object *next = NULL; in acpi_ps_get_depth_next() local
215 next = acpi_ps_get_arg(op, 0); in acpi_ps_get_depth_next()
216 if (next) { in acpi_ps_get_depth_next()
217 return (next); in acpi_ps_get_depth_next()
222 next = op->common.next; in acpi_ps_get_depth_next()
223 if (next) { in acpi_ps_get_depth_next()
224 return (next); in acpi_ps_get_depth_next()
234 arg = arg->common.next; in acpi_ps_get_depth_next()
244 if (parent->common.next) { in acpi_ps_get_depth_next()
248 return (parent->common.next); in acpi_ps_get_depth_next()
255 return (next); in acpi_ps_get_depth_next()