Searched refs:nouveau_pci_task (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/nouveau/
H A Dnouveau_pci.h38 struct nouveau_pci_task { struct
40 SIMPLEQ_ENTRY(nouveau_pci_task) queue;
43 void (*nt_fn)(struct nouveau_pci_task *);
47 nouveau_pci_task_init(struct nouveau_pci_task *task,
48 void (*fn)(struct nouveau_pci_task *))
54 void nouveau_pci_task_schedule(device_t, struct nouveau_pci_task *);
H A Dnouveau_pci.c71 SIMPLEQ_HEAD(nouveau_pci_task_head, nouveau_pci_task);
269 struct nouveau_pci_task *const task =
350 struct nouveau_pci_task *const task = container_of(work,
351 struct nouveau_pci_task, nt_u.work);
357 nouveau_pci_task_schedule(device_t self, struct nouveau_pci_task *task)
H A Dnouveaufb.c56 static void nouveaufb_attach_task(struct nouveau_pci_task *);
65 struct nouveau_pci_task sc_attach_task;
126 nouveaufb_attach_task(struct nouveau_pci_task *task)

Completed in 176 milliseconds