Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/macintosh/
Dadb.c78 static int adb_got_sleep = 0; variable
343 adb_got_sleep = 1; in adb_notify_sleep()
356 if (adb_got_sleep) { in adb_notify_sleep()
357 adb_got_sleep = 0; in adb_notify_sleep()
366 adb_got_sleep = 0; in adb_notify_sleep()
554 if (adb_got_sleep) in adb_input()