Home
last modified time | relevance | path

Searched refs:host1x_client (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/host1x/drm/
Ddrm.h51 struct host1x_client;
54 struct host1x_client *client;
60 int (*drm_init)(struct host1x_client *client, struct drm_device *drm);
61 int (*drm_exit)(struct host1x_client *client);
62 int (*open_channel)(struct host1x_client *client,
74 struct host1x_client { struct
93 struct host1x_client *client); argument
95 struct host1x_client *client);
100 struct host1x_client client;
126 static inline struct tegra_dc *host1x_client_to_dc(struct host1x_client *client) in host1x_client_to_dc()
Dgr2d.c36 struct host1x_client client;
42 static inline struct gr2d *to_gr2d(struct host1x_client *client) in to_gr2d()
49 static int gr2d_client_init(struct host1x_client *client, in gr2d_client_init()
55 static int gr2d_client_exit(struct host1x_client *client) in gr2d_client_exit()
60 static int gr2d_open_channel(struct host1x_client *client, in gr2d_open_channel()
Ddrm.c34 struct host1x_client *client;
58 struct host1x_client *client) in host1x_activate_drm_client()
140 struct host1x_client *client; in host1x_drm_init()
164 struct host1x_client *client; in host1x_drm_exit()
192 struct host1x_client *client) in host1x_register_client()
219 struct host1x_client *client) in host1x_unregister_client()
403 struct host1x_client *client; in tegra_open_channel()
Dhdmi.c28 struct host1x_client client;
52 host1x_client_to_hdmi(struct host1x_client *client) in host1x_client_to_hdmi()
1134 static int tegra_hdmi_drm_init(struct host1x_client *client, in tegra_hdmi_drm_init()
1159 static int tegra_hdmi_drm_exit(struct host1x_client *client) in tegra_hdmi_drm_exit()
Ddc.c1039 static int tegra_dc_drm_init(struct host1x_client *client, in tegra_dc_drm_init()
1078 static int tegra_dc_drm_exit(struct host1x_client *client) in tegra_dc_drm_exit()