Home
last modified time | relevance | path

Searched refs:basep (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/drivers/char/tpm/eventlog/
H A Dof.c55 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.15/arch/powerpc/kernel/
H A Dcrash_dump.c115 const __be32 *basep, *sizep; in crash_free_reserved_phys_range() local
118 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in crash_free_reserved_phys_range()
121 if (basep && sizep) { in crash_free_reserved_phys_range()
122 rtas_start = be32_to_cpup(basep); in crash_free_reserved_phys_range()
H A Drtas.c2057 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local
2062 basep = of_get_flat_dt_prop(node, "linux,rtas-base", NULL); in early_init_dt_scan_rtas()
2072 if (basep && entryp && sizep) { in early_init_dt_scan_rtas()
2073 rtas.base = *basep; in early_init_dt_scan_rtas()
/linux-6.15/drivers/media/test-drivers/visl/
H A Dvisl-dec.c329 u8 *basep[TPG_MAX_PLANES][2]; in visl_tpg_fill() local
349 tpg_calc_text_basep(&ctx->tpg, basep, p, vbuf); in visl_tpg_fill()
354 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill()
360 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill()
369 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, line_str); in visl_tpg_fill()
387 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill()
398 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill()
406 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill()
449 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill()
460 tpg_gen_text(&ctx->tpg, basep, line++ * line_height, 16, buf); in visl_tpg_fill()
[all …]
/linux-6.15/drivers/media/test-drivers/vimc/
H A Dvimc-sensor.c184 u8 *basep[TPG_MAX_PLANES][2]; in vimc_sensor_process_frame() local
189 tpg_calc_text_basep(&vsensor->tpg, basep, 0, vsensor->frame); in vimc_sensor_process_frame()
194 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, in vimc_sensor_process_frame()
202 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str); in vimc_sensor_process_frame()
205 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str); in vimc_sensor_process_frame()
217 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str); in vimc_sensor_process_frame()
/linux-6.15/arch/powerpc/kexec/
H A Dcore_64.c43 const unsigned long *basep; in machine_kexec_prepare() local
57 basep = of_get_property(node, "linux,tce-base", NULL); in machine_kexec_prepare()
59 if (basep == NULL || sizep == NULL) in machine_kexec_prepare()
62 low = *basep; in machine_kexec_prepare()
/linux-6.15/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c397 u8 *basep[TPG_MAX_PLANES][2]; in vivid_fillbuff() local
468 tpg_calc_text_basep(tpg, basep, p, vbuf); in vivid_fillbuff()
495 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
500 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
510 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
515 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
521 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
528 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
533 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
538 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
[all …]
/linux-6.15/arch/alpha/kernel/
H A Dosf_sys.c106 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.15/arch/powerpc/platforms/powernv/
H A Dopal.c113 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.15/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c2006 if (font8x16 == NULL || basep == NULL || text == NULL) in tpg_gen_text()
2032 tpg_print_str_2(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
2036 tpg_print_str_4(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
2040 tpg_print_str_6(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
2044 tpg_print_str_8(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
2198 u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf) in tpg_calc_text_basep()
2205 basep[p][0] = vbuf; in tpg_calc_text_basep()
2206 basep[p][1] = vbuf; in tpg_calc_text_basep()
2209 basep[p][1] += h * stride / 2; in tpg_calc_text_basep()
2211 basep[p][0] += h * stride / 2; in tpg_calc_text_basep()
[all …]
/linux-6.15/mm/
H A Dcma.c38 static int __init __cma_declare_contiguous_nid(phys_addr_t *basep,
595 static int __init __cma_declare_contiguous_nid(phys_addr_t *basep, in __cma_declare_contiguous_nid() argument
602 phys_addr_t highmem_start, base = *basep; in __cma_declare_contiguous_nid()
734 *basep = base; in __cma_declare_contiguous_nid()
/linux-6.15/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-6.15/arch/powerpc/platforms/pseries/
H A Diommu.c586 const unsigned long *basep; in iommu_table_setparms() local
596 basep = of_get_property(node, "linux,tce-base", NULL); in iommu_table_setparms()
598 if (basep == NULL || sizep == NULL) { in iommu_table_setparms()
606 __va(*basep), &iommu_table_pseries_ops); in iommu_table_setparms()