Home
last modified time | relevance | path

Searched refs:tpg_hscale_div (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c2293 tpg_hscale_div(tpg, p, tpg->mv_hor_count % tpg->src_width); in tpg_fill_params_pattern()
2295 tpg_hscale_div(tpg, p, (tpg->mv_hor_count + tpg->mv_hor_step) % in tpg_fill_params_pattern()
2313 params->wss_width = tpg_hscale_div(tpg, p, params->wss_width); in tpg_fill_params_extras()
2321 left_pillar_width = tpg_hscale_div(tpg, p, left_pillar_width); in tpg_fill_params_extras()
2330 tpg_hscale_div(tpg, p, right_pillar_start); in tpg_fill_params_extras()
2403 left = tpg_hscale_div(tpg, p, left); in tpg_fill_plane_extras()
2404 width = tpg_hscale_div(tpg, p, width); in tpg_fill_plane_extras()
2451 unsigned line_offset = tpg_hscale_div(tpg, p, tpg->crop.left); in tpg_fill_plane_pattern()
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c2299 tpg_hscale_div(tpg, p, tpg->mv_hor_count % tpg->src_width); in tpg_fill_params_pattern()
2301 tpg_hscale_div(tpg, p, (tpg->mv_hor_count + tpg->mv_hor_step) % in tpg_fill_params_pattern()
2319 params->wss_width = tpg_hscale_div(tpg, p, params->wss_width); in tpg_fill_params_extras()
2327 left_pillar_width = tpg_hscale_div(tpg, p, left_pillar_width); in tpg_fill_params_extras()
2336 tpg_hscale_div(tpg, p, right_pillar_start); in tpg_fill_params_extras()
2409 left = tpg_hscale_div(tpg, p, left); in tpg_fill_plane_extras()
2410 width = tpg_hscale_div(tpg, p, width); in tpg_fill_plane_extras()
2495 unsigned line_offset = tpg_hscale_div(tpg, p, tpg->crop.left); in tpg_fill_plane_pattern()
/kernel/linux/linux-5.10/include/media/tpg/
H A Dv4l2-tpg.h450 static inline unsigned tpg_hscale_div(const struct tpg_data *tpg, in tpg_hscale_div() function
/kernel/linux/linux-6.6/include/media/tpg/
H A Dv4l2-tpg.h451 static inline unsigned tpg_hscale_div(const struct tpg_data *tpg, in tpg_hscale_div() function

Completed in 11 milliseconds