Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/host1x/
H A Dbus.c39 static int host1x_subdev_add(struct host1x_device *device, in host1x_subdev_add()
193 int host1x_device_init(struct host1x_device *device) in host1x_device_init()
254 int host1x_device_exit(struct host1x_device *device) in host1x_device_exit()
295 struct host1x_device *device; in host1x_add_client()
317 struct host1x_device *device, *dt; in host1x_del_client()
420 struct host1x_device *device = to_host1x_device(dev); in host1x_device_release()
431 struct host1x_device *device; in host1x_device_add()
489 struct host1x_device *device) in host1x_device_del()
502 struct host1x_device *device; in host1x_attach_driver()
524 struct host1x_device *device, *tmp; in host1x_detach_driver()
[all …]
/linux-6.15/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-6.15/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-6.15/drivers/crypto/tegra/
H A Dtegra-se-main.c399 static int tegra_se_host1x_probe(struct host1x_device *dev) in tegra_se_host1x_probe()
404 static int tegra_se_host1x_remove(struct host1x_device *dev) in tegra_se_host1x_remove()
/linux-6.15/drivers/gpu/drm/tegra/
H A Ddrm.c1088 static bool host1x_drm_wants_iommu(struct host1x_device *dev) in host1x_drm_wants_iommu()
1138 static int host1x_drm_probe(struct host1x_device *dev) in host1x_drm_probe()
1303 static int host1x_drm_remove(struct host1x_device *dev) in host1x_drm_remove()
1336 static void host1x_drm_shutdown(struct host1x_device *dev) in host1x_drm_shutdown()