/linux-6.3-rc2/drivers/char/tpm/eventlog/ |
A 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()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | crash_dump.c | 103 const __be32 *basep, *sizep; in crash_free_reserved_phys_range() local 106 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in crash_free_reserved_phys_range() 109 if (basep && sizep) { in crash_free_reserved_phys_range() 110 rtas_start = be32_to_cpup(basep); in crash_free_reserved_phys_range()
|
A D | rtas.c | 1973 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local 1978 basep = of_get_flat_dt_prop(node, "linux,rtas-base", NULL); in early_init_dt_scan_rtas() 1988 if (basep && entryp && sizep) { in early_init_dt_scan_rtas() 1989 rtas.base = *basep; in early_init_dt_scan_rtas() 1995 basep = of_get_flat_dt_prop(node, "put-term-char", NULL); in early_init_dt_scan_rtas() 1996 if (basep) in early_init_dt_scan_rtas() 1997 rtas_putchar_token = *basep; in early_init_dt_scan_rtas() 1999 basep = of_get_flat_dt_prop(node, "get-term-char", NULL); in early_init_dt_scan_rtas() 2000 if (basep) in early_init_dt_scan_rtas() 2001 rtas_getchar_token = *basep; in early_init_dt_scan_rtas()
|
/linux-6.3-rc2/drivers/media/test-drivers/visl/ |
A 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 …]
|
/linux-6.3-rc2/arch/powerpc/kexec/ |
A D | core_64.c | 40 const unsigned long *basep; in machine_kexec_prepare() local 54 basep = of_get_property(node, "linux,tce-base", NULL); in machine_kexec_prepare() 56 if (basep == NULL || sizep == NULL) in machine_kexec_prepare() 59 low = *basep; in machine_kexec_prepare()
|
/linux-6.3-rc2/drivers/media/test-drivers/vimc/ |
A 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()
|
/linux-6.3-rc2/drivers/media/test-drivers/vivid/ |
A D | vivid-kthread-cap.c | 416 u8 *basep[TPG_MAX_PLANES][2]; in vivid_fillbuff() local 468 tpg_calc_text_basep(tpg, basep, p, vbuf); in vivid_fillbuff() 492 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() 507 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 512 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() 525 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 530 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 535 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() [all …]
|
/linux-6.3-rc2/drivers/media/common/v4l2-tpg/ |
A D | v4l2-tpg-core.c | 1971 if (font8x16 == NULL || basep == NULL || text == NULL) in tpg_gen_text() 1997 tpg_print_str_2(tpg, basep, p, first, div, step, y, x, in tpg_gen_text() 2001 tpg_print_str_4(tpg, basep, p, first, div, step, y, x, in tpg_gen_text() 2005 tpg_print_str_6(tpg, basep, p, first, div, step, y, x, in tpg_gen_text() 2009 tpg_print_str_8(tpg, basep, p, first, div, step, y, x, in tpg_gen_text() 2163 u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf) in tpg_calc_text_basep() 2170 basep[p][0] = vbuf; in tpg_calc_text_basep() 2171 basep[p][1] = vbuf; in tpg_calc_text_basep() 2174 basep[p][1] += h * stride / 2; in tpg_calc_text_basep() 2176 basep[p][0] += h * stride / 2; in tpg_calc_text_basep() [all …]
|
/linux-6.3-rc2/arch/alpha/kernel/ |
A D | osf_sys.c | 106 long __user *basep; member 129 if (buf->basep) { in osf_filldir() 130 if (put_user(offset, buf->basep)) in osf_filldir() 132 buf->basep = NULL; in osf_filldir() 152 long __user *, basep) in SYSCALL_DEFINE4() argument 159 .basep = basep, in SYSCALL_DEFINE4()
|
/linux-6.3-rc2/arch/powerpc/platforms/powernv/ |
A D | opal.c | 113 const void *basep, *entryp, *sizep; in early_init_dt_scan_opal() local 119 basep = of_get_flat_dt_prop(node, "opal-base-address", &basesz); in early_init_dt_scan_opal() 123 if (!basep || !entryp || !sizep) in early_init_dt_scan_opal() 126 opal.base = of_read_number(basep, basesz/4); in early_init_dt_scan_opal() 131 opal.base, basep, basesz); in early_init_dt_scan_opal()
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_attr_leaf.h | 56 unsigned int *basep);
|
A D | xfs_attr_leaf.c | 713 unsigned int *basep) in xfs_attr_sf_findname() argument 737 if (basep != NULL) in xfs_attr_sf_findname() 738 *basep = base; in xfs_attr_sf_findname()
|
/linux-6.3-rc2/include/media/tpg/ |
A D | v4l2-tpg.h | 245 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-6.3-rc2/arch/powerpc/platforms/pseries/ |
A D | iommu.c | 528 const unsigned long *basep; in iommu_table_setparms() local 538 basep = of_get_property(node, "linux,tce-base", NULL); in iommu_table_setparms() 540 if (basep == NULL || sizep == NULL) { in iommu_table_setparms() 548 __va(*basep), &iommu_table_pseries_ops); in iommu_table_setparms()
|