Searched refs:host1x_device (Results 1 – 4 of 4) sorted by relevance
38 static int host1x_subdev_add(struct host1x_device *device, in host1x_subdev_add()192 int host1x_device_init(struct host1x_device *device) in host1x_device_init()253 int host1x_device_exit(struct host1x_device *device) in host1x_device_exit()294 struct host1x_device *device; in host1x_add_client()316 struct host1x_device *device, *dt; in host1x_del_client()442 struct host1x_device *device = to_host1x_device(dev); in host1x_device_release()453 struct host1x_device *device; in host1x_device_add()513 struct host1x_device *device) in host1x_device_del()526 struct host1x_device *device; in host1x_attach_driver()548 struct host1x_device *device, *tmp; in host1x_detach_driver()[all …]
296 struct host1x_device;313 int (*probe)(struct host1x_device *device);314 int (*remove)(struct host1x_device *device);315 void (*shutdown)(struct host1x_device *device);331 struct host1x_device { struct348 static inline struct host1x_device *to_host1x_device(struct device *dev) in to_host1x_device() argument350 return container_of(dev, struct host1x_device, dev); in to_host1x_device()353 int host1x_device_init(struct host1x_device *device);354 int host1x_device_exit(struct host1x_device *device);
44 static int host1x_video_probe(struct host1x_device *dev) in host1x_video_probe()110 static int host1x_video_remove(struct host1x_device *dev) in host1x_video_remove()
1066 static bool host1x_drm_wants_iommu(struct host1x_device *dev) in host1x_drm_wants_iommu()1112 static int host1x_drm_probe(struct host1x_device *dev) in host1x_drm_probe()1269 static int host1x_drm_remove(struct host1x_device *dev) in host1x_drm_remove()
Completed in 11 milliseconds