Home
last modified time | relevance | path

Searched refs:host1x_cdma_begin (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/gpu/host1x/
Dcdma.h82 int host1x_cdma_begin(struct host1x_cdma *cdma, struct host1x_job *job);
Dcdma.c548 int host1x_cdma_begin(struct host1x_cdma *cdma, struct host1x_job *job) in host1x_cdma_begin() function
/Linux-v6.6/include/trace/events/
Dhost1x.h39 DEFINE_EVENT(host1x, host1x_cdma_begin,
/Linux-v6.6/drivers/gpu/host1x/hw/
Dchannel_hw.c313 err = host1x_cdma_begin(&ch->cdma, job); in channel_submit()