Searched defs:ion_allocation_data (Results 1 – 2 of 2) sorted by relevance
86 struct ion_allocation_data { struct87 size_t len;88 size_t align;89 unsigned int heap_id_mask;90 unsigned int flags;91 ion_user_handle_t handle;
45 struct ion_allocation_data { struct69 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data) argument