Searched refs:prop_name (Results 1 – 7 of 7) sorted by relevance
| /include/ |
| A D | fdtdec.h | 336 const char *prop_name, int index, int na, int ns, 358 int node, const char *prop_name, int index, fdt_size_t *sizep, 384 const char *prop_name, int index, fdt_size_t *sizep, 411 const char *prop_name); 439 const char *prop_name, fdt_size_t *sizep); 490 s32 fdtdec_get_int(const void *blob, int node, const char *prop_name, 717 const char *prop_name, u32 *array, int count); 736 const char *prop_name, int count); 749 int fdtdec_get_bool(const void *blob, int node, const char *prop_name); 790 const char *prop_name, int count); [all …]
|
| A D | image.h | 800 const char *prop_name, ulong addr); 1255 int fit_get_data_conf_prop(const void *fit, const char *prop_name, 1443 const char *prop_name); 1445 const char *prop_name, int index); 1459 int fit_conf_get_prop_node(const void *fit, int noffset, const char *prop_name,
|
| A D | fdt_support.h | 496 int fdtdec_get_int(const void *blob, int node, const char *prop_name,
|
| A D | i2c.h | 549 int i2c_get_chip_by_phandle(const struct udevice *parent, const char *prop_name,
|
| /include/u-boot/ |
| A D | fdt-libcrypto.h | 24 int fdt_add_bignum(void *blob, int noffset, const char *prop_name,
|
| /include/dm/ |
| A D | ofnode.h | 1678 bool ofnode_conf_read_bool(const char *prop_name); 1691 int ofnode_conf_read_int(const char *prop_name, int default_val); 1705 const char *ofnode_conf_read_str(const char *prop_name); 1719 bool ofnode_options_read_bool(const char *prop_name); 1732 int ofnode_options_read_int(const char *prop_name, int default_val); 1746 const char *ofnode_options_read_str(const char *prop_name); 1761 int ofnode_options_get_by_phandle(const char *prop_name, ofnode *nodep); 1805 static inline bool ofnode_conf_read_bool(const char *prop_name) in ofnode_conf_read_bool() argument 1810 static inline int ofnode_conf_read_int(const char *prop_name, int default_val) in ofnode_conf_read_int() argument 1815 static inline const char *ofnode_conf_read_str(const char *prop_name) in ofnode_conf_read_str() argument
|
| A D | of_extra.h | 67 int ofnode_decode_region(ofnode node, const char *prop_name, fdt_addr_t *basep,
|
Completed in 23 milliseconds