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

/drivers/char/tpm/
H A Dtpm_of.c27 const __be64 *basep; local
50 basep = of_get_property(np, "linux,sml-base", NULL);
51 if (basep == NULL) {
66 memcpy(log->bios_event_log, __va(be64_to_cpup(basep)), *sizep);
/drivers/media/platform/vivid/
H A Dvivid-kthread-cap.c404 u8 *basep[TPG_MAX_PLANES][2]; local
457 tpg_calc_text_basep(&dev->tpg, basep, p, vbuf);
478 tpg_gen_text(&dev->tpg, basep, line++ * line_height, 16, str);
483 tpg_gen_text(&dev->tpg, basep, line++ * line_height, 16, str);
493 tpg_gen_text(&dev->tpg, basep, line++ * line_height, 16, str);
498 tpg_gen_text(&dev->tpg, basep, line++ * line_height, 16, str);
504 tpg_gen_text(&dev->tpg, basep, line++ * line_height, 16, str);
510 tpg_gen_text(&dev->tpg, basep, line++ * line_height, 16, str);
515 tpg_gen_text(&dev->tpg, basep, line++ * line_height, 16, str);
520 tpg_gen_text(&dev->tpg, basep, lin
[all...]
H A Dvivid-tpg.h173 u8 *basep[TPG_MAX_PLANES][2], int y, int x, char *text);
175 u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf);
H A Dvivid-tpg.c980 void tpg_gen_text(struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], argument
990 if (font8x16 == NULL || basep == NULL)
1020 PIXTYPE *pos = (PIXTYPE *)(basep[p][line & 1] + \
1168 u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf)
1174 basep[p][0] = vbuf;
1175 basep[p][1] = vbuf;
1177 basep[p][1] += tpg->buf_height * stride / 2;
1179 basep[p][0] += tpg->buf_height * stride / 2;
1167 tpg_calc_text_basep(struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf) argument

Completed in 78 milliseconds