Lines Matching refs:like
23 "resource_size_t". The kernel manages device resources like registers as
83 an interface like dma_map_single(), which sets up any required IOMMU
126 something like __va(). [ EDIT: Update this when we integrate
212 The standard 32-bit addressing device would do something like this:
242 the case would look like this:
263 address you might do something like:
344 something like:
428 or you can use the dma_pool API to do that. A dma_pool is like
431 like queue heads needing to be aligned on N byte boundaries.
433 Create a dma_pool like this:
439 The "name" is for diagnostics (like a kmem_cache name); dev and size
447 Allocate memory from a DMA pool like this:
455 Free memory that was allocated from a dma_pool like this:
506 mappings can be marked with, much like page protections in the user
583 Using CPU pointers like this for single mappings has a disadvantage:
874 of space. Instead of filling your drivers up with ifdefs and the like
968 We would like to specifically mention, in no particular order, the