Lines Matching defs:data
36 static int lima_ioctl_get_param(struct drm_device *dev, void *data, struct drm_file *file)
38 struct drm_lima_get_param *args = data;
78 static int lima_ioctl_gem_create(struct drm_device *dev, void *data, struct drm_file *file)
80 struct drm_lima_gem_create *args = data;
94 static int lima_ioctl_gem_info(struct drm_device *dev, void *data, struct drm_file *file)
96 struct drm_lima_gem_info *args = data;
101 static int lima_ioctl_gem_submit(struct drm_device *dev, void *data, struct drm_file *file)
103 struct drm_lima_gem_submit *args = data;
178 static int lima_ioctl_gem_wait(struct drm_device *dev, void *data, struct drm_file *file)
180 struct drm_lima_gem_wait *args = data;
188 static int lima_ioctl_ctx_create(struct drm_device *dev, void *data, struct drm_file *file)
190 struct drm_lima_ctx_create *args = data;
200 static int lima_ioctl_ctx_free(struct drm_device *dev, void *data, struct drm_file *file)
202 struct drm_lima_ctx_create *args = data;
332 if (!lima_read_block(&reader, et->data, et->size))
466 { .compatible = "arm,mali-400", .data = (void *)lima_gpu_mali400 },
467 { .compatible = "arm,mali-450", .data = (void *)lima_gpu_mali450 },