Lines Matching refs:prop
17 const char *prop, const u32 dflt);
19 const char *prop, const u32 dflt);
59 void do_fixup_by_path(void *fdt, const char *path, const char *prop,
61 void do_fixup_by_path_u32(void *fdt, const char *path, const char *prop,
65 const char *prop, const char *status) in do_fixup_by_path_string() argument
67 do_fixup_by_path(fdt, path, prop, status, strlen(status) + 1, 1); in do_fixup_by_path_string()
72 const char *prop, const void *val, int len,
76 const char *prop, u32 val, int create);
78 const char *prop, const void *val, int len, int create);
80 const char *prop, u32 val, int create);
112 int fdt_find_and_setprop(void *fdt, const char *node, const char *prop,