Lines Matching refs:create
97 const void *val, int len, int create) in fdt_find_and_setprop() argument
104 if ((!create) && (fdt_get_property(fdt, nodeoff, prop, NULL) == NULL)) in fdt_find_and_setprop()
383 const void *val, int len, int create) in do_fixup_by_path() argument
392 int rc = fdt_find_and_setprop(fdt, path, prop, val, len, create); in do_fixup_by_path()
399 u32 val, int create) in do_fixup_by_path_u32() argument
402 do_fixup_by_path(fdt, path, prop, &tmp, sizeof(tmp), create); in do_fixup_by_path_u32()
408 int create) in do_fixup_by_prop() argument
420 if (create || (fdt_get_property(fdt, off, prop, NULL) != NULL)) in do_fixup_by_prop()
428 const char *prop, u32 val, int create) in do_fixup_by_prop_u32() argument
431 do_fixup_by_prop(fdt, pname, pval, plen, prop, &tmp, 4, create); in do_fixup_by_prop_u32()
435 const char *prop, const void *val, int len, int create) in do_fixup_by_compat() argument
447 if (create || (fdt_get_property(fdt, off, prop, NULL) != NULL)) in do_fixup_by_compat()
454 const char *prop, u32 val, int create) in do_fixup_by_compat_u32() argument
457 do_fixup_by_compat(fdt, compat, prop, &tmp, 4, create); in do_fixup_by_compat_u32()