Searched refs:propname (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/lib/libfdt/ |
| H A D | fdt_ro.c | 638 const char *propname, in fdt_node_offset_by_prop_value() argument 655 val = fdt_getprop(fdt, offset, propname, &len); in fdt_node_offset_by_prop_value() 855 const char *propname; in fdt_check_full() local 898 prop = fdt_getprop_by_offset(fdt, offset, &propname, in fdt_check_full()
|
| /optee_os/core/include/kernel/ |
| H A D | dt.h | 139 bool dt_have_prop(const void *fdt, int offs, const char *propname);
|
| /optee_os/core/kernel/ |
| H A D | dt.c | 47 bool dt_have_prop(const void *fdt, int offs, const char *propname) in dt_have_prop() argument 51 prop = fdt_getprop(fdt, offs, propname, NULL); in dt_have_prop()
|
| /optee_os/core/lib/libfdt/include/ |
| H A D | libfdt.h | 977 const char *propname,
|