Home
last modified time | relevance | path

Searched refs:probe_task (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfwisound.h82 struct task probe_task; member
H A Dfwisound.c485 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 Dfwdv.h168 struct task probe_task; member
H A Dfwcam.h240 struct task probe_task; member
H A Dfwdv.c952 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 Dfwcam.c847 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()