Searched refs:mv_chan (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/dma/
H A Dmv_xor.c176 * Caller must hold &mv_chan->lock while calling this function
178 static void mv_chan_start_new_chain(struct mv_xor_chan *mv_chan, argument
181 dev_dbg(mv_chan_to_devp(mv_chan), "%s %d: sw_desc %p\n",
185 mv_chan_set_next_descriptor(mv_chan, sw_desc->async_tx.phys);
187 mv_chan->pending++;
188 mv_xor_issue_pending(&mv_chan->dmachan);
193 struct mv_xor_chan *mv_chan,
215 mv_chan_clean_completed_slots(struct mv_xor_chan *mv_chan) argument
219 dev_dbg(mv_chan_to_devp(mv_chan), "%s %d\n", __func__, __LINE__);
220 list_for_each_entry_safe(iter, _iter, &mv_chan
192 mv_desc_run_tx_complete_actions(struct mv_xor_desc_slot *desc, struct mv_xor_chan *mv_chan, dma_cookie_t cookie) argument
235 mv_desc_clean_slot(struct mv_xor_desc_slot *desc, struct mv_xor_chan *mv_chan) argument
263 mv_chan_slot_cleanup(struct mv_xor_chan *mv_chan) argument
349 mv_chan_alloc_slot(struct mv_xor_chan *mv_chan) argument
385 struct mv_xor_chan *mv_chan = to_mv_xor_chan(tx->chan); local
439 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); local
483 mv_xor_add_io_win(struct mv_xor_chan *mv_chan, u32 addr) argument
558 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); local
612 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); local
629 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); local
678 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); local
749 struct mv_xor_chan *mv_chan = to_mv_xor_chan(chan); local
761 mv_chan_memcpy_self_test(struct mv_xor_chan *mv_chan) argument
872 mv_chan_xor_self_test(struct mv_xor_chan *mv_chan) argument
1009 mv_xor_channel_remove(struct mv_xor_chan *mv_chan) argument
1039 struct mv_xor_chan *mv_chan; local
1237 struct mv_xor_chan *mv_chan = xordev->channels[i]; local
1258 struct mv_xor_chan *mv_chan = xordev->channels[i]; local
[all...]

Completed in 121 milliseconds