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()
253 struct host1x *host1x = cdma_to_host1x(cdma); in timeout_release_mlock() local
268 host1x_common_writel(host1x, 0x0, offset); in timeout_release_mlock()
281 struct host1x *host1x; in cdma_timeout_handler() local
286 host1x = cdma_to_host1x(cdma); in cdma_timeout_handler()
294 dev_dbg(host1x->dev, in cdma_timeout_handler()
301 cdma_hw_cmdproc_stop(host1x, ch, true); in cdma_timeout_handler()
307 dev_dbg(host1x->dev, in cdma_timeout_handler()
310 cdma_hw_cmdproc_stop(host1x, ch, false); in cdma_timeout_handler()
315 dev_warn(host1x->dev, "%s: timeout: %u (%s), HW thresh %d, done %d\n", in cdma_timeout_handler()
320 host1x_hw_cdma_freeze(host1x, cdma); in cdma_timeout_handler()