Searched refs:test_out (Results 1 – 3 of 3) sorted by relevance
194 struct ipu_image test_in, test_out; in ipu_csc_scaler_try_fmt() local207 test_out.pix = f->fmt.pix; in ipu_csc_scaler_try_fmt()214 test_out.pix = q_data_out->cur_fmt; in ipu_csc_scaler_try_fmt()217 ipu_image_convert_adjust(&test_in, &test_out, ctx->rot_mode); in ipu_csc_scaler_try_fmt()220 test_out.pix : test_in.pix; in ipu_csc_scaler_try_fmt()647 struct ipu_image test_in, test_out; in ipu_csc_scaler_s_ctrl() local653 test_out.pix = *out_fmt; in ipu_csc_scaler_s_ctrl()658 test_out.pix.width = out_fmt->height; in ipu_csc_scaler_s_ctrl()659 test_out.pix.height = out_fmt->width; in ipu_csc_scaler_s_ctrl()662 ipu_image_convert_adjust(&test_in, &test_out, ctx->rot_mode); in ipu_csc_scaler_s_ctrl()[all …]
221 void __iomem *test_out = pcie->base + SMP8759_TEST_OUT; in tango_pcie_link_up() local224 writel_relaxed(16, test_out); in tango_pcie_link_up()226 u32 ltssm_state = readl_relaxed(test_out) >> 8; in tango_pcie_link_up()
374 sink as a second one, e.g. `./bpf_dbg test_in.txt test_out.txt`.