host1x_device      91 drivers/gpu/drm/tegra/drm.c 	struct host1x_device *device = to_host1x_device(drm->dev);
host1x_device     227 drivers/gpu/drm/tegra/drm.c 	struct host1x_device *device = to_host1x_device(drm->dev);
host1x_device    1202 drivers/gpu/drm/tegra/drm.c static int host1x_drm_probe(struct host1x_device *dev)
host1x_device    1229 drivers/gpu/drm/tegra/drm.c static int host1x_drm_remove(struct host1x_device *dev)
host1x_device      37 drivers/gpu/host1x/bus.c static int host1x_subdev_add(struct host1x_device *device,
host1x_device      88 drivers/gpu/host1x/bus.c static int host1x_device_parse_dt(struct host1x_device *device,
host1x_device     108 drivers/gpu/host1x/bus.c static void host1x_subdev_register(struct host1x_device *device,
host1x_device     137 drivers/gpu/host1x/bus.c static void __host1x_subdev_unregister(struct host1x_device *device,
host1x_device     173 drivers/gpu/host1x/bus.c static void host1x_subdev_unregister(struct host1x_device *device,
host1x_device     191 drivers/gpu/host1x/bus.c int host1x_device_init(struct host1x_device *device)
host1x_device     233 drivers/gpu/host1x/bus.c int host1x_device_exit(struct host1x_device *device)
host1x_device     262 drivers/gpu/host1x/bus.c 	struct host1x_device *device;
host1x_device     284 drivers/gpu/host1x/bus.c 	struct host1x_device *device, *dt;
host1x_device     360 drivers/gpu/host1x/bus.c static void __host1x_device_del(struct host1x_device *device)
host1x_device     410 drivers/gpu/host1x/bus.c 	struct host1x_device *device = to_host1x_device(dev);
host1x_device     421 drivers/gpu/host1x/bus.c 	struct host1x_device *device;
host1x_device     481 drivers/gpu/host1x/bus.c 			      struct host1x_device *device)
host1x_device     494 drivers/gpu/host1x/bus.c 	struct host1x_device *device;
host1x_device     516 drivers/gpu/host1x/bus.c 	struct host1x_device *device, *tmp;
host1x_device     530 drivers/gpu/host1x/bus.c 	struct host1x_device *device;
host1x_device     614 drivers/gpu/host1x/bus.c 	struct host1x_device *device = to_host1x_device(dev);
host1x_device     625 drivers/gpu/host1x/bus.c 	struct host1x_device *device = to_host1x_device(dev);
host1x_device     636 drivers/gpu/host1x/bus.c 	struct host1x_device *device = to_host1x_device(dev);
host1x_device     252 include/linux/host1x.h struct host1x_device;
host1x_device     269 include/linux/host1x.h 	int (*probe)(struct host1x_device *device);
host1x_device     270 include/linux/host1x.h 	int (*remove)(struct host1x_device *device);
host1x_device     271 include/linux/host1x.h 	void (*shutdown)(struct host1x_device *device);
host1x_device     304 include/linux/host1x.h static inline struct host1x_device *to_host1x_device(struct device *dev)
host1x_device     306 include/linux/host1x.h 	return container_of(dev, struct host1x_device, dev);
host1x_device     309 include/linux/host1x.h int host1x_device_init(struct host1x_device *device);
host1x_device     310 include/linux/host1x.h int host1x_device_exit(struct host1x_device *device);