Lines Matching defs:heaps
22 * enum ion_heap_types - list of all possible types of heaps
29 * @ION_NUM_HEAPS: helper for iterating over heaps, a bit mask
30 * is used to identify the heaps, so only 32
40 * must be last so device specific heaps always
49 * bits are reserved for use by the heaps themselves.
102 * struct ion_heap_query - collection of data about all heaps
103 * @cnt - total number of heaps to be copied
104 * @heaps - buffer to copy heap data
107 __u32 cnt; /* Total number of heaps to be copied */
109 __u64 heaps; /* buffer to be populated */
126 * DOC: ION_IOC_HEAP_QUERY - information about available heaps
129 * available Ion heaps.