Home
last modified time | relevance | path

Searched refs:host1x_client (Results 1 – 17 of 17) sorted by relevance

/linux/include/linux/
H A Dhost1x.h31 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,
[all …]
/linux/drivers/gpu/drm/tegra/
H A Ddrm.h103 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);
H A Dnvjpg.c38 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()
H A Dvic.c118 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()
H A Dnvdec.c152 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()
H A Dgr2d.c49 static int gr2d_init(struct host1x_client *client) in gr2d_init()
91 static int gr2d_exit(struct host1x_client *client) in gr2d_exit()
H A Ddsi.c57 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()
H A Dgr3d.c59 static int gr3d_init(struct host1x_client *client) in gr3d_init()
101 static int gr3d_exit(struct host1x_client *client) in gr3d_exit()
H A Ddc.h83 struct host1x_client client;
109 host1x_client_to_dc(struct host1x_client *client) in host1x_client_to_dc()
H A Ddrm.c172 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()
/linux/drivers/staging/media/tegra-video/
H A Dvip.h63 struct host1x_client client;
H A Dcsi.h146 struct host1x_client client;
H A Dvi.h104 struct host1x_client client;
/linux/drivers/gpu/host1x/
H A Dchannel.h32 struct host1x_client *client;
H A Dcdma.h51 struct host1x_client *client;
H A Dchannel.c153 struct host1x_channel *host1x_channel_request(struct host1x_client *client) in host1x_channel_request()
H A Djob.c144 struct host1x_client *client = job->client; in pin_job()