Lines Matching refs:host1x_client
21 struct host1x_client;
34 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);
55 struct host1x_client { struct
69 struct host1x_client *parent; argument
154 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
168 struct host1x_channel *host1x_channel_request(struct host1x_client *client);
204 struct host1x_client *client;
323 void __host1x_client_init(struct host1x_client *client, struct lock_class_key *key);
324 void host1x_client_exit(struct host1x_client *client);
332 int __host1x_client_register(struct host1x_client *client);
349 int host1x_client_unregister(struct host1x_client *client);
351 int host1x_client_suspend(struct host1x_client *client);
352 int host1x_client_resume(struct host1x_client *client);