host1x_job_gather   59 drivers/gpu/host1x/hw/channel_hw.c 		struct host1x_job_gather *g = &job->gathers[i];
host1x_job_gather  206 drivers/gpu/host1x/hw/debug_hw.c 			struct host1x_job_gather *g = &job->gathers[i];
host1x_job_gather   37 drivers/gpu/host1x/job.c 		(u64)num_cmdbufs * sizeof(struct host1x_job_gather) +
host1x_job_gather   57 drivers/gpu/host1x/job.c 	mem += num_cmdbufs * sizeof(struct host1x_job_gather);
host1x_job_gather   90 drivers/gpu/host1x/job.c 	struct host1x_job_gather *gather = &job->gathers[job->num_gathers];
host1x_job_gather  127 drivers/gpu/host1x/job.c 		struct host1x_job_gather *g = &job->gathers[i];
host1x_job_gather  187 drivers/gpu/host1x/job.c static int do_relocs(struct host1x_job *job, struct host1x_job_gather *g)
host1x_job_gather  371 drivers/gpu/host1x/job.c static int validate(struct host1x_firewall *fw, struct host1x_job_gather *g)
host1x_job_gather  454 drivers/gpu/host1x/job.c 		struct host1x_job_gather *g = &job->gathers[i];
host1x_job_gather  477 drivers/gpu/host1x/job.c 		struct host1x_job_gather *g = &job->gathers[i];
host1x_job_gather  523 drivers/gpu/host1x/job.c 		struct host1x_job_gather *g = &job->gathers[i];
host1x_job_gather  196 include/linux/host1x.h 	struct host1x_job_gather *gathers;