Symbol: host1x_channel
drivers/crypto/tegra/tegra-se.h
424
struct host1x_channel *channel;
drivers/gpu/drm/tegra/drm.h
106
struct host1x_channel *shared_channel;
drivers/gpu/drm/tegra/drm.h
67
struct host1x_channel *channel;
drivers/gpu/drm/tegra/gr2d.c
33
struct host1x_channel *channel;
drivers/gpu/drm/tegra/gr3d.c
42
struct host1x_channel *channel;
drivers/gpu/drm/tegra/nvdec.c
41
struct host1x_channel *channel;
drivers/gpu/drm/tegra/vic.c
34
struct host1x_channel *channel;
drivers/gpu/host1x/cdma.c
620
struct host1x_channel *channel = cdma_to_channel(cdma);
drivers/gpu/host1x/cdma.h
76
#define cdma_to_channel(cdma) container_of(cdma, struct host1x_channel, cdma)
drivers/gpu/host1x/channel.c
104
struct host1x_channel *channel =
drivers/gpu/host1x/channel.c
105
container_of(kref, struct host1x_channel, refcount);
drivers/gpu/host1x/channel.c
115
void host1x_channel_put(struct host1x_channel *channel)
drivers/gpu/host1x/channel.c
121
static struct host1x_channel *acquire_unused_channel(struct host1x *host)
drivers/gpu/host1x/channel.c
152
struct host1x_channel *host1x_channel_request(struct host1x_client *client)
drivers/gpu/host1x/channel.c
156
struct host1x_channel *channel;
drivers/gpu/host1x/channel.c
19
chlist->channels = kzalloc_objs(struct host1x_channel, num_channels);
drivers/gpu/host1x/channel.c
48
struct host1x_channel *host1x_channel_get(struct host1x_channel *channel)
drivers/gpu/host1x/channel.c
64
struct host1x_channel *host1x_channel_get_index(struct host1x *host,
drivers/gpu/host1x/channel.c
67
struct host1x_channel *ch = &host->channel_list.channels[index];
drivers/gpu/host1x/channel.c
75
void host1x_channel_stop(struct host1x_channel *channel)
drivers/gpu/host1x/channel.h
18
struct host1x_channel;
drivers/gpu/host1x/channel.h
21
struct host1x_channel *channels;
drivers/gpu/host1x/channel.h
41
struct host1x_channel *host1x_channel_get_index(struct host1x *host,
drivers/gpu/host1x/debug.c
135
struct host1x_channel *ch = host1x_channel_get_index(m, i);
drivers/gpu/host1x/debug.c
52
static int show_channel(struct host1x_channel *ch, void *data, bool show_fifo)
drivers/gpu/host1x/dev.c
83
void host1x_ch_writel(struct host1x_channel *ch, u32 v, u32 r)
drivers/gpu/host1x/dev.c
88
u32 host1x_ch_readl(struct host1x_channel *ch, u32 r)
drivers/gpu/host1x/dev.h
185
void host1x_ch_writel(struct host1x_channel *ch, u32 v, u32 r);
drivers/gpu/host1x/dev.h
186
u32 host1x_ch_readl(struct host1x_channel *ch, u32 r);
drivers/gpu/host1x/dev.h
220
struct host1x_channel *ch)
drivers/gpu/host1x/dev.h
25
struct host1x_channel;
drivers/gpu/host1x/dev.h
265
struct host1x_channel *channel,
drivers/gpu/host1x/dev.h
33
int (*init)(struct host1x_channel *channel, struct host1x *host,
drivers/gpu/host1x/dev.h
342
struct host1x_channel *channel,
drivers/gpu/host1x/dev.h
349
struct host1x_channel *channel,
drivers/gpu/host1x/dev.h
57
struct host1x_channel *ch,
drivers/gpu/host1x/dev.h
60
struct host1x_channel *ch,
drivers/gpu/host1x/dev.h
73
struct host1x_channel *channel);
drivers/gpu/host1x/hw/cdma_hw.c
145
struct host1x_channel *ch = cdma_to_channel(cdma);
drivers/gpu/host1x/hw/cdma_hw.c
156
struct host1x_channel *ch = cdma_to_channel(cdma);
drivers/gpu/host1x/hw/cdma_hw.c
170
static void cdma_hw_cmdproc_stop(struct host1x *host, struct host1x_channel *ch,
drivers/gpu/host1x/hw/cdma_hw.c
185
static void cdma_hw_teardown(struct host1x *host, struct host1x_channel *ch)
drivers/gpu/host1x/hw/cdma_hw.c
201
struct host1x_channel *ch = cdma_to_channel(cdma);
drivers/gpu/host1x/hw/cdma_hw.c
229
struct host1x_channel *ch = cdma_to_channel(cdma);
drivers/gpu/host1x/hw/cdma_hw.c
252
struct host1x_channel *ch = cdma_to_channel(cdma);
drivers/gpu/host1x/hw/cdma_hw.c
294
struct host1x_channel *ch;
drivers/gpu/host1x/hw/cdma_hw.c
45
struct host1x_channel *ch = cdma_to_channel(cdma);
drivers/gpu/host1x/hw/cdma_hw.c
92
struct host1x_channel *ch = cdma_to_channel(cdma);
drivers/gpu/host1x/hw/channel_hw.c
177
static void host1x_channel_set_streamid(struct host1x_channel *channel)
drivers/gpu/host1x/hw/channel_hw.c
189
static void host1x_enable_gather_filter(struct host1x_channel *ch)
drivers/gpu/host1x/hw/channel_hw.c
315
struct host1x_channel *ch = job->channel;
drivers/gpu/host1x/hw/channel_hw.c
375
static int host1x_channel_init(struct host1x_channel *ch, struct host1x *dev,
drivers/gpu/host1x/hw/debug_hw_1x01.c
15
struct host1x_channel *ch,
drivers/gpu/host1x/hw/debug_hw_1x01.c
72
struct host1x_channel *ch,
drivers/gpu/host1x/hw/debug_hw_1x06.c
15
struct host1x_channel *ch,
drivers/gpu/host1x/hw/debug_hw_1x06.c
67
struct host1x_channel *ch,
drivers/gpu/host1x/hw/syncpt_hw.c
104
struct host1x_channel *ch)
drivers/gpu/host1x/job.c
26
struct host1x_job *host1x_job_alloc(struct host1x_channel *ch,
include/linux/host1x.h
106
struct host1x_channel *channel;
include/linux/host1x.h
245
struct host1x_channel;
include/linux/host1x.h
248
struct host1x_channel *host1x_channel_request(struct host1x_client *client);
include/linux/host1x.h
249
struct host1x_channel *host1x_channel_get(struct host1x_channel *channel);
include/linux/host1x.h
250
void host1x_channel_stop(struct host1x_channel *channel);
include/linux/host1x.h
251
void host1x_channel_put(struct host1x_channel *channel);
include/linux/host1x.h
282
struct host1x_channel *channel;
include/linux/host1x.h
356
struct host1x_job *host1x_job_alloc(struct host1x_channel *ch,