Searched refs:probe_task (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/firewire/ |
| H A D | fwisound.h | 82 struct task probe_task; member
|
| H A D | fwisound.c | 485 TASK_INIT(&sc->probe_task, 0, fwisound_probe_task, sc); in fwisound_attach() 498 if (taskqueue_enqueue(taskqueue_thread, &sc->probe_task) != 0) in fwisound_attach() 515 taskqueue_drain(taskqueue_thread, &sc->probe_task); in fwisound_detach()
|
| H A D | fwdv.h | 168 struct task probe_task; member
|
| H A D | fwcam.h | 240 struct task probe_task; member
|
| H A D | fwdv.c | 952 TASK_INIT(&sc->probe_task, 0, fwdv_probe_task, sc); in fwdv_attach() 989 if (taskqueue_enqueue(taskqueue_thread, &sc->probe_task) != 0) in fwdv_attach() 1009 taskqueue_drain(taskqueue_thread, &sc->probe_task); in fwdv_detach()
|
| H A D | fwcam.c | 847 taskqueue_enqueue(taskqueue_thread, &sc->probe_task); in fwcam_ensure_probed() 1267 TASK_INIT(&sc->probe_task, 0, fwcam_probe_task, sc); in fwcam_attach() 1294 taskqueue_drain(taskqueue_thread, &sc->probe_task); in fwcam_detach()
|