Home
last modified time | relevance | path

Searched refs:host1x_channel (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/drivers/gpu/host1x/
Dchannel.c48 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()
Ddev.h31 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()
Ddebug.c45 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()
Dchannel.h28 struct host1x_channel { struct
Ddev.c53 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()
Dcdma.h83 #define cdma_to_channel(cdma) container_of(cdma, struct host1x_channel, cdma)
Dintr.c112 struct host1x_channel *channel = waiter->data; in action_submit_complete()
Djob.c34 struct host1x_job *host1x_job_alloc(struct host1x_channel *ch, in host1x_job_alloc()
/linux-4.4.14/include/linux/
Dhost1x.h47 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.4.14/drivers/gpu/host1x/hw/
Dcdma_hw.c69 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()
Dchannel_hw.c92 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()
Ddebug_hw.c179 struct host1x_channel *ch, in host1x_debug_show_channel_cdma()
233 struct host1x_channel *ch, in host1x_debug_show_channel_fifo()
/linux-4.4.14/drivers/gpu/drm/tegra/
Dgr2d.c17 struct host1x_channel *channel;
Ddrm.h66 struct host1x_channel *channel;
Dgr3d.c24 struct host1x_channel *channel;