Searched defs:ion_allocation_data (Results 1 – 2 of 2) sorted by relevance
76 struct ion_allocation_data { struct77 __u64 len;78 __u32 heap_id_mask;79 __u32 flags;80 __u32 fd;81 __u32 unused;
37 struct ion_allocation_data { struct61 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data) argument