Lines Matching refs:structure
68 your hardware. Each DMA controller will require a different structure,
106 relies on the driver filling a structure and registering against the
107 framework. In our case, that structure is dma_device.
110 structure. Any of the usual memory allocators will do, but you'll also
150 Our dma_device structure has a field called cap_mask that holds the
238 Our dma_device structure also requires a few function pointers in
271 dma_async_tx_descriptor structure, that further represents this
274 - This structure can be initialized using the function
276 - You'll also need to set two fields in this structure:
308 structure pointer as an argument, that will detail which
310 - Even though that structure contains a direction field, this