Lines Matching refs:layout
343 /* This variable backs up the layout state for non-self-ID keyboards */
476 conskbd.conskbd_layout = -1; /* invalid layout */
663 * consumer tries to determine the keyboard layout type, or sets
1165 * not co-exist in a specific layout. In other words,
1698 int layout;
1707 layout = *(int *)mp->b_cont->b_rptr;
1709 * We just accept the layout of the first keyboard
1712 * layout from it, we set conskbd's layout
1714 if (layout != -1 && conskbd.conskbd_layout == -1) {
1715 if (layout == 0) {
1718 conskbd.conskbd_layout = layout;
1719 if (layout == kbd_layout_bak) {
1724 layout)) != NULL) {
1744 /* if fail, leave conskbd's layout as it is */