Lines Matching refs:host1x_client
31 struct host1x_client;
73 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);
97 struct host1x_client { struct
111 struct host1x_client *parent; argument
217 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
227 void host1x_syncpt_release_vblank_reservation(struct host1x_client *client,
241 struct host1x_channel *host1x_channel_request(struct host1x_client *client);
278 struct host1x_client *client;
425 void __host1x_client_init(struct host1x_client *client, struct lock_class_key *key);
426 void host1x_client_exit(struct host1x_client *client);
434 int __host1x_client_register(struct host1x_client *client);
451 void host1x_client_unregister(struct host1x_client *client);
453 int host1x_client_suspend(struct host1x_client *client);
454 int host1x_client_resume(struct host1x_client *client);