Lines Matching refs:host1x_client
25 struct host1x_client;
67 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);
91 struct host1x_client { struct
105 struct host1x_client *parent; argument
211 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
221 void host1x_syncpt_release_vblank_reservation(struct host1x_client *client,
233 struct host1x_channel *host1x_channel_request(struct host1x_client *client);
270 struct host1x_client *client;
416 void __host1x_client_init(struct host1x_client *client, struct lock_class_key *key);
417 void host1x_client_exit(struct host1x_client *client);
425 int __host1x_client_register(struct host1x_client *client);
442 int host1x_client_unregister(struct host1x_client *client);
444 int host1x_client_suspend(struct host1x_client *client);
445 int host1x_client_resume(struct host1x_client *client);