Searched refs:host1x_client (Results 1 – 17 of 17) sorted by relevance
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 { struct111 struct host1x_client *parent; argument217 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,[all …]
103 struct host1x_client base;114 host1x_to_drm_client(struct host1x_client *client) in host1x_to_drm_client()123 int host1x_client_iommu_attach(struct host1x_client *client);124 void host1x_client_iommu_detach(struct host1x_client *client);
38 static int nvjpg_init(struct host1x_client *client) in nvjpg_init()70 static int nvjpg_exit(struct host1x_client *client) in nvjpg_exit()112 struct host1x_client *client = &nvjpg->client.base; in nvjpg_load_falcon_firmware()
118 static int vic_init(struct host1x_client *client) in vic_init()166 static int vic_exit(struct host1x_client *client) in vic_exit()212 struct host1x_client *client = &vic->client.base; in vic_load_firmware()
152 static int nvdec_init(struct host1x_client *client) in nvdec_init()200 static int nvdec_exit(struct host1x_client *client) in nvdec_exit()246 struct host1x_client *client = &nvdec->client.base; in nvdec_load_falcon_firmware()
49 static int gr2d_init(struct host1x_client *client) in gr2d_init()91 static int gr2d_exit(struct host1x_client *client) in gr2d_exit()
57 struct host1x_client client;88 host1x_client_to_dsi(struct host1x_client *client) in host1x_client_to_dsi()1040 static int tegra_dsi_init(struct host1x_client *client) in tegra_dsi_init()1077 static int tegra_dsi_exit(struct host1x_client *client) in tegra_dsi_exit()1086 static int tegra_dsi_runtime_suspend(struct host1x_client *client) in tegra_dsi_runtime_suspend()1111 static int tegra_dsi_runtime_resume(struct host1x_client *client) in tegra_dsi_runtime_resume()
59 static int gr3d_init(struct host1x_client *client) in gr3d_init()101 static int gr3d_exit(struct host1x_client *client) in gr3d_exit()
83 struct host1x_client client;109 host1x_client_to_dc(struct host1x_client *client) in host1x_client_to_dc()
172 struct host1x_client *client = &context->client->base; in tegra_drm_submit()942 int host1x_client_iommu_attach(struct host1x_client *client) in host1x_client_iommu_attach()991 void host1x_client_iommu_detach(struct host1x_client *client) in host1x_client_iommu_detach()
63 struct host1x_client client;
146 struct host1x_client client;
104 struct host1x_client client;
32 struct host1x_client *client;
51 struct host1x_client *client;
153 struct host1x_channel *host1x_channel_request(struct host1x_client *client) in host1x_channel_request()
144 struct host1x_client *client = job->client; in pin_job()