Searched refs:host1x_syncpt_nb_pts (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/host1x/
H A Dsyncpt.h60 unsigned int host1x_syncpt_nb_pts(struct host1x *host);
123 return sp->id < host1x_syncpt_nb_pts(sp->host);
H A Dsyncpt.c141 for (i = 0; i < host1x_syncpt_nb_pts(host); i++) {
168 for (i = 0; i < host1x_syncpt_nb_pts(host); i++) {
425 unsigned int host1x_syncpt_nb_pts(struct host1x *host) function
H A Dintr.c107 for (id = 0; id < host1x_syncpt_nb_pts(host); ++id) {
H A Ddebug.c91 for (i = 0; i < host1x_syncpt_nb_pts(m); i++) {

Completed in 116 milliseconds