Searched defs:host1x (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/drivers/gpu/host1x/ |
H A D | Makefile | |
H A D | dev.c | 39 void host1x_sync_writel(struct host1x *host1x, u32 v, u32 r) host1x_sync_writel() argument 46 u32 host1x_sync_readl(struct host1x *host1x, u32 r) host1x_sync_readl() argument
|
H A D | cdma.c | 52 struct host1x *host1x = cdma_to_host1x(cdma); host1x_pushbuffer_destroy() local 68 struct host1x *host1x = cdma_to_host1x(cdma); host1x_pushbuffer_init() local 217 struct host1x *host1x = cdma_to_host1x(cdma); update_cdma_locked() local 276 struct host1x *host1x = cdma_to_host1x(cdma); host1x_cdma_update_sync_queue() local 387 struct host1x *host1x = cdma_to_host1x(cdma); host1x_cdma_deinit() local 405 struct host1x *host1x = cdma_to_host1x(cdma); host1x_cdma_begin() local 438 struct host1x *host1x = cdma_to_host1x(cdma); host1x_cdma_push() local 465 struct host1x *host1x = cdma_to_host1x(cdma); host1x_cdma_end() local
|
H A D | debug.c | 99 static void show_all_no_fifo(struct host1x *host1x, struct output *o) show_all_no_fifo() argument 155 static void host1x_debugfs_init(struct host1x *host1x) host1x_debugfs_init() argument 182 static void host1x_debugfs_exit(struct host1x *host1x) host1x_debugfs_exit() argument 187 void host1x_debug_init(struct host1x *host1x) host1x_debug_init() argument 193 void host1x_debug_deinit(struct host1x *host1x) host1x_debug_deinit() argument 199 void host1x_debug_dump(struct host1x *host1x) host1x_debug_dump() argument 207 void host1x_debug_dump_syncpts(struct host1x *host1x) host1x_debug_dump_syncpts() argument
|
H A D | bus.c | 218 static int host1x_add_client(struct host1x *host1x, host1x_add_client() argument 240 static int host1x_del_client(struct host1x *host1x, host1x_del_client() argument 372 static int host1x_device_add(struct host1x *host1x, host1x_device_add() argument 431 static void host1x_device_del(struct host1x *host1x, host1x_device_del() argument 442 static void host1x_attach_driver(struct host1x *host1x, host1x_attach_driver() argument 464 static void host1x_detach_driver(struct host1x *host1x, host1x_detach_driver() argument 478 int host1x_register(struct host1x *host1x) host1x_register() argument 496 int host1x_unregister(struct host1x *host1x) host1x_unregister() argument 517 struct host1x *host1x; host1x_driver_register_full() local 549 struct host1x *host1x; host1x_client_register() local 575 struct host1x *host1x; host1x_client_unregister() local
|
H A D | dev.h | 101 struct host1x { struct
|
/linux-4.4.14/drivers/gpu/host1x/hw/ |
H A D | cdma_hw.c | 42 struct host1x *host1x = cdma_to_host1x(cdma); cdma_timeout_cpu_incr() local 105 struct host1x *host1x = cdma_to_host1x(cdma); cdma_timeout_restart() local 211 struct host1x *host1x = cdma_to_host1x(cdma); cdma_resume() local 235 struct host1x *host1x; cdma_timeout_handler() local
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
H A D | drm.c | 499 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); tegra_syncpt_incr() local 513 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); tegra_syncpt_wait() local
|
Completed in 229 milliseconds