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

/linux-master/drivers/char/tpm/eventlog/
H A Dof.c55 const u64 *basep; local
70 basep = of_get_property(np, "linux,sml-base", NULL);
71 if (sizep == NULL && basep == NULL)
73 if (sizep == NULL || basep == NULL)
88 base = be64_to_cpup((__force __be64 *)basep);
91 base = *basep;
/linux-master/arch/powerpc/kernel/
H A Dcrash_dump.c115 const __be32 *basep, *sizep; local
118 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL);
121 if (basep && sizep) {
122 rtas_start = be32_to_cpup(basep);
H A Drtas.c2120 const u32 *basep, *entryp, *sizep; local
2125 basep = of_get_flat_dt_prop(node, "linux,rtas-base", NULL);
2135 if (basep && entryp && sizep) {
2136 rtas.base = *basep;
2142 basep = of_get_flat_dt_prop(node, "put-term-char", NULL);
2143 if (basep)
2144 rtas_putchar_token = *basep;
2146 basep = of_get_flat_dt_prop(node, "get-term-char", NULL);
2147 if (basep)
2148 rtas_getchar_token = *basep;
[all...]
/linux-master/arch/powerpc/kexec/
H A Dcore_64.c40 const unsigned long *basep; local
54 basep = of_get_property(node, "linux,tce-base", NULL);
56 if (basep == NULL || sizep == NULL)
59 low = *basep;
/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-sensor.c199 u8 *basep[TPG_MAX_PLANES][2]; local
204 tpg_calc_text_basep(&vsensor->tpg, basep, 0, vsensor->frame);
209 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height,
217 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str);
221 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str);
233 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str);
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-dec.c329 u8 *basep[TPG_MAX_PLANES][2]; local
349 tpg_calc_text_basep(&ctx->tpg, basep, p, vbuf);
354 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf);
360 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf);
369 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, line_str);
387 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf);
398 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf);
406 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf);
430 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, &buf[old_len]);
449 tpg_gen_text(&ctx->tpg, basep, lin
[all...]
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c395 u8 *basep[TPG_MAX_PLANES][2]; local
447 tpg_calc_text_basep(tpg, basep, p, vbuf);
471 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
476 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
486 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
491 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
497 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
504 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
509 tpg_gen_text(tpg, basep, line++ * line_height, 16, str);
514 tpg_gen_text(tpg, basep, lin
[all...]
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c90 * The "getdents()" interface is much more sane: the "basep" stuff is
106 long __user *basep; member in struct:osf_dirent_callback
129 if (buf->basep) {
130 if (put_user(offset, buf->basep))
132 buf->basep = NULL;
152 long __user *, basep)
159 .basep = basep,
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal.c113 const void *basep, *entryp, *sizep; local
119 basep = of_get_flat_dt_prop(node, "opal-base-address", &basesz);
123 if (!basep || !entryp || !sizep)
126 opal.base = of_read_number(basep, basesz/4);
130 pr_debug("OPAL Base = 0x%llx (basep=%p basesz=%d)\n",
131 opal.base, basep, basesz);
/linux-master/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c1923 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], argument
1973 static noinline void tpg_print_str_4(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], argument
1980 static noinline void tpg_print_str_6(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], argument
1987 static noinline void tpg_print_str_8(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], argument
1994 void tpg_gen_text(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], argument
2003 if (font8x16 == NULL || basep == NULL || text == NULL)
2029 tpg_print_str_2(tpg, basep, p, first, div, step, y, x,
2033 tpg_print_str_4(tpg, basep, p, first, div, step, y, x,
2037 tpg_print_str_6(tpg, basep,
2194 tpg_calc_text_basep(struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf) argument
[all...]
/linux-master/include/media/tpg/
H A Dv4l2-tpg.h245 u8 *basep[TPG_MAX_PLANES][2], int y, int x, const char *text);
247 u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf);
/linux-master/arch/powerpc/platforms/pseries/
H A Diommu.c547 const unsigned long *basep; local
557 basep = of_get_property(node, "linux,tce-base", NULL);
559 if (basep == NULL || sizep == NULL) {
567 __va(*basep), &iommu_table_pseries_ops);

Completed in 367 milliseconds