Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A Dcheck115 g_sel = p.add_argument_group('test selecting options',
118 g_sel.add_argument('-g', '--groups', metavar='group1,...',
120 g_sel.add_argument('-x', '--exclude-groups', metavar='group1,...',
122 g_sel.add_argument('--start-from', metavar='TEST',
128 g_sel.add_argument('tests', metavar='TEST_FILES', nargs='*',
130 g_sel.add_argument('--build-dir', default=get_default_path(),
132 g_sel.add_argument('--source-dir',
/openbmc/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-dpr.c273 int g_sel, int b_sel) in dcss_dpr_argb_comp_sel() argument
279 ((g_sel << G_COMP_SEL_POS) & G_COMP_SEL_MASK) | in dcss_dpr_argb_comp_sel()
363 int g_sel; member
378 static int to_comp_sel(u32 pix_fmt, int *a_sel, int *r_sel, int *g_sel, in to_comp_sel() argument
387 *g_sel = comp_sel_map[i].g_sel; in to_comp_sel()
433 int a_sel, r_sel, g_sel, b_sel; in dcss_dpr_setup_components() local
465 &g_sel, &b_sel)) { in dcss_dpr_setup_components()
466 dcss_dpr_argb_comp_sel(ch, a_sel, r_sel, g_sel, b_sel); in dcss_dpr_setup_components()