Lines Matching full:api
1 Asynchronous Transfers/Transforms API
8 3.1 General format of the API
26 The async_tx API provides methods for describing a chain of asynchronous
30 that is written to the API can optimize for asynchronous operation and
31 the API will fit the chain of operations to the available offload
36 The API was initially designed to offload the memory copy and
42 1/ implicit synchronous path: users of the API do not need to know if
46 2/ cross channel dependency chains: the API allows a chain of dependent
48 API automatically handles cases where the transition from one operation
55 3.1 General format of the API:
171 accommodate assumptions made by applications using the async_tx API:
219 include/linux/dmaengine.h: core header file for DMA drivers and api users
222 include/linux/async_tx.h: core header file for the async_tx api