Home
last modified time | relevance | path

Searched refs:cdma_to_host1x (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/host1x/hw/
Dcdma_hw.c91 struct host1x *host1x = cdma_to_host1x(cdma); in cdma_timeout_restart()
200 struct host1x *host = cdma_to_host1x(cdma); in cdma_freeze()
228 struct host1x *host1x = cdma_to_host1x(cdma); in cdma_resume()
253 struct host1x *host1x = cdma_to_host1x(cdma); in timeout_release_mlock()
286 host1x = cdma_to_host1x(cdma); in cdma_timeout_handler()
289 host1x_debug_dump(cdma_to_host1x(cdma)); in cdma_timeout_handler()
/drivers/gpu/host1x/
Dcdma.c51 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_pushbuffer_destroy()
73 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_pushbuffer_init()
366 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_update_sync_queue()
522 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_deinit()
540 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_begin()
584 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_push()
616 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_push_wide()
659 struct host1x *host1x = cdma_to_host1x(cdma); in host1x_cdma_end()
Dcdma.h75 #define cdma_to_host1x(cdma) dev_get_drvdata(cdma_to_channel(cdma)->dev->parent) macro