| /linux-6.15/include/linux/ |
| H A D | host1x.h | 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 { struct 111 struct host1x_client *parent; argument 278 struct host1x_client *client; [all …]
|
| /linux-6.15/drivers/gpu/host1x/ |
| H A D | bus.c | 28 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() 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() 732 void host1x_client_exit(struct host1x_client *client) in host1x_client_exit() [all …]
|
| H A D | channel.h | 32 struct host1x_client *client;
|
| H A D | cdma.h | 51 struct host1x_client *client;
|
| H A D | syncpt.c | 331 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 D | channel.c | 153 struct host1x_channel *host1x_channel_request(struct host1x_client *client) in host1x_channel_request()
|
| /linux-6.15/drivers/gpu/drm/tegra/ |
| H A D | hub.h | 20 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 D | drm.h | 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);
|
| H A D | vic.c | 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()
|
| H A D | nvdec.c | 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()
|
| H A D | gr2d.c | 49 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 D | dsi.c | 56 struct host1x_client client; 87 host1x_client_to_dsi(struct host1x_client *client) in host1x_client_to_dsi() 1047 static int tegra_dsi_init(struct host1x_client *client) in tegra_dsi_init() 1084 static int tegra_dsi_exit(struct host1x_client *client) in tegra_dsi_exit() 1093 static int tegra_dsi_runtime_suspend(struct host1x_client *client) in tegra_dsi_runtime_suspend() 1118 static int tegra_dsi_runtime_resume(struct host1x_client *client) in tegra_dsi_runtime_resume()
|
| H A D | gr3d.c | 59 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 D | hub.c | 938 static int tegra_display_hub_init(struct host1x_client *client) in tegra_display_hub_init() 957 static int tegra_display_hub_exit(struct host1x_client *client) in tegra_display_hub_exit() 968 static int tegra_display_hub_runtime_suspend(struct host1x_client *client) in tegra_display_hub_runtime_suspend() 991 static int tegra_display_hub_runtime_resume(struct host1x_client *client) in tegra_display_hub_runtime_resume()
|
| H A D | dc.h | 83 struct host1x_client client; 109 host1x_client_to_dc(struct host1x_client *client) in host1x_client_to_dc()
|
| H A D | hdmi.c | 64 struct host1x_client client; 95 host1x_client_to_hdmi(struct host1x_client *client) in host1x_client_to_hdmi() 1548 static int tegra_hdmi_init(struct host1x_client *client) in tegra_hdmi_init() 1641 static int tegra_hdmi_exit(struct host1x_client *client) in tegra_hdmi_exit() 1656 static int tegra_hdmi_runtime_suspend(struct host1x_client *client) in tegra_hdmi_runtime_suspend() 1676 static int tegra_hdmi_runtime_resume(struct host1x_client *client) in tegra_hdmi_runtime_resume()
|
| H A D | drm.c | 171 struct host1x_client *client = &context->client->base; in tegra_drm_submit() 941 int host1x_client_iommu_attach(struct host1x_client *client) in host1x_client_iommu_attach() 990 void host1x_client_iommu_detach(struct host1x_client *client) in host1x_client_iommu_detach()
|
| H A D | dc.c | 2594 static int tegra_dc_early_init(struct host1x_client *client) in tegra_dc_early_init() 2604 static int tegra_dc_init(struct host1x_client *client) in tegra_dc_init() 2727 static int tegra_dc_exit(struct host1x_client *client) in tegra_dc_exit() 2752 static int tegra_dc_late_exit(struct host1x_client *client) in tegra_dc_late_exit() 2762 static int tegra_dc_runtime_suspend(struct host1x_client *client) in tegra_dc_runtime_suspend() 2783 static int tegra_dc_runtime_resume(struct host1x_client *client) in tegra_dc_runtime_resume()
|
| H A D | sor.c | 407 struct host1x_client client; 476 host1x_client_to_sor(struct host1x_client *client) in host1x_client_to_sor() 3040 static int tegra_sor_init(struct host1x_client *client) in tegra_sor_init() 3175 static int tegra_sor_exit(struct host1x_client *client) in tegra_sor_exit() 3197 static int tegra_sor_runtime_suspend(struct host1x_client *client) in tegra_sor_runtime_suspend() 3221 static int tegra_sor_runtime_resume(struct host1x_client *client) in tegra_sor_runtime_resume()
|
| /linux-6.15/drivers/staging/media/tegra-video/ |
| H A D | vip.c | 24 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 D | vip.h | 63 struct host1x_client client;
|
| H A D | csi.h | 146 struct host1x_client client;
|
| H A D | vi.h | 104 struct host1x_client client;
|
| H A D | csi.c | 24 host1x_client_to_csi(struct host1x_client *client) in host1x_client_to_csi() 724 static int tegra_csi_init(struct host1x_client *client) in tegra_csi_init() 755 static int tegra_csi_exit(struct host1x_client *client) in tegra_csi_exit()
|
| /linux-6.15/drivers/crypto/tegra/ |
| H A D | tegra-se-main.c | 197 static int tegra_se_client_init(struct host1x_client *client) in tegra_se_client_init() 249 static int tegra_se_client_deinit(struct host1x_client *client) in tegra_se_client_deinit()
|