Home | History | Annotate | Download | only in linux

Lines Matching full:handle

84  * @handle:		pointer that will be populated with a cookie to use to 
94 ion_user_handle_t handle;
98 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
99 * @handle: a handle
100 * @fd: a file descriptor representing that handle
102 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
103 * the handle returned from ion alloc, and the kernel returns the file
105 * provides the file descriptor and the kernel returns the handle.
108 ion_user_handle_t handle;
113 * struct ion_handle_data - a handle passed to/from the kernel
114 * @handle: a handle
117 ion_user_handle_t handle;
137 * Takes an ion_allocation_data struct and returns it with the handle field
138 * populated with the opaque handle for the allocation.
146 * Takes an ion_handle_data struct and frees the handle.
153 * Takes an ion_fd_data struct with the handle field populated with a valid
154 * opaque handle. Returns the struct with the fd field set to a file
163 * Takes an ion_fd_data struct with the handle field populated with a valid
164 * opaque handle. Returns the struct with the fd field set to a file
166 * can then be passed to another process. The corresponding opaque handle can
175 * descriptor obtained from ION_IOC_SHARE and returns the struct with the handle
176 * filed set to the corresponding opaque handle.