/drivers/char/tpm/eventlog/ |
D | of.c | 55 const u64 *basep; in tpm_read_log_of() local 70 basep = of_get_property(np, "linux,sml-base", NULL); in tpm_read_log_of() 71 if (sizep == NULL && basep == NULL) in tpm_read_log_of() 73 if (sizep == NULL || basep == NULL) in tpm_read_log_of() 88 base = be64_to_cpup((__force __be64 *)basep); in tpm_read_log_of() 91 base = *basep; in tpm_read_log_of()
|
/drivers/media/test-drivers/visl/ |
D | visl-dec.c | 217 u8 *basep[TPG_MAX_PLANES][2]; in visl_tpg_fill() local 237 tpg_calc_text_basep(&ctx->tpg, basep, p, vbuf); in visl_tpg_fill() 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() [all …]
|
/drivers/media/test-drivers/vimc/ |
D | vimc-sensor.c | 200 u8 *basep[TPG_MAX_PLANES][2]; in vimc_sensor_process_frame() local 205 tpg_calc_text_basep(&vsensor->tpg, basep, 0, vsensor->frame); in vimc_sensor_process_frame() 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()
|
/drivers/media/test-drivers/vivid/ |
D | vivid-kthread-cap.c | 395 u8 *basep[TPG_MAX_PLANES][2]; in vivid_fillbuff() local 447 tpg_calc_text_basep(tpg, basep, p, vbuf); in vivid_fillbuff() 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() [all …]
|
/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 1923 PIXTYPE *pos = (PIXTYPE *)(basep[p][(line / vdiv) & 1] + \ 1966 static noinline void tpg_print_str_2(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_2() 1973 static noinline void tpg_print_str_4(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_4() 1980 static noinline void tpg_print_str_6(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_6() 1987 static noinline void tpg_print_str_8(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_8() 1994 void tpg_gen_text(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_gen_text() 2003 if (font8x16 == NULL || basep == NULL || text == NULL) in tpg_gen_text() 2029 tpg_print_str_2(tpg, basep, p, first, div, step, y, x, in tpg_gen_text() 2033 tpg_print_str_4(tpg, basep, p, first, div, step, y, x, in tpg_gen_text() 2037 tpg_print_str_6(tpg, basep, p, first, div, step, y, x, in tpg_gen_text() [all …]
|