Home
last modified time | relevance | path

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

/linux/drivers/gpu/host1x/
A Dbus.c236 if (client->ops->late_exit) in host1x_device_init()
237 client->ops->late_exit(client); in host1x_device_init()
274 if (client->ops && client->ops->late_exit) { in host1x_device_exit()
275 err = client->ops->late_exit(client); in host1x_device_exit()
/linux/include/linux/
A Dhost1x.h39 int (*late_exit)(struct host1x_client *client); member
/linux/drivers/gpu/drm/tegra/
A Ddc.c2663 .late_exit = tegra_dc_late_exit,

Completed in 13 milliseconds