Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/host1x/
Dbus.c191 int host1x_device_init(struct host1x_device *device) in host1x_device_init() function
222 EXPORT_SYMBOL(host1x_device_init);
/Linux-v5.4/include/linux/
Dhost1x.h309 int host1x_device_init(struct host1x_device *device);
/Linux-v5.4/drivers/gpu/drm/tegra/
Ddrm.c138 err = host1x_device_init(device); in tegra_drm_load()