Searched defs:host1x_client_ops (Results 1 – 1 of 1) sorted by relevance
35 struct host1x_client_ops { struct36 int (*early_init)(struct host1x_client *client);37 int (*init)(struct host1x_client *client);38 int (*exit)(struct host1x_client *client);39 int (*late_exit)(struct host1x_client *client);40 int (*suspend)(struct host1x_client *client);41 int (*resume)(struct host1x_client *client);
Completed in 6 milliseconds