Searched refs:prop (Results 1 – 9 of 9) sorted by relevance
| /include/acpi/ |
| A D | acpi_dp.h | 247 int acpi_dp_ofnode_copy_int(ofnode node, struct acpi_dp *dp, const char *prop); 259 int acpi_dp_ofnode_copy_str(ofnode node, struct acpi_dp *dp, const char *prop); 272 const char *prop); 285 const char *prop);
|
| A D | acpi_device.h | 401 struct udevice *dev, const char *prop);
|
| /include/ |
| A D | fdt_support.h | 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); [all …]
|
| A D | image.h | 2096 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop);
|
| /include/dm/ |
| A D | ofnode_decl.h | 96 const struct property *prop; member
|
| A D | ofnode.h | 338 static inline bool ofprop_valid(struct ofprop *prop) in ofprop_valid() argument 341 return prop->prop; in ofprop_valid() 343 return prop->offset >= 0; in ofprop_valid() 1190 int ofnode_first_property(ofnode node, struct ofprop *prop); 1201 int ofnode_next_property(struct ofprop *prop); 1222 #define ofnode_for_each_prop(prop, node) \ argument 1223 for (ofnode_first_property(node, &prop); \ 1224 ofprop_valid(&prop); \ 1225 ofnode_next_property(&prop)) 1237 const void *ofprop_get_property(const struct ofprop *prop,
|
| A D | read.h | 607 int dev_read_first_prop(const struct udevice *dev, struct ofprop *prop); 618 int dev_read_next_prop(struct ofprop *prop); 630 const void *dev_read_prop_by_prop(struct ofprop *prop, 1154 return ofnode_first_property(dev_ofnode(dev), prop); in dev_read_first_prop() 1157 static inline int dev_read_next_prop(struct ofprop *prop) in dev_read_next_prop() argument 1159 return ofnode_next_property(prop); in dev_read_next_prop() 1162 static inline const void *dev_read_prop_by_prop(struct ofprop *prop, in dev_read_prop_by_prop() argument 1166 return ofprop_get_property(prop, propname, lenp); in dev_read_prop_by_prop() 1299 #define dev_for_each_property(prop, dev) \ argument 1300 for (int ret_prop = dev_read_first_prop(dev, &prop); \ [all …]
|
| A D | of_access.h | 693 int of_remove_property(struct device_node *np, struct property *prop);
|
| /include/u-boot/ |
| A D | rsa-mod-exp.h | 52 void rsa_free_key_prop(struct key_prop *prop);
|
Completed in 29 milliseconds