Searched defs:cdma (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/host1x/ |
H A D | cdma.c | 50 struct host1x_cdma *cdma = pb_to_cdma(pb); in host1x_pushbuffer_destroy() local 72 struct host1x_cdma *cdma = pb_to_cdma(pb); in host1x_pushbuffer_init() local 185 unsigned int host1x_cdma_wait_locked(struct host1x_cdma *cdma, in host1x_cdma_wait_locked() 236 struct host1x_cdma *cdma, in host1x_cdma_wait_pushbuffer_space() 273 static void cdma_start_timer_locked(struct host1x_cdma *cdma, in cdma_start_timer_locked() 294 static void stop_cdma_timer_locked(struct host1x_cdma *cdma) in stop_cdma_timer_locked() 310 static void update_cdma_locked(struct host1x_cdma *cdma) in update_cdma_locked() 363 void host1x_cdma_update_sync_queue(struct host1x_cdma *cdma, in host1x_cdma_update_sync_queue() 495 struct host1x_cdma *cdma = container_of(work, struct host1x_cdma, update_work); in cdma_update_work() local 505 int host1x_cdma_init(struct host1x_cdma *cdma) in host1x_cdma_init() [all …]
|
H A D | dev.h | 275 struct host1x_cdma *cdma) in host1x_hw_cdma_start() 281 struct host1x_cdma *cdma) in host1x_hw_cdma_stop() 287 struct host1x_cdma *cdma) in host1x_hw_cdma_flush() 293 struct host1x_cdma *cdma) in host1x_hw_cdma_timeout_init() 299 struct host1x_cdma *cdma) in host1x_hw_cdma_timeout_destroy() 305 struct host1x_cdma *cdma) in host1x_hw_cdma_freeze() 311 struct host1x_cdma *cdma, u32 getptr) in host1x_hw_cdma_resume() 317 struct host1x_cdma *cdma, in host1x_hw_cdma_timeout_cpu_incr()
|
H A D | cdma.h | 76 #define cdma_to_channel(cdma) container_of(cdma, struct host1x_channel, cdma) argument 77 #define cdma_to_host1x(cdma) dev_get_drvdata(cdma_to_channel(cdma)->dev->parent) argument
|
H A D | channel.h | 34 struct host1x_cdma cdma; member
|
/linux/drivers/gpu/host1x/hw/ |
H A D | channel_hw.c | 21 static void trace_write_gather(struct host1x_cdma *cdma, struct host1x_bo *bo, in trace_write_gather() 53 struct host1x_cdma *cdma = &job->channel->cdma; in submit_wait() local 115 struct host1x_cdma *cdma = &job->channel->cdma; in submit_gathers() local 214 struct host1x_cdma *cdma = &job->channel->cdma; in channel_program_cdma() local
|
H A D | debug_hw_1x06.c | 18 struct host1x_cdma *cdma = &ch->cdma; in host1x_debug_show_channel_cdma() local
|
H A D | debug_hw_1x01.c | 18 struct host1x_cdma *cdma = &ch->cdma; in host1x_debug_show_channel_cdma() local
|
/linux/sound/pci/ |
H A D | cs4281.c | 1734 struct cs4281_dma *cdma; in snd_cs4281_interrupt() local
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_def.h | 351 dma_addr_t cdma; member 357 dma_addr_t cdma; member
|