Searched refs:ION_IOC_MAGIC (Results 1 – 4 of 4) sorted by relevance
/device/soc/amlogic/a311d/hardware/media/libamcodec/include/yuvplayer/ |
D | ion_dev.h | 77 #define ION_IOC_MAGIC 'I' macro 78 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, struct ion_allocation_data) 80 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) 81 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) 82 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data) 83 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) 85 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data) 86 #define ION_IOC_CUSTOM _IOWR(ION_IOC_MAGIC, 6, struct ion_custom_data)
|
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
D | Rockchip_OSAL_ion.h | 361 #define ION_IOC_MAGIC 'I' macro 369 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, \ 377 #define ION_IOC_FREE _IOWR(ION_IOC_MAGIC, 1, struct ion_handle_data) 387 #define ION_IOC_MAP _IOWR(ION_IOC_MAGIC, 2, struct ion_fd_data) 398 #define ION_IOC_SHARE _IOWR(ION_IOC_MAGIC, 4, struct ion_fd_data) 407 #define ION_IOC_IMPORT _IOWR(ION_IOC_MAGIC, 5, struct ion_fd_data) 417 #define ION_IOC_SYNC _IOWR(ION_IOC_MAGIC, 7, struct ion_fd_data) 425 #define ION_IOC_CUSTOM _IOWR(ION_IOC_MAGIC, 6, struct ion_custom_data) 463 #define ION_CUSTOM_GET_PHYS _IOWR(ION_IOC_MAGIC, 15, \ 466 #define ION_CUSTOM_CACHE_OP _IOWR(ION_IOC_MAGIC, 8, \ [all …]
|
/device/soc/amlogic/a311d/hardware/media/libamvdec/include/linux/ |
D | ion.h | 107 #define ION_IOC_MAGIC 'I' macro 115 #define ION_IOC_ALLOC _IOWR(ION_IOC_MAGIC, 0, \ 124 #define ION_IOC_HEAP_QUERY _IOWR(ION_IOC_MAGIC, 8, \
|
/device/soc/amlogic/a311d/hardware/media/libamvdec/include/ |
D | IONmem.h | 41 #define ION_IOC_MAGIC 'I' macro 43 #define ION_IOC_CUSTOM _IOWR(ION_IOC_MAGIC, 6, struct ion_custom_data)
|