Lines Matching defs:sde

245 	struct sdma_engine *sde,  in write_sde_csr()
253 struct sdma_engine *sde, in read_sde_csr()
263 static void sdma_wait_for_packet_egress(struct sdma_engine *sde, in sdma_wait_for_packet_egress()
304 struct sdma_engine *sde = &dd->per_sdma[i]; in sdma_wait() local
310 static inline void sdma_set_desc_cnt(struct sdma_engine *sde, unsigned cnt) in sdma_set_desc_cnt()
322 static inline void complete_tx(struct sdma_engine *sde, in complete_tx()
362 static void sdma_flush(struct sdma_engine *sde) in sdma_flush()
409 struct sdma_engine *sde = in sdma_field_flush() local
420 struct sdma_engine *sde = container_of(work, struct sdma_engine, in sdma_err_halt_wait() local
447 static void sdma_err_progress_check_schedule(struct sdma_engine *sde) in sdma_err_progress_check_schedule()
470 struct sdma_engine *sde = timer_container_of(sde, t, in sdma_err_progress_check() local
509 struct sdma_engine *sde = from_tasklet(sde, t, in sdma_hw_clean_up_task() local
529 static inline struct sdma_txreq *get_txhead(struct sdma_engine *sde) in get_txhead()
537 static void sdma_flush_descq(struct sdma_engine *sde) in sdma_flush_descq()
569 struct sdma_engine *sde = from_tasklet(sde, t, sdma_sw_clean_up_task); in sdma_sw_clean_up_task() local
614 static void sdma_sw_tear_down(struct sdma_engine *sde) in sdma_sw_tear_down()
626 static void sdma_start_hw_clean_up(struct sdma_engine *sde) in sdma_start_hw_clean_up()
631 static void sdma_set_state(struct sdma_engine *sde, in sdma_set_state()
709 int sdma_engine_get_vl(struct sdma_engine *sde) in sdma_engine_get_vl()
796 struct sdma_engine *sde[]; member
832 struct sdma_engine *sde = NULL; in sdma_select_user_engine() local
870 struct sdma_engine *sde) in sdma_cleanup_sde_map()
893 ssize_t sdma_set_cpu_to_sde_map(struct sdma_engine *sde, const char *buf, in sdma_set_cpu_to_sde_map()
1046 ssize_t sdma_get_cpu_to_sde_map(struct sdma_engine *sde, char *buf) in sdma_get_cpu_to_sde_map()
1257 struct sdma_engine *sde; in sdma_clean() local
1323 struct sdma_engine *sde; in sdma_init() local
1514 struct sdma_engine *sde; in sdma_all_running() local
1535 struct sdma_engine *sde; in sdma_start() local
1551 struct sdma_engine *sde; in sdma_exit() local
1643 static inline u16 sdma_gethead(struct sdma_engine *sde) in sdma_gethead()
1706 static void sdma_desc_avail(struct sdma_engine *sde, uint avail) in sdma_desc_avail()
1767 static void sdma_make_progress(struct sdma_engine *sde, u64 status) in sdma_make_progress()
1836 void sdma_engine_interrupt(struct sdma_engine *sde, u64 status) in sdma_engine_interrupt()
1856 void sdma_engine_error(struct sdma_engine *sde, u64 status) in sdma_engine_error()
1882 static void sdma_sendctrl(struct sdma_engine *sde, unsigned op) in sdma_sendctrl()
1931 static void sdma_setlengen(struct sdma_engine *sde) in sdma_setlengen()
1950 static inline void sdma_update_tail(struct sdma_engine *sde, u16 tail) in sdma_update_tail()
1961 static void sdma_hw_start_up(struct sdma_engine *sde) in sdma_hw_start_up()
1984 static void set_sdma_integrity(struct sdma_engine *sde) in set_sdma_integrity()
1993 struct sdma_engine *sde, in init_sdma_regs()
2043 void sdma_dumpstate(struct sdma_engine *sde) in sdma_dumpstate()
2084 static void dump_sdma_state(struct sdma_engine *sde) in dump_sdma_state()
2152 void sdma_seqfile_dump_sde(struct seq_file *s, struct sdma_engine *sde) in sdma_seqfile_dump_sde()
2222 static inline u64 add_gen(struct sdma_engine *sde, u64 qw1) in add_gen()
2248 static inline u16 submit_tx(struct sdma_engine *sde, struct sdma_txreq *tx) in submit_tx()
2296 struct sdma_engine *sde, in sdma_check_progress()
2336 int sdma_send_txreq(struct sdma_engine *sde, in sdma_send_txreq()
2415 int sdma_send_txlist(struct sdma_engine *sde, struct iowait_work *wait, in sdma_send_txlist()
2485 static void sdma_process_event(struct sdma_engine *sde, enum sdma_events event) in sdma_process_event()
2501 static void __sdma_process_event(struct sdma_engine *sde, in __sdma_process_event()
3122 struct sdma_engine *sde; in sdma_update_lmc() local
3231 int sdma_ahg_alloc(struct sdma_engine *sde) in sdma_ahg_alloc()
3262 void sdma_ahg_free(struct sdma_engine *sde, int ahg_index) in sdma_ahg_free()
3357 struct sdma_engine *sde) in _sdma_engine_progress_schedule()