Searched refs:list_name (Results 1 – 4 of 4) sorted by relevance
| /components/legacy/fdt/src/ |
| A D | dtb_access.c | 488 const char *list_name, in __dtb_node_parse_phandle_with_args() argument 501 list = dtb_node_get_dtb_node_property_value(dn, list_name, &size); in __dtb_node_parse_phandle_with_args() 633 const char *list_name, const char *cells_name, in dtb_node_parse_phandle_with_args() argument 639 return __dtb_node_parse_phandle_with_args(dn, list_name, cells_name, 0, in dtb_node_parse_phandle_with_args() 644 const char *list_name, const char *cells_name) in dtb_node_count_phandle_with_args() argument 646 return __dtb_node_parse_phandle_with_args(dn, list_name, cells_name, 0, in dtb_node_count_phandle_with_args()
|
| /components/drivers/ofw/ |
| A D | base.c | 1473 static rt_err_t ofw_parse_phandle_cells(const struct rt_ofw_node *np, const char *list_name, const … in ofw_parse_phandle_cells() argument 1512 rt_ofw_foreach_prop_u32(np, list_name, prop, cell, value) in ofw_parse_phandle_cells() 1549 rt_err_t rt_ofw_parse_phandle_cells(const struct rt_ofw_node *np, const char *list_name, const char… in rt_ofw_parse_phandle_cells() argument 1554 if (np && list_name && index >= 0 && out_args) in rt_ofw_parse_phandle_cells() 1556 err = ofw_parse_phandle_cells(np, list_name, cells_name, index, out_args); in rt_ofw_parse_phandle_cells() 1566 int rt_ofw_count_phandle_cells(const struct rt_ofw_node *np, const char *list_name, const char *cel… in rt_ofw_count_phandle_cells() argument 1570 if (np && list_name) in rt_ofw_count_phandle_cells() 1578 if (rt_ofw_get_prop(np, list_name, &length)) in rt_ofw_count_phandle_cells() 1588 while (!ofw_parse_phandle_cells(np, list_name, cells_name, index, &args)) in rt_ofw_count_phandle_cells()
|
| /components/legacy/fdt/inc/ |
| A D | dtb_node.h | 256 const char *list_name, const char *cells_name, 259 const char *list_name, const char *cells_name);
|
| /components/drivers/include/drivers/ |
| A D | ofw.h | 216 rt_err_t rt_ofw_parse_phandle_cells(const struct rt_ofw_node *np, const char *list_name, const char… 218 int rt_ofw_count_phandle_cells(const struct rt_ofw_node *np, const char *list_name, const char *cel…
|
Completed in 15 milliseconds