Home
last modified time | relevance | path

Searched refs:propname (Results 1 – 3 of 3) sorted by relevance

/include/dm/
A Dread.h875 const char *propname, u8 def) in dev_read_u8_default() argument
931 const char *propname, uint *outp) in dev_read_u32u() argument
957 const char *propname) in dev_read_string() argument
963 const char *propname) in dev_read_bool() argument
1075 const char *propname, in dev_read_stringlist_search() argument
1082 const char *propname, int index, in dev_read_string_index() argument
1089 const char *propname) in dev_read_string_count() argument
1095 const char *propname, in dev_read_string_list() argument
1147 const char *propname, int *lenp) in dev_read_prop() argument
1163 const char **propname, in dev_read_prop_by_prop() argument
[all …]
A Dof_access.h255 const char *propname,
283 int of_read_u8(const struct device_node *np, const char *propname, u8 *outp);
333 int of_read_u32_index(const struct device_node *np, const char *propname,
352 int of_read_u64_index(const struct device_node *np, const char *propname,
385 int of_read_u32_array(const struct device_node *np, const char *propname,
405 const char *propname, const char **out_strs,
429 const char *propname, in of_property_read_string_index() argument
432 int rc = of_property_read_string_helper(np, propname, output, 1, index); in of_property_read_string_index()
451 const char *propname) in of_property_count_strings() argument
453 return of_property_read_string_helper(np, propname, NULL, 0, 0); in of_property_count_strings()
[all …]
A Dofnode.h496 return ofnode_read_u32(node, propname, (u32 *)outp); in ofnode_read_s32()
588 int ofnode_read_u32_array(ofnode node, const char *propname,
598 bool ofnode_read_bool(ofnode node, const char *propname);
738 int ofnode_read_size(ofnode node, const char *propname);
1081 const char *ofnode_read_chosen_string(const char *propname);
1094 ofnode ofnode_get_chosen_node(const char *propname);
1131 ofnode ofnode_get_aliases_node(const char *propname);
1178 bool ofnode_has_property(ofnode node, const char *propname);
1238 const char **propname, int *lenp);
1290 const char *propname, struct fdt_pci_addr *addr,
[all …]

Completed in 15 milliseconds