Searched refs:host1x_device (Results 1 – 3 of 3) sorted by relevance
43 static int host1x_subdev_add(struct host1x_device *device, in host1x_subdev_add()75 static int host1x_device_parse_dt(struct host1x_device *device, in host1x_device_parse_dt()93 static void host1x_subdev_register(struct host1x_device *device, in host1x_subdev_register()122 static void __host1x_subdev_unregister(struct host1x_device *device, in __host1x_subdev_unregister()158 static void host1x_subdev_unregister(struct host1x_device *device, in host1x_subdev_unregister()166 int host1x_device_init(struct host1x_device *device) in host1x_device_init()192 int host1x_device_exit(struct host1x_device *device) in host1x_device_exit()221 struct host1x_device *device; in host1x_add_client()243 struct host1x_device *device, *dt; in host1x_del_client()270 struct host1x_device *device = to_host1x_device(dev); in host1x_device_probe()[all …]
251 struct host1x_device;259 int (*probe)(struct host1x_device *device);260 int (*remove)(struct host1x_device *device);261 void (*shutdown)(struct host1x_device *device);277 struct host1x_device { struct292 static inline struct host1x_device *to_host1x_device(struct device *dev) in to_host1x_device() argument294 return container_of(dev, struct host1x_device, dev); in to_host1x_device()297 int host1x_device_init(struct host1x_device *device);298 int host1x_device_exit(struct host1x_device *device);
118 struct host1x_device *device = to_host1x_device(drm->dev); in tegra_drm_load()209 struct host1x_device *device = to_host1x_device(drm->dev); in tegra_drm_unload()974 static int host1x_drm_probe(struct host1x_device *dev) in host1x_drm_probe()1002 static int host1x_drm_remove(struct host1x_device *dev) in host1x_drm_remove()