Lines Matching refs:create
92 const void *val, int len, int create) in fdt_find_and_setprop() argument
99 if ((!create) && (fdt_get_property(fdt, nodeoff, prop, NULL) == NULL)) in fdt_find_and_setprop()
304 const void *val, int len, int create) in do_fixup_by_path() argument
313 int rc = fdt_find_and_setprop(fdt, path, prop, val, len, create); in do_fixup_by_path()
320 u32 val, int create) in do_fixup_by_path_u32() argument
323 do_fixup_by_path(fdt, path, prop, &tmp, sizeof(tmp), create); in do_fixup_by_path_u32()
329 int create) in do_fixup_by_prop() argument
341 if (create || (fdt_get_property(fdt, off, prop, NULL) != NULL)) in do_fixup_by_prop()
349 const char *prop, u32 val, int create) in do_fixup_by_prop_u32() argument
352 do_fixup_by_prop(fdt, pname, pval, plen, prop, &tmp, 4, create); in do_fixup_by_prop_u32()
356 const char *prop, const void *val, int len, int create) in do_fixup_by_compat() argument
368 if (create || (fdt_get_property(fdt, off, prop, NULL) != NULL)) in do_fixup_by_compat()
375 const char *prop, u32 val, int create) in do_fixup_by_compat_u32() argument
378 do_fixup_by_compat(fdt, compat, prop, &tmp, 4, create); in do_fixup_by_compat_u32()