host1x_client
static int tegra_se_client_init(struct host1x_client *client)
static int tegra_se_client_deinit(struct host1x_client *client)
struct host1x_client client;
static int tegra_dc_early_init(struct host1x_client *client)
static int tegra_dc_init(struct host1x_client *client)
static int tegra_dc_exit(struct host1x_client *client)
static int tegra_dc_late_exit(struct host1x_client *client)
static int tegra_dc_runtime_suspend(struct host1x_client *client)
static int tegra_dc_runtime_resume(struct host1x_client *client)
host1x_client_to_dc(struct host1x_client *client)
struct host1x_client client;
struct host1x_client *client = &context->client->base;
int host1x_client_iommu_attach(struct host1x_client *client)
void host1x_client_iommu_detach(struct host1x_client *client)
struct host1x_client base;
host1x_to_drm_client(struct host1x_client *client)
int host1x_client_iommu_attach(struct host1x_client *client);
void host1x_client_iommu_detach(struct host1x_client *client);
static int tegra_dsi_init(struct host1x_client *client)
static int tegra_dsi_exit(struct host1x_client *client)
static int tegra_dsi_runtime_suspend(struct host1x_client *client)
static int tegra_dsi_runtime_resume(struct host1x_client *client)
struct host1x_client client;
host1x_client_to_dsi(struct host1x_client *client)
static int gr2d_init(struct host1x_client *client)
static int gr2d_exit(struct host1x_client *client)
static int gr3d_exit(struct host1x_client *client)
static int gr3d_init(struct host1x_client *client)
static int tegra_hdmi_init(struct host1x_client *client)
static int tegra_hdmi_exit(struct host1x_client *client)
static int tegra_hdmi_runtime_suspend(struct host1x_client *client)
static int tegra_hdmi_runtime_resume(struct host1x_client *client)
struct host1x_client client;
host1x_client_to_hdmi(struct host1x_client *client)
static int tegra_display_hub_init(struct host1x_client *client)
static int tegra_display_hub_exit(struct host1x_client *client)
static int tegra_display_hub_runtime_suspend(struct host1x_client *client)
static int tegra_display_hub_runtime_resume(struct host1x_client *client)
struct host1x_client *parent;
struct host1x_client client;
to_tegra_display_hub(struct host1x_client *client)
static int nvdec_init(struct host1x_client *client)
static int nvdec_exit(struct host1x_client *client)
struct host1x_client *client = &nvdec->client.base;
struct host1x_client *client = &nvjpg->client.base;
static int nvjpg_init(struct host1x_client *client)
static int nvjpg_exit(struct host1x_client *client)
static int tegra_sor_init(struct host1x_client *client)
static int tegra_sor_exit(struct host1x_client *client)
static int tegra_sor_runtime_suspend(struct host1x_client *client)
static int tegra_sor_runtime_resume(struct host1x_client *client)
struct host1x_client client;
host1x_client_to_sor(struct host1x_client *client)
static int vic_init(struct host1x_client *client)
static int vic_exit(struct host1x_client *client)
struct host1x_client *client = &vic->client.base;
struct host1x_client *client)
struct host1x_client *client = subdev->client;
struct host1x_client *client;
client = list_entry(&device->clients, struct host1x_client, list);
struct host1x_client *client;
struct host1x_client *client;
struct host1x_client *client)
struct host1x_client *client)
struct host1x_client *client, *cl;
struct host1x_client *client, *tmp;
void __host1x_client_init(struct host1x_client *client, struct lock_class_key *key)
void host1x_client_exit(struct host1x_client *client)
int __host1x_client_register(struct host1x_client *client)
void host1x_client_unregister(struct host1x_client *client)
struct host1x_client *c;
int host1x_client_suspend(struct host1x_client *client)
int host1x_client_resume(struct host1x_client *client)
struct host1x_client *client;
struct host1x_channel *host1x_channel_request(struct host1x_client *client)
struct host1x_client *client;
struct host1x_client *client = job->client;
struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
void host1x_syncpt_release_vblank_reservation(struct host1x_client *client,
host1x_client_to_csi(struct host1x_client *client)
static int tegra_csi_init(struct host1x_client *client)
static int tegra_csi_exit(struct host1x_client *client)
struct host1x_client client;
static int tegra_vi_init(struct host1x_client *client)
static int tegra_vi_exit(struct host1x_client *client)
host1x_client_to_vi(struct host1x_client *client)
struct host1x_client client;
static int tegra_vip_init(struct host1x_client *client)
static int tegra_vip_exit(struct host1x_client *client)
static inline struct tegra_vip *host1x_client_to_vip(struct host1x_client *client)
struct host1x_client client;
struct host1x_client *parent;
struct host1x_syncpt *host1x_syncpt_request(struct host1x_client *client,
void host1x_syncpt_release_vblank_reservation(struct host1x_client *client,
struct host1x_channel *host1x_channel_request(struct host1x_client *client);
struct host1x_client *client;
struct host1x_client;
void __host1x_client_init(struct host1x_client *client, struct lock_class_key *key);
void host1x_client_exit(struct host1x_client *client);
int __host1x_client_register(struct host1x_client *client);
void host1x_client_unregister(struct host1x_client *client);
int host1x_client_suspend(struct host1x_client *client);
int host1x_client_resume(struct host1x_client *client);
int (*early_init)(struct host1x_client *client);
int (*init)(struct host1x_client *client);
int (*exit)(struct host1x_client *client);
int (*late_exit)(struct host1x_client *client);
int (*suspend)(struct host1x_client *client);
int (*resume)(struct host1x_client *client);