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

12

/linux-master/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);
77 * struct host1x_client - host1x client structure
92 struct host1x_client { struct
106 struct host1x_client *paren
[all...]
/linux-master/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)
H A Ddrm.h100 struct host1x_client base;
111 host1x_to_drm_client(struct host1x_client *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)
166 static int vic_exit(struct host1x_client *client)
212 struct host1x_client *client = &vic->client.base;
H A Dgr2d.c49 static int gr2d_init(struct host1x_client *client)
91 static int gr2d_exit(struct host1x_client *client)
H A Dnvdec.c152 static int nvdec_init(struct host1x_client *client)
200 static int nvdec_exit(struct host1x_client *client)
246 struct host1x_client *client = &nvdec->client.base;
H A Dgr3d.c58 static int gr3d_init(struct host1x_client *client)
100 static int gr3d_exit(struct host1x_client *client)
H A Ddsi.c56 struct host1x_client client;
87 host1x_client_to_dsi(struct host1x_client *client)
1047 static int tegra_dsi_init(struct host1x_client *client)
1084 static int tegra_dsi_exit(struct host1x_client *client)
1093 static int tegra_dsi_runtime_suspend(struct host1x_client *client)
1118 static int tegra_dsi_runtime_resume(struct host1x_client *client)
H A Dhdmi.c64 struct host1x_client client;
95 host1x_client_to_hdmi(struct host1x_client *client)
1548 static int tegra_hdmi_init(struct host1x_client *client)
1641 static int tegra_hdmi_exit(struct host1x_client *client)
1656 static int tegra_hdmi_runtime_suspend(struct host1x_client *client)
1676 static int tegra_hdmi_runtime_resume(struct host1x_client *client)
H A Ddc.h83 struct host1x_client client;
109 host1x_client_to_dc(struct host1x_client *client)
H A Dhub.c939 static int tegra_display_hub_init(struct host1x_client *client)
958 static int tegra_display_hub_exit(struct host1x_client *client)
969 static int tegra_display_hub_runtime_suspend(struct host1x_client *client)
992 static int tegra_display_hub_runtime_resume(struct host1x_client *client)
H A Ddc.c2593 static int tegra_dc_early_init(struct host1x_client *client)
2603 static int tegra_dc_init(struct host1x_client *client)
2726 static int tegra_dc_exit(struct host1x_client *client)
2751 static int tegra_dc_late_exit(struct host1x_client *client)
2761 static int tegra_dc_runtime_suspend(struct host1x_client *client)
2782 static int tegra_dc_runtime_resume(struct host1x_client *client)
H A Ddrm.c171 struct host1x_client *client = &context->client->base;
939 int host1x_client_iommu_attach(struct host1x_client *client)
988 void host1x_client_iommu_detach(struct host1x_client *client)
/linux-master/drivers/staging/media/tegra-video/
H A Dvip.h57 * @client: host1x_client struct
63 struct host1x_client client;
H A Dcsi.h137 * @client: host1x_client struct
146 struct host1x_client client;
H A Dvip.c24 static inline struct tegra_vip *host1x_client_to_vip(struct host1x_client *client)
190 static int tegra_vip_init(struct host1x_client *client)
210 static int tegra_vip_exit(struct host1x_client *client)
H A Dvi.h94 * @client: host1x_client struct
104 struct host1x_client client;
H A Dcsi.c24 host1x_client_to_csi(struct host1x_client *client)
724 static int tegra_csi_init(struct host1x_client *client)
755 static int tegra_csi_exit(struct host1x_client *client)
H A Dvi.c49 host1x_client_to_vi(struct host1x_client *client)
1810 static int tegra_vi_init(struct host1x_client *client)
1856 static int tegra_vi_exit(struct host1x_client *client)
/linux-master/drivers/gpu/host1x/
H A Dchannel.h32 struct host1x_client *client;
H A Dbus.c28 struct host1x_client *client;
112 struct host1x_client *client)
142 struct host1x_client *client = subdev->client;
190 * &host1x_client.parent field and driver data associated with it (usually by
195 struct host1x_client *client;
233 client = list_entry(&device->clients, struct host1x_client, list);
256 struct host1x_client *client;
293 struct host1x_client *client)
315 struct host1x_client *client)
373 struct host1x_client *clien
[all...]
H A Dcdma.h51 struct host1x_client *client;
H A Dchannel.c153 struct host1x_channel *host1x_channel_request(struct host1x_client *client)
H A Dsyncpt.c331 struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
522 void host1x_syncpt_release_vblank_reservation(struct host1x_client *client,
H A Djob.c144 struct host1x_client *client = job->client;

Completed in 243 milliseconds

12