Home
last modified time | relevance | path

Searched refs:nvkm_list_find (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dos.h29 #define nvkm_list_find(p,h,m,c) \ macro
32 for (p = nvkm_list_find(p, (h), m, (c)); p; p = nvkm_list_find_next(p, (h), m, (c)))
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dcgrp.c63 ectx = nvkm_list_find(ectx, &cgrp->ectxs, head, ectx->engn == engn); in nvkm_cgrp_ectx_get()
127 vctx = nvkm_list_find(vctx, &cgrp->vctxs, head, in nvkm_cgrp_vctx_get()
H A Drunl.h120 #define nvkm_runl_find_engn(engn,runl,cond) nvkm_list_find(engn, &(runl)->engns, head, (cond))
H A Dchan.c102 cctx = nvkm_list_find(cctx, &chan->cctxs, head, in nvkm_chan_cctx_get()