Searched defs:nouveau_abi16_chan (Results 1 – 2 of 2) sorted by relevance
21 struct nouveau_abi16_chan { struct22 struct list_head head;23 struct nouveau_channel *chan;24 struct list_head notifiers;25 struct nouveau_bo *ntfy;26 struct nouveau_vma *ntfy_vma;27 struct nvkm_mm heap;
357 nouveau_abi16_chan(struct nouveau_abi16 *abi16, int channel) in nouveau_abi16_chan() function