Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dhost1x.h21 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;
[all …]
/Linux-v5.10/drivers/gpu/host1x/
Dbus.c27 struct host1x_client *client;
110 struct host1x_client *client) in host1x_subdev_register()
140 struct host1x_client *client = subdev->client; in __host1x_subdev_unregister()
193 struct host1x_client *client; in host1x_device_init()
235 struct host1x_client *client; in host1x_device_exit()
260 struct host1x_client *client) in host1x_add_client()
282 struct host1x_client *client) in host1x_del_client()
363 struct host1x_client *client, *cl; in __host1x_device_del()
419 struct host1x_client *client, *tmp; in host1x_device_add()
717 int host1x_client_register(struct host1x_client *client) in host1x_client_register()
[all …]
Dchannel.h29 struct host1x_client *client;
Dsyncpt.h36 struct host1x_client *client;
Dcdma.h50 struct host1x_client *client;
Dsyncpt.c46 struct host1x_client *client, in host1x_syncpt_alloc()
421 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client, in host1x_syncpt_request()
Dchannel.c123 struct host1x_channel *host1x_channel_request(struct host1x_client *client) in host1x_channel_request()
Djob.c106 struct host1x_client *client = job->client; in pin_job()
/Linux-v5.10/drivers/gpu/drm/tegra/
Dhub.h20 struct host1x_client *parent;
42 struct host1x_client client;
56 to_tegra_display_hub(struct host1x_client *client) in to_tegra_display_hub()
Ddrm.h86 struct host1x_client base;
95 host1x_to_drm_client(struct host1x_client *client) in host1x_to_drm_client()
104 int host1x_client_iommu_attach(struct host1x_client *client);
105 void host1x_client_iommu_detach(struct host1x_client *client);
Dgr2d.c34 static int gr2d_init(struct host1x_client *client) in gr2d_init()
76 static int gr2d_exit(struct host1x_client *client) in gr2d_exit()
Dvic.c161 static int vic_init(struct host1x_client *client) in vic_init()
209 static int vic_exit(struct host1x_client *client) in vic_exit()
250 struct host1x_client *client = &vic->client.base; in vic_load_firmware()
Dgr3d.c43 static int gr3d_init(struct host1x_client *client) in gr3d_init()
85 static int gr3d_exit(struct host1x_client *client) in gr3d_exit()
Dhub.c732 static int tegra_display_hub_init(struct host1x_client *client) in tegra_display_hub_init()
751 static int tegra_display_hub_exit(struct host1x_client *client) in tegra_display_hub_exit()
762 static int tegra_display_hub_runtime_suspend(struct host1x_client *client) in tegra_display_hub_runtime_suspend()
785 static int tegra_display_hub_runtime_resume(struct host1x_client *client) in tegra_display_hub_runtime_resume()
Ddsi.c56 struct host1x_client client;
87 host1x_client_to_dsi(struct host1x_client *client) in host1x_client_to_dsi()
1037 static int tegra_dsi_init(struct host1x_client *client) in tegra_dsi_init()
1074 static int tegra_dsi_exit(struct host1x_client *client) in tegra_dsi_exit()
1083 static int tegra_dsi_runtime_suspend(struct host1x_client *client) in tegra_dsi_runtime_suspend()
1108 static int tegra_dsi_runtime_resume(struct host1x_client *client) in tegra_dsi_runtime_resume()
Ddc.h72 struct host1x_client client;
96 host1x_client_to_dc(struct host1x_client *client) in host1x_client_to_dc()
Dhdmi.c56 struct host1x_client client;
84 host1x_client_to_hdmi(struct host1x_client *client) in host1x_client_to_hdmi()
1419 static int tegra_hdmi_init(struct host1x_client *client) in tegra_hdmi_init()
1474 static int tegra_hdmi_exit(struct host1x_client *client) in tegra_hdmi_exit()
1487 static int tegra_hdmi_runtime_suspend(struct host1x_client *client) in tegra_hdmi_runtime_suspend()
1507 static int tegra_hdmi_runtime_resume(struct host1x_client *client) in tegra_hdmi_runtime_resume()
Ddrm.c165 struct host1x_client *client = &context->client->base; in tegra_drm_submit()
905 int host1x_client_iommu_attach(struct host1x_client *client) in host1x_client_iommu_attach()
942 void host1x_client_iommu_detach(struct host1x_client *client) in host1x_client_iommu_detach()
Ddc.c2024 static int tegra_dc_init(struct host1x_client *client) in tegra_dc_init()
2135 static int tegra_dc_exit(struct host1x_client *client) in tegra_dc_exit()
2160 static int tegra_dc_runtime_suspend(struct host1x_client *client) in tegra_dc_runtime_suspend()
2181 static int tegra_dc_runtime_resume(struct host1x_client *client) in tegra_dc_runtime_resume()
Dsor.c405 struct host1x_client client;
474 host1x_client_to_sor(struct host1x_client *client) in host1x_client_to_sor()
3047 static int tegra_sor_init(struct host1x_client *client) in tegra_sor_init()
3169 static int tegra_sor_exit(struct host1x_client *client) in tegra_sor_exit()
3191 static int tegra_sor_runtime_suspend(struct host1x_client *client) in tegra_sor_runtime_suspend()
3215 static int tegra_sor_runtime_resume(struct host1x_client *client) in tegra_sor_runtime_resume()
/Linux-v5.10/drivers/staging/media/tegra-video/
Dcsi.h139 struct host1x_client client;
Dvi.h87 struct host1x_client client;
Dcsi.c25 host1x_client_to_csi(struct host1x_client *client) in host1x_client_to_csi()
651 static int tegra_csi_init(struct host1x_client *client) in tegra_csi_init()
682 static int tegra_csi_exit(struct host1x_client *client) in tegra_csi_exit()
Dvi.c45 host1x_client_to_vi(struct host1x_client *client) in host1x_client_to_vi()
1637 static int tegra_vi_init(struct host1x_client *client) in tegra_vi_init()
1683 static int tegra_vi_exit(struct host1x_client *client) in tegra_vi_exit()