get_usb_power 2797 core/gui.c if (conf.remote_enable && conf.remote_enable_scripts && get_usb_power(SINGLE_PULSE) > 5) get_usb_power 1152 core/gui_osd.c sprintf(osd_buf, "USB: %8u", get_usb_power(1)); get_usb_power 57 core/usb_module.c i = get_usb_power(LM_PULSE_COUNT) ; get_usb_power 454 core/usb_module.c switch( get_usb_power(LM_PULSE_COUNT) ) get_usb_power 408 core/usb_remote.c (*usb_driver[switch_type])(get_usb_power(USB_STATE)); // jump to driver state machine get_usb_power 17 core/usb_remote.h extern int get_usb_power(int edge); get_usb_power 342 lib/ubasic/ubasic.c r = get_usb_power(usbpwr); get_usb_power 1407 modules/luascript.c lua_pushnumber( L, get_usb_power(luaL_optnumber( L, 1, 0 )) ); get_usb_power 2898 modules/luascript.c FUNC(get_usb_power) get_usb_power 407 modules/module_exportlist.c get_usb_power get_usb_power 11 modules/script_key_funcs.c return get_usb_power(USB_STATE); get_usb_power 27 tools/ubasic_test/camera_functions.h int get_usb_power(int edge);