canonmode        1111 core/shooting.c int shooting_mode_canon2chdk(int canonmode)
canonmode        1116 core/shooting.c 		if (modemap[i].canonmode == canonmode)
canonmode        1128 core/shooting.c 			return modemap[i].canonmode;
canonmode        1478 core/shooting.c int shooting_set_mode_canon(int canonmode)
canonmode        1480 core/shooting.c     if (canonmode == -1 || !rec_mode_active())
canonmode        1482 core/shooting.c     SetCurrentCaptureModeType(canonmode);
canonmode          13 include/modes.h     unsigned short canonmode;  // PROPCASE_SHOOTING_MODE value
canonmode         205 include/shooting.h extern int shooting_mode_canon2chdk(int canonmode);