Home | History | Annotate | Download | only in linux

Lines Matching full:handle

81  * @handle:		pointer that will be populated with a cookie to use to 
91 ion_user_handle_t handle;
95 * struct ion_fd_data - metadata passed to/from userspace for a handle/fd pair
96 * @handle: a handle
97 * @fd: a file descriptor representing that handle
99 * For ION_IOC_SHARE or ION_IOC_MAP userspace populates the handle field with
100 * the handle returned from ion alloc, and the kernel returns the file
102 * provides the file descriptor and the kernel returns the handle.
105 ion_user_handle_t handle;
110 * struct ion_handle_data - a handle passed to/from the kernel
111 * @handle: a handle
114 ion_user_handle_t handle;
134 * Takes an ion_allocation_data struct and returns it with the handle field
135 * populated with the opaque handle for the allocation.
143 * Takes an ion_handle_data struct and frees the handle.
150 * Takes an ion_fd_data struct with the handle field populated with a valid
151 * opaque handle. Returns the struct with the fd field set to a file
160 * Takes an ion_fd_data struct with the handle field populated with a valid
161 * opaque handle. Returns the struct with the fd field set to a file
163 * can then be passed to another process. The corresponding opaque handle can
172 * descriptor obtained from ION_IOC_SHARE and returns the struct with the handle
173 * filed set to the corresponding opaque handle.