Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/eventlog/
A Dof.c24 const u64 *basep; in tpm_read_log_of() local
39 basep = of_get_property(np, "linux,sml-base", NULL); in tpm_read_log_of()
40 if (sizep == NULL && basep == NULL) in tpm_read_log_of()
42 if (sizep == NULL || basep == NULL) in tpm_read_log_of()
57 base = be64_to_cpup((__force __be64 *)basep); in tpm_read_log_of()
60 base = *basep; in tpm_read_log_of()
/linux/arch/powerpc/kernel/
A Dcrash_dump.c128 const __be32 *basep, *sizep; in crash_free_reserved_phys_range() local
131 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in crash_free_reserved_phys_range()
134 if (basep && sizep) { in crash_free_reserved_phys_range()
135 rtas_start = be32_to_cpup(basep); in crash_free_reserved_phys_range()
A Drtas.c1229 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local
1234 basep = of_get_flat_dt_prop(node, "linux,rtas-base", NULL); in early_init_dt_scan_rtas()
1238 if (basep && entryp && sizep) { in early_init_dt_scan_rtas()
1239 rtas.base = *basep; in early_init_dt_scan_rtas()
1245 basep = of_get_flat_dt_prop(node, "put-term-char", NULL); in early_init_dt_scan_rtas()
1246 if (basep) in early_init_dt_scan_rtas()
1247 rtas_putchar_token = *basep; in early_init_dt_scan_rtas()
1249 basep = of_get_flat_dt_prop(node, "get-term-char", NULL); in early_init_dt_scan_rtas()
1250 if (basep) in early_init_dt_scan_rtas()
1251 rtas_getchar_token = *basep; in early_init_dt_scan_rtas()
/linux/arch/powerpc/kexec/
A Dcore_64.c41 const unsigned long *basep; in machine_kexec_prepare() local
55 basep = of_get_property(node, "linux,tce-base", NULL); in machine_kexec_prepare()
57 if (basep == NULL || sizep == NULL) in machine_kexec_prepare()
60 low = *basep; in machine_kexec_prepare()
/linux/drivers/media/test-drivers/vimc/
A Dvimc-sensor.c199 u8 *basep[TPG_MAX_PLANES][2]; in vimc_sen_process_frame() local
204 tpg_calc_text_basep(&vsen->tpg, basep, 0, vsen->frame); in vimc_sen_process_frame()
209 tpg_gen_text(&vsen->tpg, basep, line++ * line_height, in vimc_sen_process_frame()
217 tpg_gen_text(&vsen->tpg, basep, line++ * line_height, 16, str); in vimc_sen_process_frame()
221 tpg_gen_text(&vsen->tpg, basep, line++ * line_height, 16, str); in vimc_sen_process_frame()
233 tpg_gen_text(&vsen->tpg, basep, line++ * line_height, 16, str); in vimc_sen_process_frame()
/linux/drivers/media/test-drivers/vivid/
A Dvivid-kthread-cap.c415 u8 *basep[TPG_MAX_PLANES][2]; in vivid_fillbuff() local
467 tpg_calc_text_basep(tpg, basep, p, vbuf); in vivid_fillbuff()
491 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
496 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
506 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
511 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
517 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
524 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
529 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
534 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
[all …]
/linux/drivers/media/common/v4l2-tpg/
A Dv4l2-tpg-core.c1965 if (font8x16 == NULL || basep == NULL || text == NULL) in tpg_gen_text()
1991 tpg_print_str_2(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
1995 tpg_print_str_4(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
1999 tpg_print_str_6(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
2003 tpg_print_str_8(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
2157 u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf) in tpg_calc_text_basep()
2164 basep[p][0] = vbuf; in tpg_calc_text_basep()
2165 basep[p][1] = vbuf; in tpg_calc_text_basep()
2168 basep[p][1] += h * stride / 2; in tpg_calc_text_basep()
2170 basep[p][0] += h * stride / 2; in tpg_calc_text_basep()
[all …]
/linux/arch/powerpc/platforms/powernv/
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/arch/alpha/kernel/
A Dosf_sys.c105 long __user *basep; member
128 if (buf->basep) { in osf_filldir()
129 if (put_user(offset, buf->basep)) in osf_filldir()
131 buf->basep = NULL; in osf_filldir()
151 long __user *, basep) in SYSCALL_DEFINE4() argument
158 .basep = basep, in SYSCALL_DEFINE4()
/linux/fs/xfs/libxfs/
A Dxfs_attr_leaf.h57 unsigned int *basep);
A Dxfs_attr_leaf.c683 unsigned int *basep) in xfs_attr_sf_findname() argument
707 if (basep != NULL) in xfs_attr_sf_findname()
708 *basep = base; in xfs_attr_sf_findname()
/linux/include/media/tpg/
A Dv4l2-tpg.h244 u8 *basep[TPG_MAX_PLANES][2], int y, int x, const char *text);
246 u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf);
/linux/arch/powerpc/platforms/pseries/
A Diommu.c528 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()

Completed in 34 milliseconds