Searched defs:host1x_client_ops (Results 1 – 1 of 1) sorted by relevance
72 struct host1x_client_ops { struct73 int (*early_init)(struct host1x_client *client);74 int (*init)(struct host1x_client *client);75 int (*exit)(struct host1x_client *client);76 int (*late_exit)(struct host1x_client *client);77 int (*suspend)(struct host1x_client *client);78 int (*resume)(struct host1x_client *client);