Lines Matching refs:host1x

52 	struct host1x *host1x = cdma_to_host1x(cdma);  in host1x_pushbuffer_destroy()  local
55 dma_free_writecombine(host1x->dev, pb->size_bytes + 4, in host1x_pushbuffer_destroy()
68 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_pushbuffer_init() local
79 pb->mapped = dma_alloc_writecombine(host1x->dev, pb->size_bytes + 4, in host1x_pushbuffer_init()
84 host1x_hw_pushbuffer_init(host1x, pb); in host1x_pushbuffer_init()
178 struct host1x *host = cdma_to_host1x(cdma); in cdma_start_timer_locked()
217 struct host1x *host1x = cdma_to_host1x(cdma); in update_cdma_locked() local
230 host1x_syncpt_get(host1x, job->syncpt_id); in update_cdma_locked()
276 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_update_sync_queue() local
338 host1x_hw_cdma_timeout_cpu_incr(host1x, cdma, job->first_get, in host1x_cdma_update_sync_queue()
356 host1x_hw_cdma_resume(host1x, cdma, restart_addr); in host1x_cdma_update_sync_queue()
387 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_deinit() local
395 host1x_hw_cdma_timeout_destroy(host1x, cdma); in host1x_cdma_deinit()
405 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_begin() local
413 err = host1x_hw_cdma_timeout_init(host1x, cdma, in host1x_cdma_begin()
422 host1x_hw_cdma_start(host1x, cdma); in host1x_cdma_begin()
438 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_push() local
447 host1x_hw_cdma_flush(host1x, cdma); in host1x_cdma_push()
465 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_end() local
468 host1x_hw_cdma_flush(host1x, cdma); in host1x_cdma_end()