Searched defs:ion_heap_query (Results 1 – 11 of 11) sorted by relevance
74 struct ion_heap_query { struct75 __u32 cnt; /* Total number of heaps to be copied */76 __u32 reserved0; /* align to 64bits */77 __u64 heaps; /* buffer to be populated */78 __u32 reserved1;79 __u32 reserved2;
108 struct ion_heap_query { struct129 * Takes an ion_heap_query structure and populates information about argument
97 struct ion_heap_query { struct118 * Takes an ion_heap_query structure and populates information about argument
49 struct ion_heap_query { struct58 #define ION_IOC_HEAP_QUERY _IOWR(ION_IOC_MAGIC, 8, struct ion_heap_query) argument