HomeSort by relevance Sort by last modified time
    Searched full:s3c_mem_alloc (Results 1 - 1 of 1) sorted by null

  /device/samsung/crespo/include/
s3c_mem.h 22 #define S3C_MEM_ALLOC _IOWR(MEM_IOCTL_MAGIC, 310, struct s3c_mem_alloc)
23 #define S3C_MEM_FREE _IOWR(MEM_IOCTL_MAGIC, 311, struct s3c_mem_alloc)
25 #define S3C_MEM_SHARE_ALLOC _IOWR(MEM_IOCTL_MAGIC, 314, struct s3c_mem_alloc)
26 #define S3C_MEM_SHARE_FREE _IOWR(MEM_IOCTL_MAGIC, 315, struct s3c_mem_alloc)
28 #define S3C_MEM_CACHEABLE_ALLOC _IOWR(MEM_IOCTL_MAGIC, 316, struct s3c_mem_alloc)
29 #define S3C_MEM_CACHEABLE_SHARE_ALLOC _IOWR(MEM_IOCTL_MAGIC, 317, struct s3c_mem_alloc)
37 struct s3c_mem_alloc { struct
53 struct s3c_mem_alloc mem_alloc_info;

Completed in 57 milliseconds