Searched defs:nouveau_cli_work (Results 1 – 2 of 2) sorted by relevance
112 struct nouveau_cli_work { struct113 void (*func)(struct nouveau_cli_work *); argument114 struct nouveau_cli *cli;115 struct list_head head;117 struct dma_fence *fence;118 struct dma_fence_cb cb;
156 nouveau_cli_work(struct work_struct *w) in nouveau_cli_work() function