Lines Matching refs:list_name
1242 const char *list_name, in of_phandle_iterator_init() argument
1258 list = of_get_property(np, list_name, &size); in of_phandle_iterator_init()
1371 const char *list_name, in __of_parse_phandle_with_args() argument
1380 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
1480 int of_parse_phandle_with_args(const struct device_node *np, const char *list_name, in of_parse_phandle_with_args() argument
1493 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args()
1541 const char *list_name, in of_parse_phandle_with_args_map() argument
1576 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index, in of_parse_phandle_with_args_map()
1713 const char *list_name, int cell_count, in of_parse_phandle_with_fixed_args() argument
1718 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args()
1738 int of_count_phandle_with_args(const struct device_node *np, const char *list_name, in of_count_phandle_with_args() argument
1754 list = of_get_property(np, list_name, &size); in of_count_phandle_with_args()
1761 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1); in of_count_phandle_with_args()