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
383 * struct drm_panthor_dev_query - Arguments passed to DRM_PANTHOR_IOCTL_DEV_QUERY
411 * struct drm_panthor_vm_create - Arguments passed to DRM_PANTHOR_IOCTL_VM_CREATE
444 * struct drm_panthor_vm_destroy - Arguments passed to DRM_PANTHOR_IOCTL_VM_DESTROY
557 * struct drm_panthor_vm_bind - Arguments passed to DRM_IOCTL_PANTHOR_VM_BIND
613 * enum drm_panthor_bo_flags - Buffer object flags, passed at creation time.
621 * struct drm_panthor_bo_create - Arguments passed to DRM_IOCTL_PANTHOR_BO_CREATE.
657 * struct drm_panthor_bo_mmap_offset - Arguments passed to DRM_IOCTL_PANTHOR_BO_MMAP_OFFSET.
713 * struct drm_panthor_group_create - Arguments passed to DRM_IOCTL_PANTHOR_GROUP_CREATE
784 * @group_handle: Returned group handle. Passed back when submitting jobs or
791 * struct drm_panthor_group_destroy - Arguments passed to DRM_IOCTL_PANTHOR_GROUP_DESTROY
854 * struct drm_panthor_group_submit - Arguments passed to DRM_IOCTL_PANTHOR_GROUP_SUBMIT
896 * struct drm_panthor_group_get_state - Arguments passed to DRM_IOCTL_PANTHOR_GROUP_GET_STATE
919 * struct drm_panthor_tiler_heap_create - Arguments passed to DRM_IOCTL_PANTHOR_TILER_HEAP_CREATE
950 /** @handle: Returned heap handle. Passed back to DESTROY_TILER_HEAP. */
966 * struct drm_panthor_tiler_heap_destroy - Arguments passed to DRM_IOCTL_PANTHOR_TILER_HEAP_DESTROY
984 * @__type: Suffix of the type being passed to the IOCTL.
989 * Return: An IOCTL number to be passed to ioctl() from userspace.