Home
last modified time | relevance | path

Searched refs:menu_items (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/recovery/
H A Dui.c84 static int menu_top = 0, menu_items = 0, menu_sel = 0; variable
171 for (; i < menu_top + menu_items; ++i) { in draw_screen_locked()
484 menu_items = i - menu_top; in ui_start_menu()
504 if (menu_sel >= menu_items) menu_sel = menu_items - 1; in ui_menu_select()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dui.c87 static int menu_top = 0, menu_items = 0, menu_sel = 0; variable
682 menu_items = i - menu_top; in ui_start_menu()
698 if (menu_sel >= menu_items) menu_sel = menu_items-1; in ui_menu_select()
701 menu_sel = menu_items-1;//�����ʾ�����ǰ��Ϊ�����������Ϊ�����л�ʱ���л���β�� in ui_menu_select()
702 } else if (menu_sel >= menu_items) { in ui_menu_select()
H A Dscreen_ui.h122 int menu_top, menu_items, menu_sel; variable
/OK3568_Linux_fs/kernel/drivers/media/common/
H A Dcx2341x.c925 const char * const *menu_items) in v4l2_ctrl_check() argument
939 if (qctrl->type == V4L2_CTRL_TYPE_MENU && menu_items != NULL) { in v4l2_ctrl_check()
940 if (menu_items[ctrl->value] == NULL || in v4l2_ctrl_check()
941 menu_items[ctrl->value][0] == '\0') in v4l2_ctrl_check()
971 const char * const *menu_items = NULL; in cx2341x_ext_ctrls() local
978 menu_items = cx2341x_ctrl_get_menu(params, qctrl.id); in cx2341x_ext_ctrls()
979 err = v4l2_ctrl_check(ctrl, &qctrl, menu_items); in cx2341x_ext_ctrls()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190817.patch.gz1# ncurses 6.1 - patch 20190817 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190824.patch.gz1# ncurses 6.1 - patch 20190824 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20191207.patch.gz1# ncurses 6.1 - patch 20191207 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...