Searched refs:syncpt_op (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/gpu/host1x/hw/
H A Dhost1x01.c28 host->syncpt_op = &host1x_syncpt_ops;
H A Dhost1x02.c28 host->syncpt_op = &host1x_syncpt_ops;
H A Dhost1x04.c28 host->syncpt_op = &host1x_syncpt_ops;
H A Dhost1x05.c28 host->syncpt_op = &host1x_syncpt_ops;
H A Dhost1x06.c28 host->syncpt_op = &host1x_syncpt_ops;
H A Dhost1x07.c28 host->syncpt_op = &host1x_syncpt_ops;
H A Dhost1x08.c28 host->syncpt_op = &host1x_syncpt_ops;
/linux-master/drivers/gpu/host1x/
H A Ddev.h149 const struct host1x_syncpt_ops *syncpt_op; member in struct:host1x
186 host->syncpt_op->restore(sp);
192 host->syncpt_op->restore_wait_base(sp);
198 host->syncpt_op->load_wait_base(sp);
204 return host->syncpt_op->load(sp);
210 return host->syncpt_op->cpu_incr(sp);
217 return host->syncpt_op->assign_to_channel(sp, ch);
222 return host->syncpt_op->enable_protection(host);

Completed in 184 milliseconds