Lines Matching full:like
25 "resource_size_t". The kernel manages device resources like registers as
85 an interface like dma_map_single(), which sets up any required IOMMU
129 something like __va(). [ EDIT: Update this when we integrate
206 The 24-bit addressing device would do something like this::
213 The standard 64-bit addressing device would do something like this::
218 error code like::
225 So typical code like::
235 it would look like this::
248 address you might do something like::
332 something like::
416 or you can use the dma_pool API to do that. A dma_pool is like
419 like queue heads needing to be aligned on N byte boundaries.
421 Create a dma_pool like this::
427 The "name" is for diagnostics (like a kmem_cache name); dev and size
435 Allocate memory from a DMA pool like this::
440 holding SMP locks), GFP_ATOMIC otherwise. Like dma_alloc_coherent(),
443 Free memory that was allocated from a dma_pool like this::
495 mappings can be marked with, much like page protections in the user
552 Using CPU pointers like this for single mappings has a disadvantage:
840 of space. Instead of filling your drivers up with ifdefs and the like
924 We would like to specifically mention, in no particular order, the