Searched refs:tpg_hscale_div (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/media/common/v4l2-tpg/ |
| D | v4l2-tpg-core.c | 2235 tpg_hscale_div(tpg, p, tpg->mv_hor_count % tpg->src_width); in tpg_fill_params_pattern() 2237 tpg_hscale_div(tpg, p, (tpg->mv_hor_count + tpg->mv_hor_step) % in tpg_fill_params_pattern() 2255 params->wss_width = tpg_hscale_div(tpg, p, params->wss_width); in tpg_fill_params_extras() 2263 left_pillar_width = tpg_hscale_div(tpg, p, left_pillar_width); in tpg_fill_params_extras() 2272 tpg_hscale_div(tpg, p, right_pillar_start); in tpg_fill_params_extras() 2345 left = tpg_hscale_div(tpg, p, left); in tpg_fill_plane_extras() 2346 width = tpg_hscale_div(tpg, p, width); in tpg_fill_plane_extras() 2393 unsigned line_offset = tpg_hscale_div(tpg, p, tpg->crop.left); in tpg_fill_plane_pattern()
|
| /Linux-v5.4/include/media/tpg/ |
| D | v4l2-tpg.h | 448 static inline unsigned tpg_hscale_div(const struct tpg_data *tpg, in tpg_hscale_div() function
|