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

  /hardware/akm/AK8975_FS/akmdfs/
main.c 43 int g_opmode = 0; variable
119 g_opmode = OPMODE_CONSOLE;
120 /*g_opmode = 0;*/
138 g_opmode |= OPMODE_CONSOLE;
225 if (g_opmode & OPMODE_FST){
245 if (g_opmode & OPMODE_CONSOLE) {
AKFS_Common.h 132 ((g_opmode & OPMODE_CONSOLE) \
137 ((g_opmode & OPMODE_CONSOLE) \
147 extern int g_opmode; /*!< 0:Daemon mode, 1:Console mode. */
AKFS_Measure.c 257 if (g_opmode & OPMODE_CONSOLE) {

Completed in 361 milliseconds