dial               89 platform/g16/kbd.c extern int _get_dial_hw_position(int dial);
dial               94 platform/g16/kbd.c int get_dial_hw_position(int dial)
dial               96 platform/g16/kbd.c     return _get_dial_hw_position(dial)&~3;     // note : mask low bits
dial               79 platform/g5x/kbd.c int get_dial_hw_position(int dial)
dial               82 platform/g5x/kbd.c     extern int _get_dial_hw_position(int dial);
dial               83 platform/g5x/kbd.c     return _get_dial_hw_position(dial) & ~3;
dial               87 platform/g7x/kbd.c extern int _get_dial_hw_position(int dial);
dial               90 platform/g7x/kbd.c int get_dial_hw_position(int dial)
dial               93 platform/g7x/kbd.c     return _get_dial_hw_position(dial)&~3;
dial               78 platform/g7x2/kbd.c int get_dial_hw_position(int dial)
dial               81 platform/g7x2/kbd.c     extern int _get_dial_hw_position(int dial);
dial               82 platform/g7x2/kbd.c     return _get_dial_hw_position(dial) & ~3;
dial               87 platform/sx60hs/kbd.c extern int _get_dial_hw_position(int dial);
dial               88 platform/sx60hs/kbd.c int get_dial_hw_position(int dial)
dial               91 platform/sx60hs/kbd.c     return _get_dial_hw_position(dial)&~3;
dial               86 platform/sx700hs/kbd.c extern int _get_dial_hw_position(int dial);
dial               88 platform/sx700hs/kbd.c int get_dial_hw_position(int dial)
dial               91 platform/sx700hs/kbd.c     return _get_dial_hw_position(dial)&~3;
dial               94 platform/sx710hs/kbd.c extern int _get_dial_hw_position(int dial);
dial               96 platform/sx710hs/kbd.c int get_dial_hw_position(int dial)
dial               99 platform/sx710hs/kbd.c     return _get_dial_hw_position(dial)&~3;
dial              103 platform/sx730hs/kbd.c extern int _get_dial_hw_position(int dial);
dial              105 platform/sx730hs/kbd.c int get_dial_hw_position(int dial)
dial              108 platform/sx730hs/kbd.c     return _get_dial_hw_position(dial)&~3;
dial              385 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int get_dial_hw_position(int dial);