driver_state       48 core/usb_input.c     switch( driver_state )
driver_state       52 core/usb_input.c             driver_state = SW_IDLE ;
driver_state       58 core/usb_input.c                 driver_state = SW_POWER_CONNECT ;
driver_state       67 core/usb_input.c                     driver_state = SW_POWER_ON ;
driver_state       74 core/usb_input.c                 driver_state = SW_IDLE ;
driver_state       82 core/usb_input.c                     driver_state = SW_POWER_DISCONNECT ;
driver_state       91 core/usb_input.c                 driver_state = SW_IDLE ;
driver_state      115 core/usb_input.c     switch( driver_state )
driver_state      119 core/usb_input.c             driver_state = SW_IDLE ;
driver_state      124 core/usb_input.c                 driver_state = SW_POWER_CONNECT ;
driver_state      133 core/usb_input.c                     driver_state = SW_POWER_ON ;
driver_state      140 core/usb_input.c                 driver_state = SW_IDLE ;
driver_state      148 core/usb_input.c                     driver_state = SW_POWER_DISCONNECT ;
driver_state      158 core/usb_input.c                     driver_state = SW_FULL_PRESS_ACTIVE;
driver_state      168 core/usb_input.c                     driver_state = SW_IDLE ;
driver_state      176 core/usb_input.c                 driver_state = SW_IDLE ;
driver_state      212 core/usb_input.c     switch( driver_state )
driver_state      216 core/usb_input.c             driver_state = SW_IDLE ;
driver_state      221 core/usb_input.c                 driver_state = SW_CA1_1XX ;
driver_state      228 core/usb_input.c                 driver_state = SW_CA1_10X ;
driver_state      233 core/usb_input.c                 driver_state = SW_CA1_11 ;                              // we can set FULL_PRESS either here or wait for USB_POWER_OFF
driver_state      240 core/usb_input.c                 driver_state = SW_CA1_101 ;
driver_state      244 core/usb_input.c                 driver_state = SW_CA1_100 ;
driver_state      250 core/usb_input.c                 driver_state = SW_IDLE ;
driver_state      255 core/usb_input.c             driver_state = SW_IDLE ;
driver_state      261 core/usb_input.c                 driver_state = SW_IDLE ;                                // this is always followed by the release pulse
driver_state       48 core/usb_remote.c enum DRIVER_STATE           driver_state = SW_RESET;
driver_state       86 core/usb_remote.c     char driver_state;
driver_state      128 core/usb_remote.c     debug_rec_buf[debug_num_rec].driver_state = driver_state;
driver_state      395 core/usb_remote.c     driver_state = SW_RESET;
driver_state      426 core/usb_remote.c         usb_remote_active = ((logic_module_state  > 1) || (driver_state  > 1) || (virtual_remote_state  > 1) ) ? 1 : 0 ;
driver_state      475 core/usb_remote.c                     sprintf(buf,"RMT=%d drv=%d lgc=%d  sync=%d  tmo=%d  ", usb_remote_active, driver_state, logic_module_state, usb_sync_wait_flag, (bracketing_timeout?bracketing_timeout-get_tick_count():0));
driver_state      190 core/usb_remote.h extern enum DRIVER_STATE            driver_state;