Lines Matching refs:prop
32 const char *prop, const u32 dflt);
34 const char *prop, const u32 dflt);
77 void do_fixup_by_path(void *fdt, const char *path, const char *prop,
79 void do_fixup_by_path_u32(void *fdt, const char *path, const char *prop,
83 const char *prop, const char *status) in do_fixup_by_path_string() argument
85 do_fixup_by_path(fdt, path, prop, status, strlen(status) + 1, 1); in do_fixup_by_path_string()
90 const char *prop, const void *val, int len,
94 const char *prop, u32 val, int create);
96 const char *prop, const void *val, int len, int create);
98 const char *prop, u32 val, int create);
143 int fdt_find_and_setprop(void *fdt, const char *node, const char *prop,