Searched defs:cdma (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/gpu/host1x/ | 
| D | cdma.c | 50 	struct host1x_cdma *cdma = pb_to_cdma(pb);  in host1x_pushbuffer_destroy()  local72 	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()
 296 static void stop_cdma_timer_locked(struct host1x_cdma *cdma)  in stop_cdma_timer_locked()
 312 static void update_cdma_locked(struct host1x_cdma *cdma)  in update_cdma_locked()
 370 void host1x_cdma_update_sync_queue(struct host1x_cdma *cdma,  in host1x_cdma_update_sync_queue()
 449 int host1x_cdma_init(struct host1x_cdma *cdma)  in host1x_cdma_init()
 472 int host1x_cdma_deinit(struct host1x_cdma *cdma)  in host1x_cdma_deinit()
 [all …]
 
 | 
| D | dev.h | 243 					struct host1x_cdma *cdma)  in host1x_hw_cdma_start()249 				       struct host1x_cdma *cdma)  in host1x_hw_cdma_stop()
 255 					struct host1x_cdma *cdma)  in host1x_hw_cdma_flush()
 261 					      struct host1x_cdma *cdma,  in host1x_hw_cdma_timeout_init()
 268 						  struct host1x_cdma *cdma)  in host1x_hw_cdma_timeout_destroy()
 274 					 struct host1x_cdma *cdma)  in host1x_hw_cdma_freeze()
 280 					 struct host1x_cdma *cdma, u32 getptr)  in host1x_hw_cdma_resume()
 286 						   struct host1x_cdma *cdma,  in host1x_hw_cdma_timeout_cpu_incr()
 
 | 
| D | cdma.h | 74 #define cdma_to_channel(cdma) container_of(cdma, struct host1x_channel, cdma)  argument75 #define cdma_to_host1x(cdma) dev_get_drvdata(cdma_to_channel(cdma)->dev->parent)  argument
 
 | 
| D | channel.h | 30 	struct host1x_cdma cdma;  member
 | 
| /Linux-v5.4/drivers/gpu/host1x/hw/ | 
| D | cdma_hw.c | 28 static void cdma_timeout_cpu_incr(struct host1x_cdma *cdma, u32 getptr,  in cdma_timeout_cpu_incr()43 static void cdma_start(struct host1x_cdma *cdma)  in cdma_start()
 89 static void cdma_timeout_restart(struct host1x_cdma *cdma, u32 getptr)  in cdma_timeout_restart()
 143 static void cdma_flush(struct host1x_cdma *cdma)  in cdma_flush()
 154 static void cdma_stop(struct host1x_cdma *cdma)  in cdma_stop()
 198 static void cdma_freeze(struct host1x_cdma *cdma)  in cdma_freeze()
 226 static void cdma_resume(struct host1x_cdma *cdma, u32 getptr)  in cdma_resume()
 249 	struct host1x_cdma *cdma;  in cdma_timeout_handler()  local
 298 static int cdma_timeout_init(struct host1x_cdma *cdma, unsigned int syncpt)  in cdma_timeout_init()
 309 static void cdma_timeout_destroy(struct host1x_cdma *cdma)  in cdma_timeout_destroy()
 
 | 
| D | channel_hw.c | 21 static void trace_write_gather(struct host1x_cdma *cdma, struct host1x_bo *bo,  in trace_write_gather()52 	struct host1x_cdma *cdma = &job->channel->cdma;  in submit_gathers()  local
 
 | 
| D | debug_hw.c | 160 			unsigned int words, struct host1x_cdma *cdma,  in show_gather()193 static void show_channel_gathers(struct output *o, struct host1x_cdma *cdma)  in show_channel_gathers()
 
 | 
| D | debug_hw_1x06.c | 18 	struct host1x_cdma *cdma = &ch->cdma;  in host1x_debug_show_channel_cdma()  local
 | 
| D | debug_hw_1x01.c | 18 	struct host1x_cdma *cdma = &ch->cdma;  in host1x_debug_show_channel_cdma()  local
 | 
| /Linux-v5.4/sound/pci/ | 
| D | cs4281.c | 1791 	struct cs4281_dma *cdma;  in snd_cs4281_interrupt()  local
 |