Symbol: host1x_client
drivers/crypto/tegra/tegra-se-main.c
197
static int tegra_se_client_init(struct host1x_client *client)
drivers/crypto/tegra/tegra-se-main.c
249
static int tegra_se_client_deinit(struct host1x_client *client)
drivers/crypto/tegra/tegra-se.h
423
struct host1x_client client;
drivers/gpu/drm/tegra/dc.c
2602
static int tegra_dc_early_init(struct host1x_client *client)
drivers/gpu/drm/tegra/dc.c
2612
static int tegra_dc_init(struct host1x_client *client)
drivers/gpu/drm/tegra/dc.c
2735
static int tegra_dc_exit(struct host1x_client *client)
drivers/gpu/drm/tegra/dc.c
2760
static int tegra_dc_late_exit(struct host1x_client *client)
drivers/gpu/drm/tegra/dc.c
2770
static int tegra_dc_runtime_suspend(struct host1x_client *client)
drivers/gpu/drm/tegra/dc.c
2791
static int tegra_dc_runtime_resume(struct host1x_client *client)
drivers/gpu/drm/tegra/dc.h
109
host1x_client_to_dc(struct host1x_client *client)
drivers/gpu/drm/tegra/dc.h
83
struct host1x_client client;
drivers/gpu/drm/tegra/drm.c
172
struct host1x_client *client = &context->client->base;
drivers/gpu/drm/tegra/drm.c
942
int host1x_client_iommu_attach(struct host1x_client *client)
drivers/gpu/drm/tegra/drm.c
991
void host1x_client_iommu_detach(struct host1x_client *client)
drivers/gpu/drm/tegra/drm.h
103
struct host1x_client base;
drivers/gpu/drm/tegra/drm.h
114
host1x_to_drm_client(struct host1x_client *client)
drivers/gpu/drm/tegra/drm.h
123
int host1x_client_iommu_attach(struct host1x_client *client);
drivers/gpu/drm/tegra/drm.h
124
void host1x_client_iommu_detach(struct host1x_client *client);
drivers/gpu/drm/tegra/dsi.c
1040
static int tegra_dsi_init(struct host1x_client *client)
drivers/gpu/drm/tegra/dsi.c
1077
static int tegra_dsi_exit(struct host1x_client *client)
drivers/gpu/drm/tegra/dsi.c
1086
static int tegra_dsi_runtime_suspend(struct host1x_client *client)
drivers/gpu/drm/tegra/dsi.c
1111
static int tegra_dsi_runtime_resume(struct host1x_client *client)
drivers/gpu/drm/tegra/dsi.c
57
struct host1x_client client;
drivers/gpu/drm/tegra/dsi.c
88
host1x_client_to_dsi(struct host1x_client *client)
drivers/gpu/drm/tegra/gr2d.c
49
static int gr2d_init(struct host1x_client *client)
drivers/gpu/drm/tegra/gr2d.c
91
static int gr2d_exit(struct host1x_client *client)
drivers/gpu/drm/tegra/gr3d.c
101
static int gr3d_exit(struct host1x_client *client)
drivers/gpu/drm/tegra/gr3d.c
59
static int gr3d_init(struct host1x_client *client)
drivers/gpu/drm/tegra/hdmi.c
1549
static int tegra_hdmi_init(struct host1x_client *client)
drivers/gpu/drm/tegra/hdmi.c
1642
static int tegra_hdmi_exit(struct host1x_client *client)
drivers/gpu/drm/tegra/hdmi.c
1657
static int tegra_hdmi_runtime_suspend(struct host1x_client *client)
drivers/gpu/drm/tegra/hdmi.c
1677
static int tegra_hdmi_runtime_resume(struct host1x_client *client)
drivers/gpu/drm/tegra/hdmi.c
65
struct host1x_client client;
drivers/gpu/drm/tegra/hdmi.c
96
host1x_client_to_hdmi(struct host1x_client *client)
drivers/gpu/drm/tegra/hub.c
939
static int tegra_display_hub_init(struct host1x_client *client)
drivers/gpu/drm/tegra/hub.c
958
static int tegra_display_hub_exit(struct host1x_client *client)
drivers/gpu/drm/tegra/hub.c
969
static int tegra_display_hub_runtime_suspend(struct host1x_client *client)
drivers/gpu/drm/tegra/hub.c
992
static int tegra_display_hub_runtime_resume(struct host1x_client *client)
drivers/gpu/drm/tegra/hub.h
20
struct host1x_client *parent;
drivers/gpu/drm/tegra/hub.h
42
struct host1x_client client;
drivers/gpu/drm/tegra/hub.h
56
to_tegra_display_hub(struct host1x_client *client)
drivers/gpu/drm/tegra/nvdec.c
152
static int nvdec_init(struct host1x_client *client)
drivers/gpu/drm/tegra/nvdec.c
200
static int nvdec_exit(struct host1x_client *client)
drivers/gpu/drm/tegra/nvdec.c
246
struct host1x_client *client = &nvdec->client.base;
drivers/gpu/drm/tegra/nvjpg.c
112
struct host1x_client *client = &nvjpg->client.base;
drivers/gpu/drm/tegra/nvjpg.c
38
static int nvjpg_init(struct host1x_client *client)
drivers/gpu/drm/tegra/nvjpg.c
70
static int nvjpg_exit(struct host1x_client *client)
drivers/gpu/drm/tegra/sor.c
3041
static int tegra_sor_init(struct host1x_client *client)
drivers/gpu/drm/tegra/sor.c
3176
static int tegra_sor_exit(struct host1x_client *client)
drivers/gpu/drm/tegra/sor.c
3198
static int tegra_sor_runtime_suspend(struct host1x_client *client)
drivers/gpu/drm/tegra/sor.c
3222
static int tegra_sor_runtime_resume(struct host1x_client *client)
drivers/gpu/drm/tegra/sor.c
408
struct host1x_client client;
drivers/gpu/drm/tegra/sor.c
477
host1x_client_to_sor(struct host1x_client *client)
drivers/gpu/drm/tegra/vic.c
118
static int vic_init(struct host1x_client *client)
drivers/gpu/drm/tegra/vic.c
166
static int vic_exit(struct host1x_client *client)
drivers/gpu/drm/tegra/vic.c
212
struct host1x_client *client = &vic->client.base;
drivers/gpu/host1x/bus.c
107
struct host1x_client *client)
drivers/gpu/host1x/bus.c
137
struct host1x_client *client = subdev->client;
drivers/gpu/host1x/bus.c
190
struct host1x_client *client;
drivers/gpu/host1x/bus.c
228
client = list_entry(&device->clients, struct host1x_client, list);
drivers/gpu/host1x/bus.c
251
struct host1x_client *client;
drivers/gpu/host1x/bus.c
28
struct host1x_client *client;
drivers/gpu/host1x/bus.c
288
struct host1x_client *client)
drivers/gpu/host1x/bus.c
310
struct host1x_client *client)
drivers/gpu/host1x/bus.c
401
struct host1x_client *client, *cl;
drivers/gpu/host1x/bus.c
457
struct host1x_client *client, *tmp;
drivers/gpu/host1x/bus.c
725
void __host1x_client_init(struct host1x_client *client, struct lock_class_key *key)
drivers/gpu/host1x/bus.c
738
void host1x_client_exit(struct host1x_client *client)
drivers/gpu/host1x/bus.c
755
int __host1x_client_register(struct host1x_client *client)
drivers/gpu/host1x/bus.c
787
void host1x_client_unregister(struct host1x_client *client)
drivers/gpu/host1x/bus.c
789
struct host1x_client *c;
drivers/gpu/host1x/bus.c
819
int host1x_client_suspend(struct host1x_client *client)
drivers/gpu/host1x/bus.c
856
int host1x_client_resume(struct host1x_client *client)
drivers/gpu/host1x/cdma.h
51
struct host1x_client *client;
drivers/gpu/host1x/channel.c
152
struct host1x_channel *host1x_channel_request(struct host1x_client *client)
drivers/gpu/host1x/channel.h
32
struct host1x_client *client;
drivers/gpu/host1x/job.c
144
struct host1x_client *client = job->client;
drivers/gpu/host1x/syncpt.c
331
struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
drivers/gpu/host1x/syncpt.c
520
void host1x_syncpt_release_vblank_reservation(struct host1x_client *client,
drivers/staging/media/tegra-video/csi.c
24
host1x_client_to_csi(struct host1x_client *client)
drivers/staging/media/tegra-video/csi.c
724
static int tegra_csi_init(struct host1x_client *client)
drivers/staging/media/tegra-video/csi.c
755
static int tegra_csi_exit(struct host1x_client *client)
drivers/staging/media/tegra-video/csi.h
150
struct host1x_client client;
drivers/staging/media/tegra-video/vi.c
1811
static int tegra_vi_init(struct host1x_client *client)
drivers/staging/media/tegra-video/vi.c
1857
static int tegra_vi_exit(struct host1x_client *client)
drivers/staging/media/tegra-video/vi.c
49
host1x_client_to_vi(struct host1x_client *client)
drivers/staging/media/tegra-video/vi.h
104
struct host1x_client client;
drivers/staging/media/tegra-video/vip.c
190
static int tegra_vip_init(struct host1x_client *client)
drivers/staging/media/tegra-video/vip.c
210
static int tegra_vip_exit(struct host1x_client *client)
drivers/staging/media/tegra-video/vip.c
24
static inline struct tegra_vip *host1x_client_to_vip(struct host1x_client *client)
drivers/staging/media/tegra-video/vip.h
67
struct host1x_client client;
include/linux/host1x.h
111
struct host1x_client *parent;
include/linux/host1x.h
217
struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
include/linux/host1x.h
227
void host1x_syncpt_release_vblank_reservation(struct host1x_client *client,
include/linux/host1x.h
241
struct host1x_channel *host1x_channel_request(struct host1x_client *client);
include/linux/host1x.h
278
struct host1x_client *client;
include/linux/host1x.h
31
struct host1x_client;
include/linux/host1x.h
425
void __host1x_client_init(struct host1x_client *client, struct lock_class_key *key);
include/linux/host1x.h
426
void host1x_client_exit(struct host1x_client *client);
include/linux/host1x.h
434
int __host1x_client_register(struct host1x_client *client);
include/linux/host1x.h
451
void host1x_client_unregister(struct host1x_client *client);
include/linux/host1x.h
453
int host1x_client_suspend(struct host1x_client *client);
include/linux/host1x.h
454
int host1x_client_resume(struct host1x_client *client);
include/linux/host1x.h
73
int (*early_init)(struct host1x_client *client);
include/linux/host1x.h
74
int (*init)(struct host1x_client *client);
include/linux/host1x.h
75
int (*exit)(struct host1x_client *client);
include/linux/host1x.h
76
int (*late_exit)(struct host1x_client *client);
include/linux/host1x.h
77
int (*suspend)(struct host1x_client *client);
include/linux/host1x.h
78
int (*resume)(struct host1x_client *client);