Searched defs:host1x_client_ops (Results 1 – 1 of 1) sorted by relevance
66 struct host1x_client_ops { struct67 int (*early_init)(struct host1x_client *client);68 int (*init)(struct host1x_client *client);69 int (*exit)(struct host1x_client *client);70 int (*late_exit)(struct host1x_client *client);71 int (*suspend)(struct host1x_client *client);72 int (*resume)(struct host1x_client *client);