Searched refs:host1x_channel (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/gpu/host1x/ |
D | channel.c | 48 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel) in host1x_channel_get() 66 void host1x_channel_put(struct host1x_channel *channel) in host1x_channel_put() 83 struct host1x_channel *host1x_channel_request(struct device *dev) in host1x_channel_request() 87 struct host1x_channel *channel = NULL; in host1x_channel_request() 123 void host1x_channel_free(struct host1x_channel *channel) in host1x_channel_free()
|
D | dev.h | 31 struct host1x_channel; 39 int (*init)(struct host1x_channel *channel, struct host1x *host, 63 struct host1x_channel *ch, 66 struct host1x_channel *ch, 124 struct host1x_channel chlist; 138 void host1x_ch_writel(struct host1x_channel *ch, u32 r, u32 v); 139 u32 host1x_ch_readl(struct host1x_channel *ch, u32 r); 213 struct host1x_channel *channel, in host1x_hw_channel_init() 291 struct host1x_channel *channel, in host1x_hw_show_channel_cdma() 298 struct host1x_channel *channel, in host1x_hw_show_channel_fifo()
|
D | debug.c | 45 static int show_channels(struct host1x_channel *ch, void *data, bool show_fifo) in show_channels() 89 struct host1x_channel *ch; in show_all() 101 struct host1x_channel *ch; in show_all_no_fifo()
|
D | channel.h | 28 struct host1x_channel { struct
|
D | dev.c | 53 void host1x_ch_writel(struct host1x_channel *ch, u32 v, u32 r) in host1x_ch_writel() 58 u32 host1x_ch_readl(struct host1x_channel *ch, u32 r) in host1x_ch_readl()
|
D | cdma.h | 83 #define cdma_to_channel(cdma) container_of(cdma, struct host1x_channel, cdma)
|
D | intr.c | 112 struct host1x_channel *channel = waiter->data; in action_submit_complete()
|
D | job.c | 34 struct host1x_job *host1x_job_alloc(struct host1x_channel *ch, in host1x_job_alloc()
|
/linux-4.1.27/include/linux/ |
D | host1x.h | 47 struct host1x_channel *channel; 154 struct host1x_channel; 157 struct host1x_channel *host1x_channel_request(struct device *dev); 158 void host1x_channel_free(struct host1x_channel *channel); 159 struct host1x_channel *host1x_channel_get(struct host1x_channel *channel); 160 void host1x_channel_put(struct host1x_channel *channel); 187 struct host1x_channel *channel; 237 struct host1x_job *host1x_job_alloc(struct host1x_channel *ch,
|
/linux-4.1.27/drivers/gpu/host1x/hw/ |
D | cdma_hw.c | 69 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_start() 106 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_timeout_restart() 151 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_flush() 162 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_stop() 181 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_freeze() 212 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_resume() 236 struct host1x_channel *ch; in cdma_timeout_handler()
|
D | channel_hw.c | 92 struct host1x_channel *ch = job->channel; in channel_submit() 178 static int host1x_channel_init(struct host1x_channel *ch, struct host1x *dev, in host1x_channel_init()
|
D | debug_hw.c | 179 struct host1x_channel *ch, in host1x_debug_show_channel_cdma() 233 struct host1x_channel *ch, in host1x_debug_show_channel_fifo()
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | gr2d.c | 17 struct host1x_channel *channel;
|
D | drm.h | 65 struct host1x_channel *channel;
|
D | gr3d.c | 24 struct host1x_channel *channel;
|