Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/eventlog/
H A Dof.c49 const u64 *basep; in tpm_read_log_of() local
64 basep = of_get_property(np, "linux,sml-base", NULL); in tpm_read_log_of()
65 if (sizep == NULL && basep == NULL) in tpm_read_log_of()
67 if (sizep == NULL || basep == NULL) in tpm_read_log_of()
82 base = be64_to_cpup((__force __be64 *)basep); in tpm_read_log_of()
85 base = *basep; in tpm_read_log_of()
/linux/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/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/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/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/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/arch/powerpc/kernel/
H A Drtas.c2081 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local
2086 basep = of_get_flat_dt_prop(node, "linux,rtas-base", NULL); in early_init_dt_scan_rtas()
2096 if (basep && entryp && sizep) { in early_init_dt_scan_rtas()
2097 rtas.base = *basep; in early_init_dt_scan_rtas()
/linux/mm/
H A Dcma.c429 static int __init __cma_declare_contiguous_nid(phys_addr_t *basep, in __cma_declare_contiguous_nid() argument
436 phys_addr_t base = *basep; in __cma_declare_contiguous_nid()
513 *basep = base; in __cma_declare_contiguous_nid()