Lines Matching defs:intr_tx
70 struct dma_async_tx_descriptor *intr_tx = (void *) ~0;
76 intr_tx = NULL;
81 if (!intr_tx) {
90 intr_tx = device->device_prep_dma_interrupt(chan, 0);
92 intr_tx = NULL;
94 if (intr_tx) {
95 intr_tx->callback = NULL;
96 intr_tx->callback_param = NULL;
100 txd_chain(intr_tx, tx);
105 txd_chain(depend_tx, intr_tx);
106 async_tx_ack(intr_tx);
107 intr_tx = NULL;
111 if (intr_tx) {
112 txd_clear_parent(intr_tx);
113 intr_tx->tx_submit(intr_tx);
114 async_tx_ack(intr_tx);