Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/host1x/
H A Dbus.c237 if (client->ops->late_exit) in host1x_device_init()
238 client->ops->late_exit(client); in host1x_device_init()
275 if (client->ops && client->ops->late_exit) { in host1x_device_exit()
276 err = client->ops->late_exit(client); in host1x_device_exit()
/openbmc/linux/include/linux/
H A Dhost1x.h71 int (*late_exit)(struct host1x_client *client); member
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.c2821 .late_exit = tegra_dc_late_exit,