Home
last modified time | relevance | path

Searched refs:p_min (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c196 if (ctrl->p_min.p_const) in std_min_compound()
197 memcpy(p, ctrl->p_min.p_const, ctrl->elem_size); in std_min_compound()
1947 const union v4l2_ctrl_ptr p_min, in v4l2_ctrl_new() argument
2134 if (type >= V4L2_CTRL_COMPOUND_TYPES && p_min.p_const) in v4l2_ctrl_new()
2206 if (p_min.p_const) { in v4l2_ctrl_new()
2208 ctrl->p_min.p = ptr; in v4l2_ctrl_new()
2209 memcpy(ctrl->p_min.p, p_min.p_const, elem_size); in v4l2_ctrl_new()
2269 flags, qmenu, qmenu_int, cfg->p_def, cfg->p_min, in v4l2_ctrl_new_custom()
2372 const union v4l2_ctrl_ptr p_min, in v4l2_ctrl_new_std_compound() argument
2387 flags, NULL, NULL, p_def, p_min, p_max, NULL); in v4l2_ctrl_new_std_compound()
/linux/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c738 u8 p_min, p_max; in samsung_dsim_pll_find_pms() local
743 p_min = DIV_ROUND_UP(fin, (driver_data->pll_fin_max * HZ_PER_MHZ)); in samsung_dsim_pll_find_pms()
746 for (_p = p_min; _p <= p_max; ++_p) { in samsung_dsim_pll_find_pms()
/linux/lib/
H A Dmaple_tree.c6641 unsigned long p_min, p_max; in mas_dfs_postorder() local
6654 p_min = mas->min; in mas_dfs_postorder()
6661 mas->min = p_min; in mas_dfs_postorder()