Searched refs:propval (Results 1 – 10 of 10) sorted by relevance
/third_party/uboot/u-boot-2020.01/test/dm/ |
D | ofnode.c | 23 const char propval[] = "denx,u-boot-fdt-test"; in dm_test_ofnode_by_prop_value() local 28 node = ofnode_by_prop_value(node, propname, propval, sizeof(propval)); in dm_test_ofnode_by_prop_value() 31 ut_assert(str && !strcmp(str, propval)); in dm_test_ofnode_by_prop_value() 35 node = ofnode_by_prop_value(node, propname, propval, in dm_test_ofnode_by_prop_value() 36 sizeof(propval)); in dm_test_ofnode_by_prop_value() 40 ut_assert(str && !strcmp(str, propval)); in dm_test_ofnode_by_prop_value()
|
/third_party/uboot/u-boot-2020.01/scripts/dtc/libfdt/ |
D | fdt_wip.c | 18 void *propval; in fdt_setprop_inplace_namelen_partial() local 21 propval = fdt_getprop_namelen_w(fdt, nodeoffset, name, namelen, in fdt_setprop_inplace_namelen_partial() 23 if (!propval) in fdt_setprop_inplace_namelen_partial() 29 memcpy((char *)propval + idx, val, len); in fdt_setprop_inplace_namelen_partial() 36 const void *propval; in fdt_setprop_inplace() local 39 propval = fdt_getprop(fdt, nodeoffset, name, &proplen); in fdt_setprop_inplace() 40 if (!propval) in fdt_setprop_inplace()
|
D | fdt_ro.c | 653 const void *propval, int proplen) in fdt_node_offset_by_prop_value() argument 671 && (memcmp(val, propval, len) == 0)) in fdt_node_offset_by_prop_value()
|
D | libfdt.h | 979 const void *propval, int proplen);
|
/third_party/pulseaudio/src/pulsecore/ |
D | rtkit.c | 65 …long rtkit_get_int_property(DBusConnection *connection, const char* propname, long long* propval) { in rtkit_get_int_property() argument 116 *propval = i32; in rtkit_get_int_property() 122 *propval = i64; in rtkit_get_int_property()
|
/third_party/uboot/u-boot-2020.01/drivers/core/ |
D | of_access.c | 380 const char *propname, const void *propval, in of_device_has_prop_value() argument 387 return !memcmp(prop->value, propval, proplen); in of_device_has_prop_value() 392 const void *propval, int proplen) in of_find_node_by_prop_value() argument 397 if (of_device_has_prop_value(np, propname, propval, proplen) && in of_find_node_by_prop_value()
|
D | ofnode.c | 812 const void *propval, int proplen) in ofnode_by_prop_value() argument 817 propval, proplen)); in ofnode_by_prop_value() 821 propname, propval, proplen)); in ofnode_by_prop_value()
|
/third_party/uboot/u-boot-2020.01/include/dm/ |
D | of_access.h | 210 const void *propval,
|
D | ofnode.h | 743 const void *propval, int proplen);
|
/third_party/uboot/u-boot-2020.01/lib/libfdt/ |
D | fdt_ro.c | 657 const void *propval, int proplen) in fdt_node_offset_by_prop_value() argument 675 && (memcmp(val, propval, len) == 0)) in fdt_node_offset_by_prop_value()
|