next_job          375 drivers/gpu/host1x/cdma.c 	struct host1x_job *job, *next_job = NULL;
next_job          396 drivers/gpu/host1x/cdma.c 				next_job = list_next_entry(job, list);
next_job          415 drivers/gpu/host1x/cdma.c 	if (next_job)
next_job          416 drivers/gpu/host1x/cdma.c 		restart_addr = next_job->first_get;