Home
last modified time | relevance | path

Searched refs:host1x_device (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/host1x/
Dbus.c43 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 …]
/linux-4.4.14/include/linux/
Dhost1x.h251 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 { struct
292 static inline struct host1x_device *to_host1x_device(struct device *dev) in to_host1x_device() argument
294 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);
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddrm.c118 struct host1x_device *device = to_host1x_device(drm->dev); in tegra_drm_load()
218 struct host1x_device *device = to_host1x_device(drm->dev); in tegra_drm_unload()
984 static int host1x_drm_probe(struct host1x_device *dev) in host1x_drm_probe()
1012 static int host1x_drm_remove(struct host1x_device *dev) in host1x_drm_remove()