Searched defs:eListLocation (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/hwdefs/
H A Ddma_api.h407 If the linked list entry is in MTX memory (eListLocation == DMA_LIST_IS_IN_MTX_MEM) then
409 is in HOST memory (eListLocation == DMA_LIST_IS_IN_SYS_MEM) then LISTPTR is a pointer to the
559 DMA_LIST_LOCATION eListLocation; //!< is the linked list in mtx memory or system memory member in struct:__anon1340
655 NOTE: If eListLocation is DMA_LIST_IS_IN_SYS_MEM and bPeriphIsMtx is IMG_TRUE the linked list can only contain a single entry.
657 NOTE: If eListLocation is DMA_LIST_IS_IN_MTX_MEM then bPeriphIsMtx applies to all entries in the linked list (i.e.

Completed in 5 milliseconds