Home
last modified time | relevance | path

Searched refs:is_menu (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c2885 bool is_menu; in v4l2_ctrl_new_custom() local
2901 is_menu = (type == V4L2_CTRL_TYPE_MENU || in v4l2_ctrl_new_custom()
2903 if (is_menu) in v4l2_ctrl_new_custom()
2916 is_menu ? cfg->menu_skip_mask : step, def, in v4l2_ctrl_new_custom()
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dkconfiglib.py1791 def is_menu(self): member in Item