Searched refs:NV_NAMEDB_CLASS (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/ |
D | handle.c | 106 while (!nv_iclass(namedb, NV_NAMEDB_CLASS)) in nvkm_handle_create() 177 while (!nv_iclass(parent, NV_NAMEDB_CLASS)) in nvkm_handle_ref() 193 if (engctx && (namedb = (void *)nv_pclass(engctx, NV_NAMEDB_CLASS))) in nvkm_handle_get_class() 202 if (engctx && (namedb = (void *)nv_pclass(engctx, NV_NAMEDB_CLASS))) in nvkm_handle_get_vinst() 211 if (engctx && (namedb = (void *)nv_pclass(engctx, NV_NAMEDB_CLASS))) in nvkm_handle_get_cinst()
|
D | namedb.c | 174 NV_NAMEDB_CLASS, sclass, engcls, in nvkm_namedb_create_()
|
D | ioctl.c | 472 if (!(namedb = (void *)nv_pclass(object, NV_NAMEDB_CLASS)) || in nvkm_ioctl_path()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | namedb.h | 16 if (unlikely(!nv_iclass(obj, NV_NAMEDB_CLASS))) in nv_namedb()
|
D | object.h | 7 #define NV_NAMEDB_CLASS 0x40000000 macro
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | nv04.c | 1272 namedb = (void *)nv_pclass(nv_object(chan), NV_NAMEDB_CLASS); in nv04_gr_intr()
|
D | nv10.c | 1173 namedb = (void *)nv_pclass(nv_object(chan), NV_NAMEDB_CLASS); in nv10_gr_intr()
|