Searched refs:ION_IOC_MAGIC (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/osal/allocator/ |
| H A D | ion.h | 365 #define ION_IOC_MAGIC 'I' macro 373 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, \ 381 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) 391 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) 402 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data) 411 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) 421 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data) 429 #define ION_IOC_CUSTOM _IOWR(ION_IOC_MAGIC, 6, struct ion_custom_data) 467 #define ION_CUSTOM_GET_PHYS _IOWR(ION_IOC_MAGIC, 15, \ 470 #define ION_CUSTOM_CACHE_OP _IOWR(ION_IOC_MAGIC, 8, \ [all …]
|