Home
last modified time | relevance | path

Searched defs:uwbd (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/staging/uwb/
Duwb.h86 struct uwbd { struct
87 int pid;
88 struct task_struct *task;
89 wait_queue_head_t wq;
90 struct list_head event_list;
91 spinlock_t event_list_lock;
385 struct uwbd uwbd; member
Duwbd.c253 static int uwbd(void *param) in uwbd() function