Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/host1x/
Dbus.c35 struct host1x_client *client;
95 struct host1x_client *client) in host1x_subdev_register()
125 struct host1x_client *client = subdev->client; in __host1x_subdev_unregister()
168 struct host1x_client *client; in host1x_device_init()
194 struct host1x_client *client; in host1x_device_exit()
219 struct host1x_client *client) in host1x_add_client()
241 struct host1x_client *client) in host1x_del_client()
319 struct host1x_client *client, *cl; in __host1x_device_del()
375 struct host1x_client *client, *tmp; in host1x_device_add()
547 int host1x_client_register(struct host1x_client *client) in host1x_client_register()
[all …]
/linux-4.1.27/include/linux/
Dhost1x.h32 struct host1x_client;
35 int (*init)(struct host1x_client *client);
36 int (*exit)(struct host1x_client *client);
39 struct host1x_client { struct
300 int host1x_client_register(struct host1x_client *client);
301 int host1x_client_unregister(struct host1x_client *client);
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddrm.h84 struct host1x_client base;
91 host1x_to_drm_client(struct host1x_client *client) in host1x_to_drm_client()
108 struct host1x_client client;
139 host1x_client_to_dc(struct host1x_client *client) in host1x_client_to_dc()
Dgr2d.c28 static int gr2d_init(struct host1x_client *client) in gr2d_init()
48 static int gr2d_exit(struct host1x_client *client) in gr2d_exit()
Dgr3d.c38 static int gr3d_init(struct host1x_client *client) in gr3d_init()
58 static int gr3d_exit(struct host1x_client *client) in gr3d_exit()
Ddsi.c54 struct host1x_client client;
87 host1x_client_to_dsi(struct host1x_client *client) in host1x_client_to_dsi()
998 static int tegra_dsi_init(struct host1x_client *client) in tegra_dsi_init()
1057 static int tegra_dsi_exit(struct host1x_client *client) in tegra_dsi_exit()
Dhdmi.c45 struct host1x_client client;
73 host1x_client_to_hdmi(struct host1x_client *client) in host1x_client_to_hdmi()
1323 static int tegra_hdmi_init(struct host1x_client *client) in tegra_hdmi_init()
1391 static int tegra_hdmi_exit(struct host1x_client *client) in tegra_hdmi_exit()
Dsor.c27 struct host1x_client client;
63 host1x_client_to_sor(struct host1x_client *client) in host1x_client_to_sor()
1466 static int tegra_sor_init(struct host1x_client *client) in tegra_sor_init()
1550 static int tegra_sor_exit(struct host1x_client *client) in tegra_sor_exit()
Ddc.c1634 static int tegra_dc_init(struct host1x_client *client) in tegra_dc_init()
1761 static int tegra_dc_exit(struct host1x_client *client) in tegra_dc_exit()