_get_dial_hw_position   89 platform/g16/kbd.c extern int _get_dial_hw_position(int dial);
_get_dial_hw_position   96 platform/g16/kbd.c     return _get_dial_hw_position(dial)&~3;     // note : mask low bits
_get_dial_hw_position   82 platform/g5x/kbd.c     extern int _get_dial_hw_position(int dial);
_get_dial_hw_position   83 platform/g5x/kbd.c     return _get_dial_hw_position(dial) & ~3;
_get_dial_hw_position   87 platform/g7x/kbd.c extern int _get_dial_hw_position(int dial);
_get_dial_hw_position   93 platform/g7x/kbd.c     return _get_dial_hw_position(dial)&~3;
_get_dial_hw_position   81 platform/g7x2/kbd.c     extern int _get_dial_hw_position(int dial);
_get_dial_hw_position   82 platform/g7x2/kbd.c     return _get_dial_hw_position(dial) & ~3;
_get_dial_hw_position   87 platform/sx60hs/kbd.c extern int _get_dial_hw_position(int dial);
_get_dial_hw_position   91 platform/sx60hs/kbd.c     return _get_dial_hw_position(dial)&~3;
_get_dial_hw_position   86 platform/sx700hs/kbd.c extern int _get_dial_hw_position(int dial);
_get_dial_hw_position   91 platform/sx700hs/kbd.c     return _get_dial_hw_position(dial)&~3;
_get_dial_hw_position   94 platform/sx710hs/kbd.c extern int _get_dial_hw_position(int dial);
_get_dial_hw_position   99 platform/sx710hs/kbd.c     return _get_dial_hw_position(dial)&~3;
_get_dial_hw_position  103 platform/sx730hs/kbd.c extern int _get_dial_hw_position(int dial);
_get_dial_hw_position  108 platform/sx730hs/kbd.c     return _get_dial_hw_position(dial)&~3;