Searched defs:host1x_client_ops (Results 1 – 2 of 2) sorted by relevance
33 struct host1x_client_ops { struct34 int (*init)(struct host1x_client *client);35 int (*exit)(struct host1x_client *client);36 int (*suspend)(struct host1x_client *client);37 int (*resume)(struct host1x_client *client);
67 struct host1x_client_ops { struct68 int (*early_init)(struct host1x_client *client);69 int (*init)(struct host1x_client *client);70 int (*exit)(struct host1x_client *client);71 int (*late_exit)(struct host1x_client *client);72 int (*suspend)(struct host1x_client *client);73 int (*resume)(struct host1x_client *client);