Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhost1x.h365 struct host1x_device;
382 int (*probe)(struct host1x_device *device);
383 int (*remove)(struct host1x_device *device);
384 void (*shutdown)(struct host1x_device *device);
400 struct host1x_device { struct
417 static inline struct host1x_device *to_host1x_device(struct device *dev) in to_host1x_device() argument
419 return container_of(dev, struct host1x_device, dev); in to_host1x_device()
422 int host1x_device_init(struct host1x_device *device);
423 int host1x_device_exit(struct host1x_device *device);
/linux/drivers/staging/media/tegra-video/
H A Dvideo.c44 static int host1x_video_probe(struct host1x_device *dev) in host1x_video_probe()
110 static int host1x_video_remove(struct host1x_device *dev) in host1x_video_remove()
/linux/drivers/gpu/drm/tegra/
H A Ddrm.c1089 static bool host1x_drm_wants_iommu(struct host1x_device *dev) in host1x_drm_wants_iommu()
1139 static int host1x_drm_probe(struct host1x_device *dev) in host1x_drm_probe()
1304 static int host1x_drm_remove(struct host1x_device *dev) in host1x_drm_remove()
1337 static void host1x_drm_shutdown(struct host1x_device *dev) in host1x_drm_shutdown()