Home
last modified time | relevance | path

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

12

/openbmc/linux/include/linux/
H A Dhost1x.h26 struct host1x_client;
68 int (*early_init)(struct host1x_client *client);
69 int (*init)(struct host1x_client *client);
70 int (*exit)(struct host1x_client *client);
71 int (*late_exit)(struct host1x_client *client);
72 int (*suspend)(struct host1x_client *client);
73 int (*resume)(struct host1x_client *client);
92 struct host1x_client { struct
106 struct host1x_client *parent; argument
212 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
[all …]
/openbmc/linux/drivers/gpu/host1x/
H A Dbus.c28 struct host1x_client *client;
112 struct host1x_client *client) in host1x_subdev_register()
142 struct host1x_client *client = subdev->client; in __host1x_subdev_unregister()
195 struct host1x_client *client; in host1x_device_init()
233 client = list_entry(&device->clients, struct host1x_client, list); in host1x_device_init()
256 struct host1x_client *client; in host1x_device_exit()
293 struct host1x_client *client) in host1x_add_client()
315 struct host1x_client *client) in host1x_del_client()
373 struct host1x_client *client, *cl; in __host1x_device_del()
429 struct host1x_client *client, *tmp; in host1x_device_add()
[all …]
H A Dchannel.h29 struct host1x_client *client;
H A Dcdma.h51 struct host1x_client *client;
H A Dsyncpt.c331 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client, in host1x_syncpt_request()
522 void host1x_syncpt_release_vblank_reservation(struct host1x_client *client, in host1x_syncpt_release_vblank_reservation()
H A Dchannel.c127 struct host1x_channel *host1x_channel_request(struct host1x_client *client) in host1x_channel_request()
/openbmc/linux/drivers/gpu/drm/tegra/
H A 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()
H A Ddrm.h100 struct host1x_client base;
111 host1x_to_drm_client(struct host1x_client *client) in host1x_to_drm_client()
120 int host1x_client_iommu_attach(struct host1x_client *client);
121 void host1x_client_iommu_detach(struct host1x_client *client);
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.c56 struct host1x_client client;
87 host1x_client_to_dsi(struct host1x_client *client) in host1x_client_to_dsi()
1046 static int tegra_dsi_init(struct host1x_client *client) in tegra_dsi_init()
1083 static int tegra_dsi_exit(struct host1x_client *client) in tegra_dsi_exit()
1092 static int tegra_dsi_runtime_suspend(struct host1x_client *client) in tegra_dsi_runtime_suspend()
1117 static int tegra_dsi_runtime_resume(struct host1x_client *client) in tegra_dsi_runtime_resume()
H A Dhub.c939 static int tegra_display_hub_init(struct host1x_client *client) in tegra_display_hub_init()
958 static int tegra_display_hub_exit(struct host1x_client *client) in tegra_display_hub_exit()
969 static int tegra_display_hub_runtime_suspend(struct host1x_client *client) in tegra_display_hub_runtime_suspend()
992 static int tegra_display_hub_runtime_resume(struct host1x_client *client) in tegra_display_hub_runtime_resume()
H A Dgr3d.c58 static int gr3d_init(struct host1x_client *client) in gr3d_init()
100 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 Dhdmi.c62 struct host1x_client client;
93 host1x_client_to_hdmi(struct host1x_client *client) in host1x_client_to_hdmi()
1545 static int tegra_hdmi_init(struct host1x_client *client) in tegra_hdmi_init()
1638 static int tegra_hdmi_exit(struct host1x_client *client) in tegra_hdmi_exit()
1653 static int tegra_hdmi_runtime_suspend(struct host1x_client *client) in tegra_hdmi_runtime_suspend()
1673 static int tegra_hdmi_runtime_resume(struct host1x_client *client) in tegra_hdmi_runtime_resume()
H A Ddrm.c171 struct host1x_client *client = &context->client->base; in tegra_drm_submit()
939 int host1x_client_iommu_attach(struct host1x_client *client) in host1x_client_iommu_attach()
987 void host1x_client_iommu_detach(struct host1x_client *client) in host1x_client_iommu_detach()
H A Ddc.c2586 static int tegra_dc_early_init(struct host1x_client *client) in tegra_dc_early_init()
2596 static int tegra_dc_init(struct host1x_client *client) in tegra_dc_init()
2719 static int tegra_dc_exit(struct host1x_client *client) in tegra_dc_exit()
2744 static int tegra_dc_late_exit(struct host1x_client *client) in tegra_dc_late_exit()
2754 static int tegra_dc_runtime_suspend(struct host1x_client *client) in tegra_dc_runtime_suspend()
2775 static int tegra_dc_runtime_resume(struct host1x_client *client) in tegra_dc_runtime_resume()
H A Dsor.c405 struct host1x_client client;
474 host1x_client_to_sor(struct host1x_client *client) in host1x_client_to_sor()
3037 static int tegra_sor_init(struct host1x_client *client) in tegra_sor_init()
3172 static int tegra_sor_exit(struct host1x_client *client) in tegra_sor_exit()
3194 static int tegra_sor_runtime_suspend(struct host1x_client *client) in tegra_sor_runtime_suspend()
3218 static int tegra_sor_runtime_resume(struct host1x_client *client) in tegra_sor_runtime_resume()
/openbmc/linux/drivers/staging/media/tegra-video/
H A Dvip.c24 static inline struct tegra_vip *host1x_client_to_vip(struct host1x_client *client) in host1x_client_to_vip()
190 static int tegra_vip_init(struct host1x_client *client) in tegra_vip_init()
210 static int tegra_vip_exit(struct host1x_client *client) in tegra_vip_exit()
H A Dvip.h63 struct host1x_client client;
H A Dcsi.h146 struct host1x_client client;
H A Dvi.h104 struct host1x_client client;
H A Dcsi.c24 host1x_client_to_csi(struct host1x_client *client) in host1x_client_to_csi()
716 static int tegra_csi_init(struct host1x_client *client) in tegra_csi_init()
747 static int tegra_csi_exit(struct host1x_client *client) in tegra_csi_exit()
H A Dvi.c49 host1x_client_to_vi(struct host1x_client *client) in host1x_client_to_vi()
1808 static int tegra_vi_init(struct host1x_client *client) in tegra_vi_init()
1854 static int tegra_vi_exit(struct host1x_client *client) in tegra_vi_exit()

12