HomeSort by relevance Sort by last modified time
    Searched full:wake_up (Results 1 - 3 of 3) sorted by null

  /external/kernel-headers/original/linux/
wait.h 146 #define wake_up(x) __wake_up(x, TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, 1, NULL) macro
177 * wake_up() has to be called after changing any variable that could
212 * wake_up() has to be called after changing any variable that could
253 * wake_up() has to be called after changing any variable that could
297 * wake_up() has to be called after changing any variable that could
  /system/core/toolbox/
powerd.c 134 int wake_up = 0; local
150 wake_up |= call_notify_handler(event);
155 return wake_up;
  /hardware/broadcom/wlan/bcm4329/src/include/
spid.h 69 #define WAKE_UP 0x80 /* 0/1 Wake-up command from Host to WLAN */

Completed in 330 milliseconds