Searched defs:nouveau_cli_work (Results 1 – 2 of 2) sorted by relevance
114 struct nouveau_cli_work { struct115 void (*func)(struct nouveau_cli_work *); argument116 struct nouveau_cli *cli;117 struct list_head head;119 struct dma_fence *fence;120 struct dma_fence_cb cb;
172 nouveau_cli_work(struct work_struct *w) in nouveau_cli_work() function