Lines Matching refs:list_name
1241 const char *list_name, in of_phandle_iterator_init() argument
1257 list = of_get_property(np, list_name, &size); in of_phandle_iterator_init()
1370 const char *list_name, in __of_parse_phandle_with_args() argument
1379 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
1479 int of_parse_phandle_with_args(const struct device_node *np, const char *list_name, in of_parse_phandle_with_args() argument
1492 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args()
1540 const char *list_name, in of_parse_phandle_with_args_map() argument
1575 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index, in of_parse_phandle_with_args_map()
1712 const char *list_name, int cell_count, in of_parse_phandle_with_fixed_args() argument
1717 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args()
1737 int of_count_phandle_with_args(const struct device_node *np, const char *list_name, in of_count_phandle_with_args() argument
1753 list = of_get_property(np, list_name, &size); in of_count_phandle_with_args()
1760 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1); in of_count_phandle_with_args()