Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c145 tpg->random_line[plane] = in tpg_alloc()
147 if (!tpg->random_line[plane]) in tpg_alloc()
171 vfree(tpg->random_line[plane]); in tpg_free()
174 tpg->random_line[plane] = NULL; in tpg_free()
1865 u8 *pos = tpg->random_line[p] + x * twopixsize / 2; in tpg_precalculate_line()
2331 u8 *wss = tpg->random_line[p] + params->wss_random_offset; in tpg_fill_plane_extras()
2497 linestart_older = tpg->random_line[p] + in tpg_fill_plane_pattern()
2499 linestart_newer = tpg->random_line[p] + in tpg_fill_plane_pattern()
/linux-6.1.9/include/media/tpg/
Dv4l2-tpg.h231 u8 *random_line[TPG_MAX_PLANES]; member