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