Lines Matching refs:coh901318_chan

1287 	struct coh901318_chan *chans;
1290 struct coh901318_chan { struct
1314 static void coh901318_list_print(struct coh901318_chan *cohc, in coh901318_list_print() argument
1399 static inline struct coh901318_chan *to_coh901318_chan(struct dma_chan *chan) in to_coh901318_chan()
1401 return container_of(chan, struct coh901318_chan, chan); in to_coh901318_chan()
1405 cohc_chan_param(struct coh901318_chan *cohc) in cohc_chan_param()
1411 cohc_chan_conf(struct coh901318_chan *cohc) in cohc_chan_conf()
1416 static void enable_powersave(struct coh901318_chan *cohc) in enable_powersave()
1427 static void disable_powersave(struct coh901318_chan *cohc) in disable_powersave()
1439 static inline int coh901318_set_ctrl(struct coh901318_chan *cohc, u32 control) in coh901318_set_ctrl()
1450 static inline int coh901318_set_conf(struct coh901318_chan *cohc, u32 conf) in coh901318_set_conf()
1462 static int coh901318_start(struct coh901318_chan *cohc) in coh901318_start()
1481 static int coh901318_prep_linked_list(struct coh901318_chan *cohc, in coh901318_prep_linked_list()
1509 coh901318_desc_get(struct coh901318_chan *cohc) in coh901318_desc_get()
1541 coh901318_desc_free(struct coh901318_chan *cohc, struct coh901318_desc *cohd) in coh901318_desc_free()
1548 coh901318_desc_submit(struct coh901318_chan *cohc, struct coh901318_desc *desc) in coh901318_desc_submit()
1554 coh901318_first_active_get(struct coh901318_chan *cohc) in coh901318_first_active_get()
1574 coh901318_desc_queue(struct coh901318_chan *cohc, struct coh901318_desc *desc) in coh901318_desc_queue()
1580 coh901318_first_queued(struct coh901318_chan *cohc) in coh901318_first_queued()
1613 struct coh901318_chan *cohc = to_coh901318_chan(chan); in coh901318_get_bytes_left()
1697 struct coh901318_chan *cohc = to_coh901318_chan(chan); in coh901318_pause()
1743 struct coh901318_chan *cohc = to_coh901318_chan(chan); in coh901318_resume()
1810 static int coh901318_config(struct coh901318_chan *cohc, in coh901318_config()
1851 static struct coh901318_desc *coh901318_queue_start(struct coh901318_chan *cohc) in coh901318_queue_start()
1888 struct coh901318_chan *cohc = (struct coh901318_chan *) data; in dma_tasklet()
1956 static void dma_tc_handle(struct coh901318_chan *cohc) in dma_tc_handle()
2010 struct coh901318_chan *cohc; in dma_irq_handler()
2122 struct coh901318_chan *cohc = to_coh901318_chan(chan); in coh901318_terminate_all()
2172 struct coh901318_chan *cohc = to_coh901318_chan(chan); in coh901318_alloc_chan_resources()
2196 struct coh901318_chan *cohc = to_coh901318_chan(chan); in coh901318_free_chan_resources()
2221 struct coh901318_chan *cohc = to_coh901318_chan(tx->chan); in coh901318_tx_submit()
2242 struct coh901318_chan *cohc = to_coh901318_chan(chan); in coh901318_prep_memcpy()
2294 struct coh901318_chan *cohc = to_coh901318_chan(chan); in coh901318_prep_slave_sg()
2421 struct coh901318_chan *cohc = to_coh901318_chan(chan); in coh901318_tx_status()
2439 struct coh901318_chan *cohc = to_coh901318_chan(chan); in coh901318_issue_pending()
2520 struct coh901318_chan *cohc = to_coh901318_chan(chan); in coh901318_dma_set_runtimeconfig()
2603 struct coh901318_chan *cohc; in coh901318_base_init()
2657 sizeof(struct coh901318_chan), in coh901318_probe()