Searched refs:dwc_first_active (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/dma/dw/
H A Dcore.c48 static struct dw_desc *dwc_first_active(struct dw_dma_chan *dwc) function
224 desc = dwc_first_active(dwc);
320 desc = dwc_first_active(dwc);
435 bad_desc = dwc_first_active(dwc);
442 dwc_dostart(dwc, dwc_first_active(dwc));
903 if (desc == dwc_first_active(dwc)) {

Completed in 242 milliseconds