Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/host1x/hw/
Dcdma_hw.c70 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_start()
106 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_timeout_restart()
150 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_flush()
161 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_stop()
206 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_freeze()
234 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_resume()
261 ch = cdma_to_channel(cdma); in cdma_timeout_handler()
Dchannel_hw.c35 struct device *dev = cdma_to_channel(cdma)->dev; in trace_write_gather()
/Linux-v4.19/drivers/gpu/host1x/
Dcdma.h85 #define cdma_to_channel(cdma) container_of(cdma, struct host1x_channel, cdma) macro
86 #define cdma_to_host1x(cdma) dev_get_drvdata(cdma_to_channel(cdma)->dev->parent)
Dcdma.c199 trace_host1x_wait_cdma(dev_name(cdma_to_channel(cdma)->dev), in host1x_cdma_wait_locked()
498 trace_host1x_cdma_push(dev_name(cdma_to_channel(cdma)->dev), in host1x_cdma_push()