Searched refs:basep (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/char/tpm/eventlog/ |
| H A D | of.c | 49 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/misc/mei/ |
| H A D | mei_lb.c | 422 struct device *basep = dev; in mei_lb_component_match() local 450 basep = basep->parent; /* bridge 1 */ in mei_lb_component_match() 451 if (!basep) in mei_lb_component_match() 453 basep = basep->parent; /* bridge 2 */ in mei_lb_component_match() 459 return !!base && !!basep && base == basep; in mei_lb_component_match()
|
| /linux/arch/powerpc/platforms/powernv/ |
| H 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/include/media/tpg/ |
| H 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/arch/powerpc/kernel/ |
| H A D | rtas.c | 2081 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()
|