Searched refs:host1x_job_alloc (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/host1x/ |
D | job.c | 26 struct host1x_job *host1x_job_alloc(struct host1x_channel *ch, in host1x_job_alloc() function 75 EXPORT_SYMBOL(host1x_job_alloc);
|
/linux-6.12.1/include/linux/ |
D | host1x.h | 344 struct host1x_job *host1x_job_alloc(struct host1x_channel *ch,
|
/linux-6.12.1/drivers/crypto/tegra/ |
D | tegra-se-main.c | 149 job = host1x_job_alloc(se->channel, 1, 0, true); in tegra_se_host1x_submit()
|
/linux-6.12.1/drivers/gpu/drm/tegra/ |
D | submit.c | 412 job = host1x_job_alloc(context->channel, args->num_cmds, 0, true); in submit_create_job()
|
D | drm.c | 197 job = host1x_job_alloc(context->channel, args->num_cmdbufs, in tegra_drm_submit()
|