Lines Matching full:host1x
3 * Tegra host1x Channel
15 /* Constructor for the host1x device list */
41 struct host1x *host = dev_get_drvdata(job->channel->dev->parent); in host1x_job_submit()
57 * @host: Host1x device object
63 struct host1x_channel *host1x_channel_get_index(struct host1x *host, in host1x_channel_get_index()
76 struct host1x *host = dev_get_drvdata(channel->dev->parent); in host1x_channel_stop()
86 struct host1x *host = dev_get_drvdata(channel->dev->parent); in release_channel()
101 static struct host1x_channel *acquire_unused_channel(struct host1x *host) in acquire_unused_channel()
122 * @client: Host1x client this channel will be used to send commands to
124 * Allocates a new host1x channel for @client. May return NULL if CDMA
129 struct host1x *host = dev_get_drvdata(client->dev->parent); in host1x_channel_request()