Searched refs:tpg_hscale_div (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 2267 tpg_hscale_div(tpg, p, tpg->mv_hor_count % tpg->src_width); in tpg_fill_params_pattern() 2269 tpg_hscale_div(tpg, p, (tpg->mv_hor_count + tpg->mv_hor_step) % in tpg_fill_params_pattern() 2287 params->wss_width = tpg_hscale_div(tpg, p, params->wss_width); in tpg_fill_params_extras() 2295 left_pillar_width = tpg_hscale_div(tpg, p, left_pillar_width); in tpg_fill_params_extras() 2304 tpg_hscale_div(tpg, p, right_pillar_start); in tpg_fill_params_extras() 2377 left = tpg_hscale_div(tpg, p, left); in tpg_fill_plane_extras() 2378 width = tpg_hscale_div(tpg, p, width); in tpg_fill_plane_extras() 2463 unsigned line_offset = tpg_hscale_div(tpg, p, tpg->crop.left); in tpg_fill_plane_pattern()
|
/Linux-v6.6/include/media/tpg/ |
D | v4l2-tpg.h | 451 static inline unsigned tpg_hscale_div(const struct tpg_data *tpg, in tpg_hscale_div() function
|