Home
last modified time | relevance | path

Searched refs:syncpt_op (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/host1x/
Ddev.h125 const struct host1x_syncpt_ops *syncpt_op; member
158 host->syncpt_op->restore(sp); in host1x_hw_syncpt_restore()
164 host->syncpt_op->restore_wait_base(sp); in host1x_hw_syncpt_restore_wait_base()
170 host->syncpt_op->load_wait_base(sp); in host1x_hw_syncpt_load_wait_base()
176 return host->syncpt_op->load(sp); in host1x_hw_syncpt_load()
182 return host->syncpt_op->cpu_incr(sp); in host1x_hw_syncpt_cpu_incr()
189 return host->syncpt_op->assign_to_channel(sp, ch); in host1x_hw_syncpt_assign_to_channel()
194 return host->syncpt_op->enable_protection(host); in host1x_hw_syncpt_enable_protection()
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/
Dhost1x02.c28 host->syncpt_op = &host1x_syncpt_ops; in host1x02_init()
Dhost1x06.c28 host->syncpt_op = &host1x_syncpt_ops; in host1x06_init()
Dhost1x07.c28 host->syncpt_op = &host1x_syncpt_ops; in host1x07_init()
Dhost1x04.c28 host->syncpt_op = &host1x_syncpt_ops; in host1x04_init()
Dhost1x05.c28 host->syncpt_op = &host1x_syncpt_ops; in host1x05_init()
Dhost1x01.c28 host->syncpt_op = &host1x_syncpt_ops; in host1x01_init()