Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/host1x/
Dbus.c37 static int host1x_subdev_add(struct host1x_device *device, in host1x_subdev_add()
88 static int host1x_device_parse_dt(struct host1x_device *device, in host1x_device_parse_dt()
108 static void host1x_subdev_register(struct host1x_device *device, in host1x_subdev_register()
137 static void __host1x_subdev_unregister(struct host1x_device *device, in __host1x_subdev_unregister()
173 static void host1x_subdev_unregister(struct host1x_device *device, in host1x_subdev_unregister()
191 int host1x_device_init(struct host1x_device *device) in host1x_device_init()
233 int host1x_device_exit(struct host1x_device *device) in host1x_device_exit()
262 struct host1x_device *device; in host1x_add_client()
284 struct host1x_device *device, *dt; in host1x_del_client()
360 static void __host1x_device_del(struct host1x_device *device) in __host1x_device_del()
[all …]
/Linux-v5.4/include/linux/
Dhost1x.h252 struct host1x_device;
269 int (*probe)(struct host1x_device *device);
270 int (*remove)(struct host1x_device *device);
271 void (*shutdown)(struct host1x_device *device);
287 struct host1x_device { struct
304 static inline struct host1x_device *to_host1x_device(struct device *dev) in to_host1x_device() argument
306 return container_of(dev, struct host1x_device, dev); in to_host1x_device()
309 int host1x_device_init(struct host1x_device *device);
310 int host1x_device_exit(struct host1x_device *device);
/Linux-v5.4/drivers/gpu/drm/tegra/
Ddrm.c91 struct host1x_device *device = to_host1x_device(drm->dev); in tegra_drm_load()
227 struct host1x_device *device = to_host1x_device(drm->dev); in tegra_drm_unload()
1202 static int host1x_drm_probe(struct host1x_device *dev) in host1x_drm_probe()
1229 static int host1x_drm_remove(struct host1x_device *dev) in host1x_drm_remove()