Searched refs:host1x_device (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dhost1x.h360 struct host1x_device;
377 int (*probe)(struct host1x_device *device);
378 int (*remove)(struct host1x_device *device);
379 void (*shutdown)(struct host1x_device *device);
395 struct host1x_device { struct
412 static inline struct host1x_device *to_host1x_device(struct device *dev)
414 return container_of(dev, struct host1x_device, dev);
417 int host1x_device_init(struct host1x_device *device);
418 int host1x_device_exit(struct host1x_device *device);
/linux-master/drivers/gpu/host1x/
H A Dbus.c39 static int host1x_subdev_add(struct host1x_device *device,
90 static int host1x_device_parse_dt(struct host1x_device *device,
110 static void host1x_subdev_register(struct host1x_device *device,
139 static void __host1x_subdev_unregister(struct host1x_device *device,
175 static void host1x_subdev_unregister(struct host1x_device *device,
193 int host1x_device_init(struct host1x_device *device)
254 int host1x_device_exit(struct host1x_device *device)
295 struct host1x_device *device;
317 struct host1x_device *device, *dt;
370 static void __host1x_device_del(struct host1x_device *devic
[all...]
/linux-master/drivers/staging/media/tegra-video/
H A Dvideo.c44 static int host1x_video_probe(struct host1x_device *dev)
110 static int host1x_video_remove(struct host1x_device *dev)
/linux-master/drivers/gpu/drm/tegra/
H A Ddrm.c1086 static bool host1x_drm_wants_iommu(struct host1x_device *dev)
1136 static int host1x_drm_probe(struct host1x_device *dev)
1300 static int host1x_drm_remove(struct host1x_device *dev)

Completed in 115 milliseconds