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 nvif_object ce;25 struct list_head notifiers;26 struct nouveau_bo *ntfy;27 struct nouveau_vma *ntfy_vma;28 struct nvkm_mm heap;29 struct nouveau_sched_entity sched_entity;
437 nouveau_abi16_chan(struct nouveau_abi16 *abi16, int channel) in nouveau_abi16_chan() function