Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/macintosh/
Dadb.c82 static struct completion adb_probe_task_comp; variable
323 init_completion(&adb_probe_task_comp); in adb_init()
439 complete(&adb_probe_task_comp); in adb_probe_wakeup()
492 wait_for_completion(&adb_probe_task_comp); in adb_request()