Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/host1x/
Dbus.c39 static int host1x_subdev_add(struct host1x_device *device, in host1x_subdev_add()
90 static int host1x_device_parse_dt(struct host1x_device *device, in host1x_device_parse_dt()
110 static void host1x_subdev_register(struct host1x_device *device, in host1x_subdev_register()
139 static void __host1x_subdev_unregister(struct host1x_device *device, in __host1x_subdev_unregister()
175 static void host1x_subdev_unregister(struct host1x_device *device, in host1x_subdev_unregister()
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()
393 static void __host1x_device_del(struct host1x_device *device) in __host1x_device_del()
[all …]
/linux-6.1.9/include/linux/
Dhost1x.h356 struct host1x_device;
373 int (*probe)(struct host1x_device *device);
374 int (*remove)(struct host1x_device *device);
375 void (*shutdown)(struct host1x_device *device);
391 struct host1x_device { struct
408 static inline struct host1x_device *to_host1x_device(struct device *dev) in to_host1x_device() argument
410 return container_of(dev, struct host1x_device, dev); in to_host1x_device()
413 int host1x_device_init(struct host1x_device *device);
414 int host1x_device_exit(struct host1x_device *device);
/linux-6.1.9/drivers/staging/media/tegra-video/
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.1.9/drivers/gpu/drm/tegra/
Ddrm.c1091 static bool host1x_drm_wants_iommu(struct host1x_device *dev) in host1x_drm_wants_iommu()
1141 static int host1x_drm_probe(struct host1x_device *dev) in host1x_drm_probe()
1298 static int host1x_drm_remove(struct host1x_device *dev) in host1x_drm_remove()