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 int host1x_client_register(struct host1x_client *client);
324 int host1x_client_unregister(struct host1x_client *client);
326 int host1x_client_suspend(struct host1x_client *client);
327 int host1x_client_resume(struct host1x_client *client);