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

/linux-master/drivers/gpu/host1x/
H A Dbus.c237 if (client->ops->late_exit)
238 client->ops->late_exit(client);
275 if (client->ops && client->ops->late_exit) {
276 err = client->ops->late_exit(client);
/linux-master/include/linux/
H A Dhost1x.h63 * @late_exit: host1x client late tear down code
71 int (*late_exit)(struct host1x_client *client); member in struct:host1x_client_ops
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.c2828 .late_exit = tegra_dc_late_exit,

Completed in 98 milliseconds