Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dhost1x.h359 struct host1x_driver { struct
370 static inline struct host1x_driver * argument
373 return container_of(driver, struct host1x_driver, driver); in to_host1x_driver()
376 int host1x_driver_register_full(struct host1x_driver *driver,
378 void host1x_driver_unregister(struct host1x_driver *driver);
384 struct host1x_driver *driver;
/linux-5.19.10/drivers/gpu/host1x/
Dbus.c40 struct host1x_driver *driver, in host1x_subdev_add()
91 struct host1x_driver *driver) in host1x_device_parse_dt()
450 struct host1x_driver *driver) in host1x_device_add()
525 struct host1x_driver *driver) in host1x_attach_driver()
547 struct host1x_driver *driver) in host1x_detach_driver()
600 struct host1x_driver *driver; in host1x_register()
628 struct host1x_driver *driver; in host1x_unregister()
646 struct host1x_driver *driver = to_host1x_driver(dev->driver); in host1x_device_probe()
657 struct host1x_driver *driver = to_host1x_driver(dev->driver); in host1x_device_remove()
668 struct host1x_driver *driver = to_host1x_driver(dev->driver); in host1x_device_shutdown()
[all …]
/linux-5.19.10/drivers/staging/media/tegra-video/
Dvideo.c133 static struct host1x_driver host1x_video_driver = {
/linux-5.19.10/drivers/gpu/drm/tegra/
Ddrm.c1386 static struct host1x_driver host1x_drm_driver = {