Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c2008 bool is_menu; in v4l2_ctrl_new_custom() local
2024 is_menu = (type == V4L2_CTRL_TYPE_MENU || in v4l2_ctrl_new_custom()
2026 if (is_menu) in v4l2_ctrl_new_custom()
2039 is_menu ? cfg->menu_skip_mask : step, def, in v4l2_ctrl_new_custom()
/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py1821 def is_menu(self): member in Item