Searched defs:ion_allocation_data (Results 1 – 3 of 3) sorted by relevance
55 struct ion_allocation_data { struct78 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data) argument
69 struct ion_allocation_data { struct70 __u64 len;71 __u32 heap_id_mask;72 __u32 flags;73 __u32 fd;74 __u32 unused;
259 struct ion_allocation_data { struct260 size_t len;261 size_t align;262 unsigned int heap_id_mask;263 unsigned int flags;264 ion_user_handle_t handle;