Lines Matching refs:host1x
91 struct host1x *host1x = cdma_to_host1x(cdma); in cdma_timeout_restart() local
123 dev_dbg(host1x->dev, in cdma_timeout_restart()
170 static void cdma_hw_cmdproc_stop(struct host1x *host, struct host1x_channel *ch, in cdma_hw_cmdproc_stop()
185 static void cdma_hw_teardown(struct host1x *host, struct host1x_channel *ch) in cdma_hw_teardown()
200 struct host1x *host = cdma_to_host1x(cdma); in cdma_freeze()
228 struct host1x *host1x = cdma_to_host1x(cdma); in cdma_resume() local
231 dev_dbg(host1x->dev, in cdma_resume()
235 cdma_hw_cmdproc_stop(host1x, ch, false); in cdma_resume()
250 struct host1x *host1x; in cdma_timeout_handler() local
255 host1x = cdma_to_host1x(cdma); in cdma_timeout_handler()
263 dev_dbg(host1x->dev, in cdma_timeout_handler()
270 cdma_hw_cmdproc_stop(host1x, ch, true); in cdma_timeout_handler()
276 dev_dbg(host1x->dev, in cdma_timeout_handler()
279 cdma_hw_cmdproc_stop(host1x, ch, false); in cdma_timeout_handler()
284 dev_warn(host1x->dev, "%s: timeout: %u (%s), HW thresh %d, done %d\n", in cdma_timeout_handler()
289 host1x_hw_cdma_freeze(host1x, cdma); in cdma_timeout_handler()