Lines Matching defs:status
31 * enum dma_status - DMA transaction status
165 * control completion, and communicate status.
583 * communicate status
711 * struct dma_tx_state - filled in to report the status of
831 * struct with auxiliary transfer status information, otherwise the call
832 * will just return a simple status code
1387 * @cookie: transaction identifier to check status of
1393 * the status of multiple cookies without re-checking hardware state.
1399 enum dma_status status;
1401 status = chan->device->device_tx_status(chan, cookie, &state);
1408 return status;
1413 * @cookie: transaction identifier to test status of