Lines Matching full:host1x
3 * Tegra host1x Channel
15 /* Constructor for the host1x device list */
43 struct host1x *host = dev_get_drvdata(job->channel->dev->parent); in host1x_job_submit()
59 * @host: Host1x device object
65 struct host1x_channel *host1x_channel_get_index(struct host1x *host, in host1x_channel_get_index()
78 struct host1x *host = dev_get_drvdata(channel->dev->parent); in host1x_channel_stop()
86 * @host: host1x instance
90 void host1x_channel_stop_all(struct host1x *host) in host1x_channel_stop_all()
107 struct host1x *host = dev_get_drvdata(channel->dev->parent); in release_channel()
122 static struct host1x_channel *acquire_unused_channel(struct host1x *host) in acquire_unused_channel()
148 * @client: Host1x client this channel will be used to send commands to
150 * Allocates a new host1x channel for @client. May return NULL if CDMA
155 struct host1x *host = dev_get_drvdata(client->dev->parent); in host1x_channel_request()