Home
last modified time | relevance | path

Searched refs:ion_fd_data (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/osal/allocator/
H A Dion.h279 struct ion_fd_data { struct
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)
H A Dallocator_ion.c98 struct ion_fd_data data = { in ion_map_fd()
381 struct ion_fd_data fd_data; in allocator_ion_import()