Searched refs:tpg_gen_text (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/media/test-drivers/visl/ ! |
D | visl-dec.c | 242 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() 250 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, line_str); in visl_tpg_fill() 268 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() 279 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() 286 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() 303 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, &buf[old_len]); in visl_tpg_fill() 321 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() 332 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() 339 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill() 353 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, &buf[old_len]); in visl_tpg_fill()
|
/linux-6.6.21/drivers/media/test-drivers/vivid/ ! |
D | vivid-kthread-cap.c | 471 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 476 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 486 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 491 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 497 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 504 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 509 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 514 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 518 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 524 tpg_gen_text(tpg, basep, line++ * line_height, in vivid_fillbuff()
|
/linux-6.6.21/drivers/media/test-drivers/vimc/ ! |
D | vimc-sensor.c | 210 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, in vimc_sensor_process_frame() 218 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str); in vimc_sensor_process_frame() 222 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str); in vimc_sensor_process_frame() 234 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str); in vimc_sensor_process_frame()
|
/linux-6.6.21/include/media/tpg/ ! |
D | v4l2-tpg.h | 244 void tpg_gen_text(const struct tpg_data *tpg,
|
/linux-6.6.21/drivers/media/common/v4l2-tpg/ ! |
D | v4l2-tpg-core.c | 1962 void tpg_gen_text(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_gen_text() function 2015 EXPORT_SYMBOL_GPL(tpg_gen_text);
|