Lines Matching refs:coh901318_desc
1268 struct coh901318_desc { struct
1512 static struct coh901318_desc *
1515 struct coh901318_desc *desc; in coh901318_desc_get()
1522 desc = kzalloc(sizeof(struct coh901318_desc), GFP_NOWAIT); in coh901318_desc_get()
1530 struct coh901318_desc, in coh901318_desc_get()
1545 coh901318_desc_free(struct coh901318_chan *cohc, struct coh901318_desc *cohd) in coh901318_desc_free()
1552 coh901318_desc_submit(struct coh901318_chan *cohc, struct coh901318_desc *desc) in coh901318_desc_submit()
1557 static struct coh901318_desc *
1560 return list_first_entry_or_null(&cohc->active, struct coh901318_desc, in coh901318_first_active_get()
1565 coh901318_desc_remove(struct coh901318_desc *cohd) in coh901318_desc_remove()
1571 coh901318_desc_queue(struct coh901318_chan *cohc, struct coh901318_desc *desc) in coh901318_desc_queue()
1576 static struct coh901318_desc *
1579 return list_first_entry_or_null(&cohc->queue, struct coh901318_desc, in coh901318_first_queued()
1604 struct coh901318_desc *cohd; in coh901318_get_bytes_left()
1624 cohd = list_entry(pos, struct coh901318_desc, node); in coh901318_get_bytes_left()
1670 cohd = list_entry(pos, struct coh901318_desc, node); in coh901318_get_bytes_left()
1836 static struct coh901318_desc *coh901318_queue_start(struct coh901318_chan *cohc) in coh901318_queue_start()
1838 struct coh901318_desc *cohd; in coh901318_queue_start()
1874 struct coh901318_desc *cohd_fin; in dma_tasklet()
2101 struct coh901318_desc *cohd; in coh901318_terminate_all()
2197 struct coh901318_desc *cohd = container_of(tx, struct coh901318_desc, in coh901318_tx_submit()
2218 struct coh901318_desc *cohd; in coh901318_prep_memcpy()
2274 struct coh901318_desc *cohd; in coh901318_prep_slave_sg()