/Linux-v6.1/include/linux/ |
D | host1x.h | 25 struct host1x_client; 67 int (*early_init)(struct host1x_client *client); 68 int (*init)(struct host1x_client *client); 69 int (*exit)(struct host1x_client *client); 70 int (*late_exit)(struct host1x_client *client); 71 int (*suspend)(struct host1x_client *client); 72 int (*resume)(struct host1x_client *client); 91 struct host1x_client { struct 105 struct host1x_client *parent; argument 211 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client, [all …]
|
/Linux-v6.1/drivers/gpu/host1x/ |
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() 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() 396 struct host1x_client *client, *cl; in __host1x_device_del() 452 struct host1x_client *client, *tmp; in host1x_device_add() [all …]
|
D | channel.h | 29 struct host1x_client *client;
|
D | cdma.h | 50 struct host1x_client *client;
|
D | channel.c | 127 struct host1x_channel *host1x_channel_request(struct host1x_client *client) in host1x_channel_request()
|
D | syncpt.c | 379 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client, in host1x_syncpt_request() 570 void host1x_syncpt_release_vblank_reservation(struct host1x_client *client, in host1x_syncpt_release_vblank_reservation()
|
D | job.c | 138 struct host1x_client *client = job->client; in pin_job()
|
/Linux-v6.1/drivers/gpu/drm/tegra/ |
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()
|
D | drm.h | 112 struct host1x_client base; 123 host1x_to_drm_client(struct host1x_client *client) in host1x_to_drm_client() 132 int host1x_client_iommu_attach(struct host1x_client *client); 133 void host1x_client_iommu_detach(struct host1x_client *client);
|
D | nvdec.c | 93 static int nvdec_init(struct host1x_client *client) in nvdec_init() 148 static int nvdec_exit(struct host1x_client *client) in nvdec_exit() 194 struct host1x_client *client = &nvdec->client.base; in nvdec_load_firmware()
|
D | vic.c | 131 static int vic_init(struct host1x_client *client) in vic_init() 186 static int vic_exit(struct host1x_client *client) in vic_exit() 232 struct host1x_client *client = &vic->client.base; in vic_load_firmware()
|
D | gr2d.c | 48 static int gr2d_init(struct host1x_client *client) in gr2d_init() 97 static int gr2d_exit(struct host1x_client *client) in gr2d_exit()
|
D | dsi.c | 56 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()
|
D | gr3d.c | 58 static int gr3d_init(struct host1x_client *client) in gr3d_init() 107 static int gr3d_exit(struct host1x_client *client) in gr3d_exit()
|
D | hub.c | 939 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()
|
D | dc.h | 83 struct host1x_client client; 109 host1x_client_to_dc(struct host1x_client *client) in host1x_client_to_dc()
|
D | hdmi.c | 60 struct host1x_client client; 91 host1x_client_to_hdmi(struct host1x_client *client) in host1x_client_to_hdmi() 1550 static int tegra_hdmi_init(struct host1x_client *client) in tegra_hdmi_init() 1622 static int tegra_hdmi_exit(struct host1x_client *client) in tegra_hdmi_exit() 1637 static int tegra_hdmi_runtime_suspend(struct host1x_client *client) in tegra_hdmi_runtime_suspend() 1657 static int tegra_hdmi_runtime_resume(struct host1x_client *client) in tegra_hdmi_runtime_resume()
|
D | drm.c | 174 struct host1x_client *client = &context->client->base; in tegra_drm_submit() 945 int host1x_client_iommu_attach(struct host1x_client *client) in host1x_client_iommu_attach() 993 void host1x_client_iommu_detach(struct host1x_client *client) in host1x_client_iommu_detach()
|
D | dc.c | 2587 static int tegra_dc_early_init(struct host1x_client *client) in tegra_dc_early_init() 2597 static int tegra_dc_init(struct host1x_client *client) in tegra_dc_init() 2720 static int tegra_dc_exit(struct host1x_client *client) in tegra_dc_exit() 2745 static int tegra_dc_late_exit(struct host1x_client *client) in tegra_dc_late_exit() 2755 static int tegra_dc_runtime_suspend(struct host1x_client *client) in tegra_dc_runtime_suspend() 2776 static int tegra_dc_runtime_resume(struct host1x_client *client) in tegra_dc_runtime_resume()
|
D | sor.c | 405 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() 3182 static int tegra_sor_exit(struct host1x_client *client) in tegra_sor_exit() 3204 static int tegra_sor_runtime_suspend(struct host1x_client *client) in tegra_sor_runtime_suspend() 3228 static int tegra_sor_runtime_resume(struct host1x_client *client) in tegra_sor_runtime_resume()
|
/Linux-v6.1/drivers/staging/media/tegra-video/ |
D | csi.h | 146 struct host1x_client client;
|
D | vi.h | 92 struct host1x_client client;
|
D | csi.c | 25 host1x_client_to_csi(struct host1x_client *client) in host1x_client_to_csi() 671 static int tegra_csi_init(struct host1x_client *client) in tegra_csi_init() 702 static int tegra_csi_exit(struct host1x_client *client) in tegra_csi_exit()
|
D | vi.c | 45 host1x_client_to_vi(struct host1x_client *client) in host1x_client_to_vi() 1904 static int tegra_vi_init(struct host1x_client *client) in tegra_vi_init() 1953 static int tegra_vi_exit(struct host1x_client *client) in tegra_vi_exit()
|