Symbol: host1x_cdma
drivers/gpu/host1x/cdma.c
185
unsigned int host1x_cdma_wait_locked(struct host1x_cdma *cdma,
drivers/gpu/host1x/cdma.c
236
struct host1x_cdma *cdma,
drivers/gpu/host1x/cdma.c
271
static void cdma_start_timer_locked(struct host1x_cdma *cdma,
drivers/gpu/host1x/cdma.c
292
static void stop_cdma_timer_locked(struct host1x_cdma *cdma)
drivers/gpu/host1x/cdma.c
308
static void update_cdma_locked(struct host1x_cdma *cdma)
drivers/gpu/host1x/cdma.c
361
void host1x_cdma_update_sync_queue(struct host1x_cdma *cdma,
drivers/gpu/host1x/cdma.c
493
struct host1x_cdma *cdma = container_of(work, struct host1x_cdma, update_work);
drivers/gpu/host1x/cdma.c
50
struct host1x_cdma *cdma = pb_to_cdma(pb);
drivers/gpu/host1x/cdma.c
503
int host1x_cdma_init(struct host1x_cdma *cdma)
drivers/gpu/host1x/cdma.c
527
int host1x_cdma_deinit(struct host1x_cdma *cdma)
drivers/gpu/host1x/cdma.c
546
int host1x_cdma_begin(struct host1x_cdma *cdma, struct host1x_job *job)
drivers/gpu/host1x/cdma.c
590
void host1x_cdma_push(struct host1x_cdma *cdma, u32 op1, u32 op2)
drivers/gpu/host1x/cdma.c
617
void host1x_cdma_push_wide(struct host1x_cdma *cdma, u32 op1, u32 op2,
drivers/gpu/host1x/cdma.c
660
void host1x_cdma_end(struct host1x_cdma *cdma,
drivers/gpu/host1x/cdma.c
684
void host1x_cdma_update(struct host1x_cdma *cdma)
drivers/gpu/host1x/cdma.c
72
struct host1x_cdma *cdma = pb_to_cdma(pb);
drivers/gpu/host1x/cdma.h
78
#define pb_to_cdma(pb) container_of(pb, struct host1x_cdma, push_buffer)
drivers/gpu/host1x/cdma.h
80
int host1x_cdma_init(struct host1x_cdma *cdma);
drivers/gpu/host1x/cdma.h
81
int host1x_cdma_deinit(struct host1x_cdma *cdma);
drivers/gpu/host1x/cdma.h
82
int host1x_cdma_begin(struct host1x_cdma *cdma, struct host1x_job *job);
drivers/gpu/host1x/cdma.h
83
void host1x_cdma_push(struct host1x_cdma *cdma, u32 op1, u32 op2);
drivers/gpu/host1x/cdma.h
84
void host1x_cdma_push_wide(struct host1x_cdma *cdma, u32 op1, u32 op2,
drivers/gpu/host1x/cdma.h
86
void host1x_cdma_end(struct host1x_cdma *cdma, struct host1x_job *job);
drivers/gpu/host1x/cdma.h
87
void host1x_cdma_update(struct host1x_cdma *cdma);
drivers/gpu/host1x/cdma.h
88
void host1x_cdma_peek(struct host1x_cdma *cdma, u32 dmaget, int slot,
drivers/gpu/host1x/cdma.h
90
unsigned int host1x_cdma_wait_locked(struct host1x_cdma *cdma,
drivers/gpu/host1x/cdma.h
92
void host1x_cdma_update_sync_queue(struct host1x_cdma *cdma,
drivers/gpu/host1x/channel.h
34
struct host1x_cdma cdma;
drivers/gpu/host1x/dev.h
26
struct host1x_cdma;
drivers/gpu/host1x/dev.h
278
struct host1x_cdma *cdma)
drivers/gpu/host1x/dev.h
284
struct host1x_cdma *cdma)
drivers/gpu/host1x/dev.h
290
struct host1x_cdma *cdma)
drivers/gpu/host1x/dev.h
296
struct host1x_cdma *cdma)
drivers/gpu/host1x/dev.h
302
struct host1x_cdma *cdma)
drivers/gpu/host1x/dev.h
308
struct host1x_cdma *cdma)
drivers/gpu/host1x/dev.h
314
struct host1x_cdma *cdma, u32 getptr)
drivers/gpu/host1x/dev.h
320
struct host1x_cdma *cdma,
drivers/gpu/host1x/dev.h
39
void (*start)(struct host1x_cdma *cdma);
drivers/gpu/host1x/dev.h
40
void (*stop)(struct host1x_cdma *cdma);
drivers/gpu/host1x/dev.h
41
void (*flush)(struct host1x_cdma *cdma);
drivers/gpu/host1x/dev.h
42
int (*timeout_init)(struct host1x_cdma *cdma);
drivers/gpu/host1x/dev.h
43
void (*timeout_destroy)(struct host1x_cdma *cdma);
drivers/gpu/host1x/dev.h
44
void (*freeze)(struct host1x_cdma *cdma);
drivers/gpu/host1x/dev.h
45
void (*resume)(struct host1x_cdma *cdma, u32 getptr);
drivers/gpu/host1x/dev.h
46
void (*timeout_cpu_incr)(struct host1x_cdma *cdma, u32 getptr,
drivers/gpu/host1x/hw/cdma_hw.c
143
static void cdma_flush(struct host1x_cdma *cdma)
drivers/gpu/host1x/hw/cdma_hw.c
154
static void cdma_stop(struct host1x_cdma *cdma)
drivers/gpu/host1x/hw/cdma_hw.c
198
static void cdma_freeze(struct host1x_cdma *cdma)
drivers/gpu/host1x/hw/cdma_hw.c
226
static void cdma_resume(struct host1x_cdma *cdma, u32 getptr)
drivers/gpu/host1x/hw/cdma_hw.c
241
static void timeout_release_mlock(struct host1x_cdma *cdma)
drivers/gpu/host1x/hw/cdma_hw.c
28
static void cdma_timeout_cpu_incr(struct host1x_cdma *cdma, u32 getptr,
drivers/gpu/host1x/hw/cdma_hw.c
292
struct host1x_cdma *cdma;
drivers/gpu/host1x/hw/cdma_hw.c
296
cdma = container_of(to_delayed_work(work), struct host1x_cdma,
drivers/gpu/host1x/hw/cdma_hw.c
344
static int cdma_timeout_init(struct host1x_cdma *cdma)
drivers/gpu/host1x/hw/cdma_hw.c
355
static void cdma_timeout_destroy(struct host1x_cdma *cdma)
drivers/gpu/host1x/hw/cdma_hw.c
43
static void cdma_start(struct host1x_cdma *cdma)
drivers/gpu/host1x/hw/cdma_hw.c
89
static void cdma_timeout_restart(struct host1x_cdma *cdma, u32 getptr)
drivers/gpu/host1x/hw/channel_hw.c
112
struct host1x_cdma *cdma = &job->channel->cdma;
drivers/gpu/host1x/hw/channel_hw.c
21
static void trace_write_gather(struct host1x_cdma *cdma, struct host1x_bo *bo,
drivers/gpu/host1x/hw/channel_hw.c
212
struct host1x_cdma *cdma = &job->channel->cdma;
drivers/gpu/host1x/hw/channel_hw.c
52
struct host1x_cdma *cdma = &job->channel->cdma;
drivers/gpu/host1x/hw/channel_hw.c
81
struct host1x_cdma *cdma = &job->channel->cdma;
drivers/gpu/host1x/hw/debug_hw.c
160
unsigned int words, struct host1x_cdma *cdma,
drivers/gpu/host1x/hw/debug_hw.c
202
static void show_channel_gathers(struct output *o, struct host1x_cdma *cdma)
drivers/gpu/host1x/hw/debug_hw_1x01.c
18
struct host1x_cdma *cdma = &ch->cdma;
drivers/gpu/host1x/hw/debug_hw_1x06.c
18
struct host1x_cdma *cdma = &ch->cdma;