Home
last modified time | relevance | path

Searched defs:cdma (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/gpu/host1x/
Dcdma.c51 struct host1x_cdma *cdma = pb_to_cdma(pb); in host1x_pushbuffer_destroy() local
73 struct host1x_cdma *cdma = pb_to_cdma(pb); in host1x_pushbuffer_init() local
175 unsigned int host1x_cdma_wait_locked(struct host1x_cdma *cdma, in host1x_cdma_wait_locked()
224 static void cdma_start_timer_locked(struct host1x_cdma *cdma, in cdma_start_timer_locked()
247 static void stop_cdma_timer_locked(struct host1x_cdma *cdma) in stop_cdma_timer_locked()
263 static void update_cdma_locked(struct host1x_cdma *cdma) in update_cdma_locked()
321 void host1x_cdma_update_sync_queue(struct host1x_cdma *cdma, in host1x_cdma_update_sync_queue()
414 int host1x_cdma_init(struct host1x_cdma *cdma) in host1x_cdma_init()
437 int host1x_cdma_deinit(struct host1x_cdma *cdma) in host1x_cdma_deinit()
456 int host1x_cdma_begin(struct host1x_cdma *cdma, struct host1x_job *job) in host1x_cdma_begin()
[all …]
Ddev.h246 struct host1x_cdma *cdma) in host1x_hw_cdma_start()
252 struct host1x_cdma *cdma) in host1x_hw_cdma_stop()
258 struct host1x_cdma *cdma) in host1x_hw_cdma_flush()
264 struct host1x_cdma *cdma, in host1x_hw_cdma_timeout_init()
271 struct host1x_cdma *cdma) in host1x_hw_cdma_timeout_destroy()
277 struct host1x_cdma *cdma) in host1x_hw_cdma_freeze()
283 struct host1x_cdma *cdma, u32 getptr) in host1x_hw_cdma_resume()
289 struct host1x_cdma *cdma, in host1x_hw_cdma_timeout_cpu_incr()
Dcdma.h85 #define cdma_to_channel(cdma) container_of(cdma, struct host1x_channel, cdma) argument
86 #define cdma_to_host1x(cdma) dev_get_drvdata(cdma_to_channel(cdma)->dev->parent) argument
Dchannel.h41 struct host1x_cdma cdma; member
/Linux-v4.19/drivers/gpu/host1x/hw/
Dcdma_hw.c39 static void cdma_timeout_cpu_incr(struct host1x_cdma *cdma, u32 getptr, in cdma_timeout_cpu_incr()
68 static void cdma_start(struct host1x_cdma *cdma) in cdma_start()
103 static void cdma_timeout_restart(struct host1x_cdma *cdma, u32 getptr) in cdma_timeout_restart()
148 static void cdma_flush(struct host1x_cdma *cdma) in cdma_flush()
159 static void cdma_stop(struct host1x_cdma *cdma) in cdma_stop()
203 static void cdma_freeze(struct host1x_cdma *cdma) in cdma_freeze()
231 static void cdma_resume(struct host1x_cdma *cdma, u32 getptr) in cdma_resume()
254 struct host1x_cdma *cdma; in cdma_timeout_handler() local
303 static int cdma_timeout_init(struct host1x_cdma *cdma, unsigned int syncpt) in cdma_timeout_init()
314 static void cdma_timeout_destroy(struct host1x_cdma *cdma) in cdma_timeout_destroy()
Dchannel_hw.c32 static void trace_write_gather(struct host1x_cdma *cdma, struct host1x_bo *bo, in trace_write_gather()
63 struct host1x_cdma *cdma = &job->channel->cdma; in submit_gathers() local
Ddebug_hw.c169 unsigned int words, struct host1x_cdma *cdma, in show_gather()
202 static void show_channel_gathers(struct output *o, struct host1x_cdma *cdma) in show_channel_gathers()
Ddebug_hw_1x06.c27 struct host1x_cdma *cdma = &ch->cdma; in host1x_debug_show_channel_cdma() local
Ddebug_hw_1x01.c27 struct host1x_cdma *cdma = &ch->cdma; in host1x_debug_show_channel_cdma() local
/Linux-v4.19/sound/pci/
Dcs4281.c1808 struct cs4281_dma *cdma; in snd_cs4281_interrupt() local