OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nouveau_pci_task
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/nouveau/
nouveau_pci.h
38
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
*);
nouveau_pci.c
71
SIMPLEQ_HEAD(nouveau_pci_task_head,
nouveau_pci_task
);
264
struct
nouveau_pci_task
*const task =
345
struct
nouveau_pci_task
*const task = container_of(work,
346
struct
nouveau_pci_task
, nt_u.work);
352
nouveau_pci_task_schedule(device_t self, struct
nouveau_pci_task
*task)
nouveaufb.c
56
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 13 milliseconds
Indexes created Wed Oct 15 14:09:57 GMT 2025