Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/host1x/
Dbus.c46 static int host1x_subdev_add(struct host1x_device *device, in host1x_subdev_add()
97 static int host1x_device_parse_dt(struct host1x_device *device, in host1x_device_parse_dt()
117 static void host1x_subdev_register(struct host1x_device *device, in host1x_subdev_register()
146 static void __host1x_subdev_unregister(struct host1x_device *device, in __host1x_subdev_unregister()
182 static void host1x_subdev_unregister(struct host1x_device *device, in host1x_subdev_unregister()
200 int host1x_device_init(struct host1x_device *device) in host1x_device_init()
242 int host1x_device_exit(struct host1x_device *device) in host1x_device_exit()
271 struct host1x_device *device; in host1x_add_client()
293 struct host1x_device *device, *dt; in host1x_del_client()
338 static void __host1x_device_del(struct host1x_device *device) in __host1x_device_del()
[all …]
/Linux-v4.19/include/linux/
Dhost1x.h265 struct host1x_device;
282 int (*probe)(struct host1x_device *device);
283 int (*remove)(struct host1x_device *device);
284 void (*shutdown)(struct host1x_device *device);
300 struct host1x_device { struct
315 static inline struct host1x_device *to_host1x_device(struct device *dev) in to_host1x_device() argument
317 return container_of(dev, struct host1x_device, dev); in to_host1x_device()
320 int host1x_device_init(struct host1x_device *device);
321 int host1x_device_exit(struct host1x_device *device);
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddrm.c82 struct host1x_device *device = to_host1x_device(drm->dev); in tegra_drm_load()
213 struct host1x_device *device = to_host1x_device(drm->dev); in tegra_drm_unload()
1178 static int host1x_drm_probe(struct host1x_device *dev) in host1x_drm_probe()
1201 static int host1x_drm_remove(struct host1x_device *dev) in host1x_drm_remove()