Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
H A Dnouveau_nvif_object.c57 nvif_object_sclass_put(struct nvif_sclass **psclass) in nvif_object_sclass_put() argument
59 kfree(*psclass); in nvif_object_sclass_put()
60 *psclass = NULL; in nvif_object_sclass_put()
64 nvif_object_sclass_get(struct nvif_object *object, struct nvif_sclass **psclass) in nvif_object_sclass_get() argument
91 *psclass = kcalloc(args->sclass.count, sizeof(**psclass), GFP_KERNEL); in nvif_object_sclass_get()
92 if (*psclass) { in nvif_object_sclass_get()
94 (*psclass)[i].oclass = args->sclass.oclass[i].oclass; in nvif_object_sclass_get()
95 (*psclass)[i].minver = args->sclass.oclass[i].minver; in nvif_object_sclass_get()
96 (*psclass)[i].maxver = args->sclass.oclass[i].maxver; in nvif_object_sclass_get()