Searched refs:cdma_to_channel (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/ |
H A D | cdma_hw.c | 45 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_start() 92 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_timeout_restart() 145 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_flush() 156 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_stop() 201 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_freeze() 229 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_resume() 252 struct host1x_channel *ch = cdma_to_channel(cdma); in timeout_release_mlock() 287 ch = cdma_to_channel(cdma); in cdma_timeout_handler()
|
H A D | channel_hw.c | 24 struct device *dev = cdma_to_channel(cdma)->dev; in trace_write_gather()
|
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/ |
H A D | cdma_hw.c | 45 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_start() 92 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_timeout_restart() 145 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_flush() 156 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_stop() 201 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_freeze() 229 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_resume() 256 ch = cdma_to_channel(cdma); in cdma_timeout_handler()
|
H A D | channel_hw.c | 24 struct device *dev = cdma_to_channel(cdma)->dev; in trace_write_gather()
|
/kernel/linux/linux-5.10/drivers/gpu/host1x/ |
H A D | cdma.h | 74 #define cdma_to_channel(cdma) container_of(cdma, struct host1x_channel, cdma) macro 75 #define cdma_to_host1x(cdma) dev_get_drvdata(cdma_to_channel(cdma)->dev->parent)
|
H A D | cdma.c | 209 trace_host1x_wait_cdma(dev_name(cdma_to_channel(cdma)->dev), in host1x_cdma_wait_locked() 247 trace_host1x_wait_cdma(dev_name(cdma_to_channel(cdma)->dev), in host1x_cdma_wait_pushbuffer_space() 533 trace_host1x_cdma_push(dev_name(cdma_to_channel(cdma)->dev), in host1x_cdma_push() 559 struct host1x_channel *channel = cdma_to_channel(cdma); in host1x_cdma_push_wide()
|
/kernel/linux/linux-6.6/drivers/gpu/host1x/ |
H A D | cdma.h | 76 #define cdma_to_channel(cdma) container_of(cdma, struct host1x_channel, cdma) macro 77 #define cdma_to_host1x(cdma) dev_get_drvdata(cdma_to_channel(cdma)->dev->parent)
|
H A D | cdma.c | 209 trace_host1x_wait_cdma(dev_name(cdma_to_channel(cdma)->dev), in host1x_cdma_wait_locked() 247 trace_host1x_wait_cdma(dev_name(cdma_to_channel(cdma)->dev), in host1x_cdma_wait_pushbuffer_space() 599 trace_host1x_cdma_push(dev_name(cdma_to_channel(cdma)->dev), in host1x_cdma_push() 625 struct host1x_channel *channel = cdma_to_channel(cdma); in host1x_cdma_push_wide()
|
Completed in 5 milliseconds