Lines Matching full:passed
17 * Just a few generic rules about the data passed to the Panthor IOCTLs:
27 * directly passed to the ioctl). Those fields can be added at the end of
30 * added when a value of zero is passed.
32 * main structure), iff those objects are passed a size to reflect the
55 * pgoffset passed to mmap2() is an unsigned long, which forces us to use a
449 * struct drm_panthor_dev_query - Arguments passed to DRM_PANTHOR_IOCTL_DEV_QUERY
477 * struct drm_panthor_vm_create - Arguments passed to DRM_PANTHOR_IOCTL_VM_CREATE
510 * struct drm_panthor_vm_destroy - Arguments passed to DRM_PANTHOR_IOCTL_VM_DESTROY
623 * struct drm_panthor_vm_bind - Arguments passed to DRM_IOCTL_PANTHOR_VM_BIND
679 * enum drm_panthor_bo_flags - Buffer object flags, passed at creation time.
696 * struct drm_panthor_bo_create - Arguments passed to DRM_IOCTL_PANTHOR_BO_CREATE.
732 * struct drm_panthor_bo_mmap_offset - Arguments passed to DRM_IOCTL_PANTHOR_BO_MMAP_OFFSET.
788 * struct drm_panthor_group_create - Arguments passed to DRM_IOCTL_PANTHOR_GROUP_CREATE
859 * @group_handle: Returned group handle. Passed back when submitting jobs or
866 * struct drm_panthor_group_destroy - Arguments passed to DRM_IOCTL_PANTHOR_GROUP_DESTROY
929 * struct drm_panthor_group_submit - Arguments passed to DRM_IOCTL_PANTHOR_GROUP_SUBMIT
971 * struct drm_panthor_group_get_state - Arguments passed to DRM_IOCTL_PANTHOR_GROUP_GET_STATE
994 * struct drm_panthor_tiler_heap_create - Arguments passed to DRM_IOCTL_PANTHOR_TILER_HEAP_CREATE
1025 /** @handle: Returned heap handle. Passed back to DESTROY_TILER_HEAP. */
1041 * struct drm_panthor_tiler_heap_destroy - Arguments passed to DRM_IOCTL_PANTHOR_TILER_HEAP_DESTROY
1056 * struct drm_panthor_bo_set_label - Arguments passed to DRM_IOCTL_PANTHOR_BO_SET_LABEL
1074 * struct drm_panthor_set_user_mmio_offset - Arguments passed to
1146 * passed are creation time, or information on BOs that were imported from other drivers.
1179 * @create_flags: Flags passed at creation time.
1194 * @__type: Suffix of the type being passed to the IOCTL.
1199 * Return: An IOCTL number to be passed to ioctl() from userspace.