HomeSort by: relevance | last modified time | path
    Searched refs:__sleep_func (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/hpcarm/hpcarm/
hpc_machdep.c 101 void (*__sleep_func)(void *); variable in typeref:typename:void (*)(void *)
145 __sleep_func = NULL;
206 if (__sleep_func != NULL)
207 __sleep_func(__sleep_ctx);
227 __sleep_func = NULL;
netbookpro_machdep.c 111 extern void (*__sleep_func)(void *);
116 __sleep_func = NULL;
sa11x0_hpc_machdep.c 144 extern void (*__sleep_func)(void *);
pxa2x0_hpc_machdep.c 139 extern void (*__sleep_func)(void *);
  /src/sys/arch/hpcsh/dev/
psh3pwr.c 127 extern void (*__sleep_func)(void *);
143 __sleep_func = psh3pwr_sleep;
j6x0pwr.c 153 extern void (*__sleep_func)(void *);
177 __sleep_func = j6x0pwr_sleep;
  /src/sys/arch/hpcarm/dev/
j720pwr.c 123 extern void (*__sleep_func)(void *);
133 __sleep_func = j720pwr_sleep;
  /src/sys/arch/hpcsh/hpcsh/
machdep.c 161 void (*__sleep_func)(void *); /* model dependent sleep function holder */ variable in typeref:typename:void (*)(void *)
353 if (__sleep_func != NULL)
354 __sleep_func(__sleep_ctx);

Completed in 34 milliseconds