Lines Matching refs:p_layout
613 const keyboard_layout *p_layout = NULL; in GetKeyboardName() local
616 case KB_KLUNK: p_layout = type0_layout; break; in GetKeyboardName()
617 case KB_SUN3: p_layout = type3_layout; break; in GetKeyboardName()
618 case KB_SUN4: p_layout = type4_layout; break; in GetKeyboardName()
619 case KB_USB: p_layout = type6_layout; break; in GetKeyboardName()
620 case KB_PC: p_layout = type101_layout; break; in GetKeyboardName()
623 if( p_layout ) in GetKeyboardName()
625 while( p_layout->n_layout != -1 ) in GetKeyboardName()
627 if ( p_layout->n_layout == kbd_layout ) in GetKeyboardName()
629 m_aKeyboardName = p_layout->p_description; in GetKeyboardName()
632 p_layout++; in GetKeyboardName()