control_module     46 core/usb_remote.c enum CONTROL_MODULE         control_module = RMT_NONE ;
control_module    387 core/usb_remote.c         control_module = conf.remote_control_mode ;
control_module    416 core/usb_remote.c                 (*usb_module_shoot[control_module])();                  // jump to control module state machine
control_module    419 core/usb_remote.c                 (*usb_module_video[control_module])();                  // jump to control module state machine
control_module    481 core/usb_remote.c                     sprintf(buf,"switch=%d logic=%d sync=%s mode=%d  ", switch_type, control_module, conf.synch_enable?"yes":"no", camera_mode) ;